mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-10 10:04:23 +00:00
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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue