diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-10-18 13:52:15 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-10-18 13:52:15 +0000 |
commit | c1da22dd4e9238cdca3b9d266e8355bda2da74dc (patch) | |
tree | c72ed2f665ec2d3645fcacb8107b9253c566bf8a | |
parent | d4eb6d40a9213e7732e8f072b8a478c352d706db (diff) |
ext/ogg/gstoggdemux.c: Really do nothing when no data is available.
Original commit message from CVS:
* ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
Really do nothing when no data is available.
Go to the playing state when the stream is not seekable
instead of failing.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2004-10-18 Wim Taymans <wim@fluendo.com> + * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate): + Really do nothing when no data is available. + Go to the playing state when the stream is not seekable + instead of failing. + +2004-10-18 Wim Taymans <wim@fluendo.com> + * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init), (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event), (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type), |