diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-12-13 07:55:40 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-12-13 07:55:40 +0000 |
commit | 616c0eb07fb215eb9a2e6b910bde0d0353235053 (patch) | |
tree | 7eb5cda0ddf08f79390b13b3fc2dd386aa371028 /ChangeLog | |
parent | f1e4282538bceaab920818d54676cdf41ab0e165 (diff) | |
download | gstreamer-616c0eb07fb215eb9a2e6b910bde0d0353235053.tar.gz |
ext/ffmpeg/: Set the channel layout if it's exposed by the decoder.
Original commit message from CVS:
* ext/ffmpeg/Makefile.am:
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ff_channel_layout_to_gst),
(gst_ff_aud_caps_new):
* ext/ffmpeg/gstffmpegcodecmap.h:
Set the channel layout if it's exposed by the decoder.
Fixes bug #548002.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2008-12-13 Sebastian Dröge <sebastian.droege@collabora.co.uk> + * ext/ffmpeg/Makefile.am: + * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ff_channel_layout_to_gst), + (gst_ff_aud_caps_new): + * ext/ffmpeg/gstffmpegcodecmap.h: + Set the channel layout if it's exposed by the decoder. + Fixes bug #548002. + +2008-12-13 Sebastian Dröge <sebastian.droege@collabora.co.uk> + * ffmpegrev: Update ffmpeg revision to 16086 and update to the corresponding swscale revision. |