gst/quicktime/gstqtmux.c: Do not tempt or suggest to violate gst_collect_pads API specification.
Original commit message from CVS: * gst/quicktime/gstqtmux.c: (gst_qt_mux_change_state): Do not tempt or suggest to violate gst_collect_pads API specification.
This commit is contained in:
parent
9b0cbfebd6
commit
c201ab463b
@ -1779,7 +1779,6 @@ gst_qt_mux_change_state (GstElement * element, GstStateChange transition)
|
||||
break;
|
||||
case GST_STATE_CHANGE_PAUSED_TO_PLAYING:
|
||||
break;
|
||||
/* FIXME: shouldn't the downwards state-change be done below? */
|
||||
case GST_STATE_CHANGE_PAUSED_TO_READY:
|
||||
gst_collect_pads_stop (qtmux->collect);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user