diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-02-14 12:26:20 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-02-14 12:26:20 +0000 |
commit | 6cca025c97bdb920e7f5fea7cfd9f5c75ccca812 (patch) | |
tree | 1a7b798207ecd19b63f85e12c36f024d88c3ffb8 /ChangeLog | |
parent | b01a413122cab895cb99cf5ed011966129e57563 (diff) | |
download | gst-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |