summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-11-02 23:50:15 +0000
committerDavid Schleef <ds@schleef.org>2004-11-02 23:50:15 +0000
commit928610009f0850f2a8a8daf0ea3d2989ce09f818 (patch)
tree539c24bd885359d9027c7cc414b8365b8235e3ef /ChangeLog
parentbb35f41265eec7ebabaab7cd0d59b97e30be29cf (diff)
gst/qtdemux/qtdemux.c: Change all g_print()s to debugging. Add a bunch of consistency checks.
Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header), (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree), (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds): Change all g_print()s to debugging. Add a bunch of consistency checks.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1bdd0e59..f93f8814 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-11-02 David Schleef <ds@schleef.org>
+
+ * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
+ (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
+ (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
+ Change all g_print()s to debugging. Add a bunch of consistency
+ checks.
+
2004-11-02 Wim Taymans <wim@fluendo.com>
* gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),