projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d994e4
)
Partially revert last change, since it breaks things. wtay: FIXME!
author
David Schleef
<ds@schleef.org>
Tue, 10 Dec 2002 03:45:03 +0000
(
03:45
+0000)
committer
David Schleef
<ds@schleef.org>
Tue, 10 Dec 2002 03:45:03 +0000
(
03:45
+0000)
Original commit message from CVS:
Partially revert last change, since it breaks things. wtay: FIXME!
gst/gstpipeline.c
patch
|
blob
|
history
diff --git
a/gst/gstpipeline.c
b/gst/gstpipeline.c
index
e483419
..
962e32b
100644
(file)
--- a/
gst/gstpipeline.c
+++ b/
gst/gstpipeline.c
@@
-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;
}