summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-02-14 12:26:20 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-02-14 12:26:20 +0000
commit6cca025c97bdb920e7f5fea7cfd9f5c75ccca812 (patch)
tree1a7b798207ecd19b63f85e12c36f024d88c3ffb8 /ChangeLog
parentb01a413122cab895cb99cf5ed011966129e57563 (diff)
downloadgst-plugins-bad-6cca025c97bdb920e7f5fea7cfd9f5c75ccca812.tar.gz
gst-plugins-bad-6cca025c97bdb920e7f5fea7cfd9f5c75ccca812.tar.bz2
gst-plugins-bad-6cca025c97bdb920e7f5fea7cfd9f5c75ccca812.zip
ext/libmms/gstmms.c: Return FLOW_UNEXPECTED on EOS, not FLOW_ERROR. Also, no need to push our own EOS event on EOS, t...
Original commit message from CVS: * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_create), (gst_mms_start): Return FLOW_UNEXPECTED on EOS, not FLOW_ERROR. Also, no need to push our own EOS event on EOS, the base class will do that for us; fix bogus query code; post semi-decent errors on the bus when an error occurs in ::start(), otherwise the user will get to see whatever cryptic default message GstBaseSrc comes up with.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 82f130b1..a46c8972 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
+
+ * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_create),
+ (gst_mms_start):
+ Return FLOW_UNEXPECTED on EOS, not FLOW_ERROR. Also, no need to
+ push our own EOS event on EOS, the base class will do that for us;
+ fix bogus query code; post semi-decent errors on the bus when an
+ error occurs in ::start(), otherwise the user will get to see
+ whatever cryptic default message GstBaseSrc comes up with.
+
2006-02-14 Andy Wingo <wingo@pobox.com>
* sys/glsink/glimagesink.c (gst_glimage_sink_init): Come on