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

Issue 100195: Enable video in linux build and remove unneeded ifdefs to guard windows. (Closed)

Created:
11 years, 7 months ago by awong
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, ralphl, Alpha Left Google, fbarchard
Visibility:
Public.

Description

Enable video in posix builds and remove unneeded ifdefs to guard windows. The code still crashes when trying to play a video, but this will allow debugging.

Patch Set 1 #

Patch Set 2 : Remove uneeded stuff #

Total comments: 14

Patch Set 3 : remove stale comments. #

Patch Set 4 : Typo causing build issue. #

Patch Set 5 : bug in initialiation. #

Patch Set 6 : Fix inifite loop. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -42 lines) Patch
M chrome/renderer/render_view.cc View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/renderer/webmediaplayer_delegate_impl.cc View 1 2 2 chunks +0 lines, -6 lines 0 comments Download
M media/base/media_posix.cc View 1 2 3 4 5 7 chunks +38 lines, -8 lines 0 comments Download
M media/filters/ffmpeg_audio_decoder.cc View 1 chunk +5 lines, -1 line 0 comments Download
M media/filters/ffmpeg_demuxer.h View 1 chunk +0 lines, -1 line 0 comments Download
M media/filters/ffmpeg_glue.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/media.gyp View 1 chunk +1 line, -9 lines 0 comments Download
M webkit/webkit.gyp View 1 2 3 4 chunks +1 line, -10 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
awong
Remove conditional compiles and other stuff like that. Anyone know if I need to get ...
11 years, 7 months ago (2009-04-30 02:16:41 UTC) #1
scherkus (not reviewing)
http://codereview.chromium.org/100195/diff/22/1002 File chrome/renderer/webmediaplayer_delegate_impl.cc (right): http://codereview.chromium.org/100195/diff/22/1002#newcode15 Line 15: // FFmpeg is not ready for Linux and ...
11 years, 7 months ago (2009-04-30 04:19:07 UTC) #2
awong
http://codereview.chromium.org/100195/diff/22/1002 File chrome/renderer/webmediaplayer_delegate_impl.cc (right): http://codereview.chromium.org/100195/diff/22/1002#newcode15 Line 15: // FFmpeg is not ready for Linux and ...
11 years, 7 months ago (2009-05-01 18:18:05 UTC) #3
awong
more fixes. This ends up actually making video work. yay.
11 years, 7 months ago (2009-05-01 21:15:05 UTC) #4
scherkus (not reviewing)
11 years, 7 months ago (2009-05-01 23:04:19 UTC) #5
LGTM

Powered by Google App Engine
This is Rietveld 408576698