summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2006-03-03 11:07:41 +0000
committerEdward Hervey <bilboed@bilboed.com>2006-03-03 11:07:41 +0000
commit28901daf9a9cf2722a3fc4ea5e56439fda6153b6 (patch)
treeec8595f2b8b9ff73f6501f1998a2d59006eb1108 /ChangeLog
parent46369006eb1a1e28fc7bb340cc866929aeb39598 (diff)
downloadgst-plugins-bad-28901daf9a9cf2722a3fc4ea5e56439fda6153b6.tar.gz
gst-plugins-bad-28901daf9a9cf2722a3fc4ea5e56439fda6153b6.tar.bz2
gst-plugins-bad-28901daf9a9cf2722a3fc4ea5e56439fda6153b6.zip
gst/qtdemux/qtdemux.c: Use GST_WARNING instead of GST_ERROR for all the too short/long atoms when parsing.
Original commit message from CVS: * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak): Use GST_WARNING instead of GST_ERROR for all the too short/long atoms when parsing. Also let's be a bit less vulgar in our warning messages :)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f8e28bb1..e88b100d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-03-03 Edward Hervey <edward@fluendo.com>
+
+ * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak):
+ Use GST_WARNING instead of GST_ERROR for all the too short/long atoms
+ when parsing.
+ Also let's be a bit less vulgar in our warning messages :)
+
2006-02-28 Tim-Philipp Müller <tim at centricular dot net>
* gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):