Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(162)

Issue 2523773003: Keep all codec parameters in VideoReceiveStream::Decoder (Closed)

Created:
4 years ago by magjed_webrtc
Modified:
4 years ago
Reviewers:
sprang_webrtc, mflodman
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, yujie_mao (webrtc), tterriberry_mozilla.com, qiang.lu, niklas.enbom, peah-webrtc, the sun, johan
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Keep all codec parameters in VideoReceiveStream::Decoder It will be necessary to keep the H264 profile information in VideoReceiveStream::Decoder. I think it will be easier now and for the future to just store all of the codec parameters unmodified in VideoReceiveStream::Decoder instead of extracting a subset of them to an ad hoc class. BUG=webrtc:6743, webrtc:5948 Committed: https://crrev.com/5dfac5681351242808798e7c74a5c52189fae151 Cr-Commit-Position: refs/heads/master@{#15239}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Address comments. #

Patch Set 3 : Add common key for sprop-parameter-sets #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -47 lines) Patch
M webrtc/config.h View 1 chunk +0 lines, -11 lines 0 comments Download
M webrtc/config.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M webrtc/media/base/mediaconstants.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/media/base/mediaconstants.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/media/engine/webrtcvideoengine2.cc View 1 2 chunks +1 line, -15 lines 0 comments Download
M webrtc/media/engine/webrtcvideoengine2_unittest.cc View 1 2 3 chunks +11 lines, -12 lines 0 comments Download
M webrtc/video/video_receive_stream.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M webrtc/video_receive_stream.h View 1 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 37 (29 generated)
magjed_webrtc
Please take a look. mflodman: Owner. johan: You added the original logic in https://codereview.webrtc.org/2185953002.
4 years ago (2016-11-23 13:47:59 UTC) #13
mflodman
One comment, then LGTM. Erik, Can you take a look since Johan is on vacation ...
4 years ago (2016-11-23 13:56:17 UTC) #15
sprang_webrtc
I think this is fine, as long as we can access the parameters in VideoSendStream. ...
4 years ago (2016-11-24 14:59:46 UTC) #16
magjed_webrtc
https://codereview.webrtc.org/2523773003/diff/20001/webrtc/media/engine/webrtcvideoengine2_unittest.cc File webrtc/media/engine/webrtcvideoengine2_unittest.cc (right): https://codereview.webrtc.org/2523773003/diff/20001/webrtc/media/engine/webrtcvideoengine2_unittest.cc#newcode3762 webrtc/media/engine/webrtcvideoengine2_unittest.cc:3762: EXPECT_TRUE(it0 != cfg.decoders[0].codec_params.end()); On 2016/11/24 14:59:46, språng wrote: > ...
4 years ago (2016-11-24 17:11:56 UTC) #26
sprang_webrtc
lgtm
4 years ago (2016-11-25 10:51:52 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2523773003/80001
4 years ago (2016-11-25 11:55:01 UTC) #32
commit-bot: I haz the power
Committed patchset #3 (id:80001)
4 years ago (2016-11-25 11:56:42 UTC) #35
commit-bot: I haz the power
4 years ago (2016-11-25 11:56:45 UTC) #37
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/5dfac5681351242808798e7c74a5c52189fae151
Cr-Commit-Position: refs/heads/master@{#15239}

Powered by Google App Engine
This is Rietveld 408576698