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

Issue 2770293002: Detect HLS from demuxing results (Closed)

Created:
3 years, 9 months ago by tguilbert
Modified:
3 years, 4 months ago
Reviewers:
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, creis+watch_chromium.org, posciak+watch_chromium.org, nasko+codewatch_chromium.org, jam, feature-media-reviews_chromium.org, darin-cc_chromium.org, apacible+watch_chromium.org, xjz+watch_chromium.org, miu+watch_chromium.org, erickung+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Detect HLS from demuxing results // TODO: Write description. // Note: Commented lines in this CL are just there to show what needs // adressed, and will not be committed. Fixing Pipeline::Start/Stop // state changes first might be the way to go. BUG=663503 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel

Patch Set 1 #

Patch Set 2 : TEMP #

Patch Set 3 : Minor changes in comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -22 lines) Patch
M content/renderer/media/media_factory.cc View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M gpu/ipc/service/stream_texture_android.cc View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M media/base/media_log.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M media/base/pipeline_status.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M media/blink/webmediaplayer_impl.cc View 1 2 2 chunks +12 lines, -15 lines 0 comments Download
M media/blink/webmediaplayer_util.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M media/filters/ffmpeg_demuxer.cc View 1 2 2 chunks +10 lines, -0 lines 0 comments Download
M media/filters/ffmpeg_glue.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M media/filters/ffmpeg_glue.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (1 generated)
tguilbert
3 years, 4 months ago (2017-08-16 23:41:22 UTC) #1
Description was changed from

==========
Detect HLS from demuxing results

// TODO: Write description.
// Note: Commented lines in this CL are just there to show what needs
// adressed, and will not be committed. Fixing Pipeline::Start/Stop
// state changes first might be the way to go.

BUG=663503
==========

to

==========
Detect HLS from demuxing results

// TODO: Write description.
// Note: Commented lines in this CL are just there to show what needs
// adressed, and will not be committed. Fixing Pipeline::Start/Stop
// state changes first might be the way to go.

BUG=663503
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
==========

Powered by Google App Engine
This is Rietveld 408576698