summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-10-06 15:49:39 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-10-06 15:49:39 +0000
commit09624a589485472bc3ca5d1ca925576e66f670dd (patch)
tree5648f407d41ce63315866456e6a5ab0c80361b04 /ChangeLog
parent91447f842899c60cb9ddcd61c48075f3608171d7 (diff)
downloadgst-plugins-bad-09624a589485472bc3ca5d1ca925576e66f670dd.tar.gz
gst-plugins-bad-09624a589485472bc3ca5d1ca925576e66f670dd.tar.bz2
gst-plugins-bad-09624a589485472bc3ca5d1ca925576e66f670dd.zip
ext/faad/gstfaad.c: Some cleanups.
Original commit message from CVS: * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain), (gst_faad_close_decoder): Some cleanups. Added some more debugging. Don't ever ignore unlinked, we're not a demuxer. * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream): Activate pad before adding it to the element.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bdf66daf..20c8b7da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-10-06 Wim Taymans <wim@fluendo.com>
+
+ * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain),
+ (gst_faad_close_decoder):
+ Some cleanups.
+ Added some more debugging.
+ Don't ever ignore unlinked, we're not a demuxer.
+
+ * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
+ Activate pad before adding it to the element.
+
2006-10-06 Michael Smith <msmith@fluendo.com>
* ext/theora/theoradec.c: (gst_theoradec_reset),