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..
+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
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);
result = TRUE;
break;
- case GST_ACTIVATE_PULL:
- result = FALSE;
- break;
}
return result;
}