summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-08-10 09:33:58 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-08-10 09:33:58 +0000
commit0ea3b5b95381e91375202fc90834c3e3709b2970 (patch)
treebcc2e8c37573ae5e7d272ceb2919c3fef186b22e /ChangeLog
parenta48b14eb37502478be18ff722a7faa74b075b962 (diff)
downloadgst-plugins-bad-0ea3b5b95381e91375202fc90834c3e3709b2970.tar.gz
gst-plugins-bad-0ea3b5b95381e91375202fc90834c3e3709b2970.tar.bz2
gst-plugins-bad-0ea3b5b95381e91375202fc90834c3e3709b2970.zip
ext/faad/gstfaad.c: Add debug category, remove Close() call that made it crash whenever reusing, renegotiating or any...
Original commit message from CVS: * ext/faad/gstfaad.c: (gst_faad_class_init), (gst_faad_setcaps): Add debug category, remove Close() call that made it crash whenever reusing, renegotiating or anything; Close() actually free()s the handle and should only be called on READY->NULL. * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header): Actually set caps on buffer (in addition to pad), also.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 73765bf6..e16ac963 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-08-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+ * ext/faad/gstfaad.c: (gst_faad_class_init), (gst_faad_setcaps):
+ Add debug category, remove Close() call that made it crash
+ whenever reusing, renegotiating or anything; Close() actually
+ free()s the handle and should only be called on READY->NULL.
+ * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
+ Actually set caps on buffer (in addition to pad), also.
+
2005-08-10 Owen Fraser-Green <owen@discobabe.net>
* gst/realmedia/rmdemux.c (gst_rmdemux_sink_activate)