summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-12-13 07:55:40 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-12-13 07:55:40 +0000
commit616c0eb07fb215eb9a2e6b910bde0d0353235053 (patch)
tree7eb5cda0ddf08f79390b13b3fc2dd386aa371028 /ChangeLog
parentf1e4282538bceaab920818d54676cdf41ab0e165 (diff)
downloadgstreamer-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f6a960e07..f503889a00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.