summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-02-07 18:01:17 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-02-07 18:01:17 +0000
commit577775354d2b24d2463232cb9c1b2f6b57e864d5 (patch)
treefb4131130db95b6180b850e0a35f3a5e1b9eda39 /ChangeLog
parent54a95b0f9f16506dc11af9e4db9e7a593e9be272 (diff)
downloadgst-plugins-bad-577775354d2b24d2463232cb9c1b2f6b57e864d5.tar.gz
gst-plugins-bad-577775354d2b24d2463232cb9c1b2f6b57e864d5.tar.bz2
gst-plugins-bad-577775354d2b24d2463232cb9c1b2f6b57e864d5.zip
gst/qtdemux/qtdemux.c: use the correct variable to check if we can calculate the last chunk. Looks like an obvious b...
Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header), (qtdemux_parse_trak): use the correct variable to check if we can calculate the last chunk. Looks like an obvious bug, and makes the dump of offsets comparable to other tools
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 61492401..efd5811b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,14 @@
* gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
(qtdemux_parse_trak):
+ use the correct variable to check if we can calculate
+ the last chunk. Looks like an obvious bug, and makes
+ the dump of offsets comparable to other tools
+
+2006-02-07 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
+ (qtdemux_parse_trak):
clean up some debugging, using _OBJECT, moving recurring
messages to LOG level