summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-09-05 21:09:08 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-09-05 21:09:08 +0000
commit27f25ccd9bc38a0fb685bf26b28d3f5d5023b110 (patch)
tree047b25f6b723a6daff94a6392450f6aed541f640 /ChangeLog
parent18b96b52334a9d71245a65dcdd1092d913284cb7 (diff)
downloadgst-plugins-bad-27f25ccd9bc38a0fb685bf26b28d3f5d5023b110.tar.gz
gst-plugins-bad-27f25ccd9bc38a0fb685bf26b28d3f5d5023b110.tar.bz2
gst-plugins-bad-27f25ccd9bc38a0fb685bf26b28d3f5d5023b110.zip
gst/real/gstrealvideodec.c: Add some more debugging.
Original commit message from CVS: * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain), (gst_real_video_dec_setcaps): Add some more debugging. Don't set LONG for width/height in caps. Set correct output buffer size when caps changed. The custom message sent to the decoder should not include the format and subformat. Fixes #471554.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f78bc76..50e475a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-09-05 Wim Taymans <wim.taymans@gmail.com>
+
+ * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
+ (gst_real_video_dec_setcaps):
+ Add some more debugging.
+ Don't set LONG for width/height in caps.
+ Set correct output buffer size when caps changed.
+ The custom message sent to the decoder should not include the format and
+ subformat. Fixes #471554.
+
2007-09-04 Tim-Philipp Müller <tim at centricular dot net>
* gst/rtpmanager/gstrtpsession.c: