summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-10-09 15:26:56 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-10-09 15:26:56 +0000
commitf66e8bf23324c661cb0dd943f7be0349193958c0 (patch)
tree1b07fd372c6e8e352ea2922bccfdeafeea6b4b69 /ChangeLog
parentf92e6bd51571e5f4b9c3bb1b117db1d3f29d8feb (diff)
downloadgst-plugins-bad-f66e8bf23324c661cb0dd943f7be0349193958c0.tar.gz
gst-plugins-bad-f66e8bf23324c661cb0dd943f7be0349193958c0.tar.bz2
gst-plugins-bad-f66e8bf23324c661cb0dd943f7be0349193958c0.zip
gst/flv/gstflvdemux.c: Use gst_element_class_set_details_simple().
Original commit message from CVS: * gst/flv/gstflvdemux.c: (gst_flv_demux_chain), (gst_flv_demux_base_init): Use gst_element_class_set_details_simple(). If we get GST_FLOW_NOT_LINKED in the parse loop but at least one of the pads is linked continue the loop.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd517b19..b6d8701a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-10-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst/flv/gstflvdemux.c: (gst_flv_demux_chain),
+ (gst_flv_demux_base_init):
+ Use gst_element_class_set_details_simple().
+
+ If we get GST_FLOW_NOT_LINKED in the parse loop but at least
+ one of the pads is linked continue the loop.
+
2008-10-09 Stefan Kost <ensonic@users.sf.net>
* ext/amrwb/gstamrwbenc.c: