summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-10-09 09:48:46 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-10-09 09:48:46 +0000
commit9f3b48a4957a54ed4e501feb5f14298b0e205947 (patch)
tree3e860d8180ba90bf582bbbf2b2c79fcfc1b1cb18 /ChangeLog
parent0b42844a3c1c86513458eea3df625a739b128c42 (diff)
downloadgst-plugins-bad-9f3b48a4957a54ed4e501feb5f14298b0e205947.tar.gz
gst-plugins-bad-9f3b48a4957a54ed4e501feb5f14298b0e205947.tar.bz2
gst-plugins-bad-9f3b48a4957a54ed4e501feb5f14298b0e205947.zip
gst/flv/gstflvdemux.c: Go out of the parse loop as soon as we get an error instead of parsing until the GstAdapter is...
Original commit message from CVS: * gst/flv/gstflvdemux.c: (gst_flv_demux_chain): Go out of the parse loop as soon as we get an error instead of parsing until the GstAdapter is empty. Add some explanations about the header and tag size. Don't print synchronizing message if everything is fine.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c87aea16..66aeadc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2008-10-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * gst/flv/gstflvdemux.c: (gst_flv_demux_chain):
+ Go out of the parse loop as soon as we get an error instead
+ of parsing until the GstAdapter is empty.
+
+ Add some explanations about the header and tag size.
+
+ Don't print synchronizing message if everything is fine.
+
+2008-10-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
* gst/flv/Makefile.am:
* gst/flv/gstflvdemux.c: (plugin_init):
* gst/flv/gstflvmux.c: (gst_flv_mux_base_init),