mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 04:00:37 +00:00
ext/ogg/gstoggdemux.c: And revert after wingo's revert.. sigh..
Original commit message from CVS: * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind), (gst_ogg_demux_sink_activate): And revert after wingo's revert.. sigh..
This commit is contained in:
parent
21c3b52296
commit
9d858bfb1f
2 changed files with 7 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-05-06 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
|
||||
(gst_ogg_demux_sink_activate):
|
||||
And revert after wingo's revert.. sigh..
|
||||
|
||||
2005-05-05 Andy Wingo <wingo@pobox.com>
|
||||
|
||||
* gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
|
||||
|
|
|
@ -1978,7 +1978,7 @@ gst_ogg_demux_sink_activate (GstPad * sinkpad, GstActivateMode mode)
|
|||
ogg->seekable = FALSE;
|
||||
result = TRUE;
|
||||
break;
|
||||
case GST_ACTIVATE_PULL_RANGE:
|
||||
case GST_ACTIVATE_PULL:
|
||||
/* if we have a scheduler we can start the task */
|
||||
if (GST_ELEMENT_SCHEDULER (ogg)) {
|
||||
gst_pad_peer_set_active (sinkpad, mode);
|
||||
|
@ -2010,9 +2010,6 @@ gst_ogg_demux_sink_activate (GstPad * sinkpad, GstActivateMode mode)
|
|||
|
||||
result = TRUE;
|
||||
break;
|
||||
case GST_ACTIVATE_PULL:
|
||||
result = FALSE;
|
||||
break;
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue