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
commit57b8d0d6988ef288f1f6f934052968fd56026729 (patch)
tree067f893fbca1d588f5439c8697d959a639d3f43d /ChangeLog
parente12e8b024a61547ab41f42d6ed73e035cd8fb6a9 (diff)
downloadgst-plugins-bad-57b8d0d6988ef288f1f6f934052968fd56026729.tar.gz
gst-plugins-bad-57b8d0d6988ef288f1f6f934052968fd56026729.tar.bz2
gst-plugins-bad-57b8d0d6988ef288f1f6f934052968fd56026729.zip
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),