summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-02-24 17:17:56 +0000
committerDavid Schleef <ds@schleef.org>2004-02-24 17:17:56 +0000
commit38103acc998052b0203a23befc7831c3ff1d856b (patch)
tree560a8281ea12e72ec155c38f2f711f24f12c476f /ChangeLog
parent2aef6c3d8bdc3600687f4c3f86632097873bd79a (diff)
downloadgst-plugins-bad-38103acc998052b0203a23befc7831c3ff1d856b.tar.gz
gst-plugins-bad-38103acc998052b0203a23befc7831c3ff1d856b.tar.bz2
gst-plugins-bad-38103acc998052b0203a23befc7831c3ff1d856b.zip
gst/qtdemux/qtdemux.c: Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug category. Attempt to fix timestam...
Original commit message from CVS: * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak): Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug category. Attempt to fix timestamp calculation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94746aa6..40627aea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2004-02-24 David Schleef <ds@schleef.org>
+
+ * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
+ (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
+ (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
+ (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
+ (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
+ (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
+ (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
+ (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
+ Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
+ category. Attempt to fix timestamp calculation.
+
2004-02-24 Johan Dahlin <johan@gnome.org>
* gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages