merged with HEAD-1.69

Original commit message from CVS:
merged with HEAD-1.69
This commit is contained in:
David Schleef 2002-12-10 04:16:27 +00:00
parent 3134b0b900
commit 99178bcaa0

View file

@ -154,9 +154,13 @@ gst_pipeline_change_state (GstElement *element)
case GST_STATE_PAUSED_TO_READY:
break;
case GST_STATE_READY_TO_NULL:
/* FIXME: calling gst_scheduler_reset() here is bad, since we
* might not be in cothread 0 */
#if 0
if (GST_ELEMENT_SCHED (element)) {
gst_scheduler_reset (GST_ELEMENT_SCHED (element));
}
#endif
break;
}