mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 20:25:25 +00:00
parent
45458c44a4
commit
6beda8aae0
1 changed files with 1 additions and 1 deletions
|
@ -2305,7 +2305,7 @@ gst_qt_mux_request_new_pad (GstElement * element,
|
||||||
if (templ->direction != GST_PAD_SINK)
|
if (templ->direction != GST_PAD_SINK)
|
||||||
goto wrong_direction;
|
goto wrong_direction;
|
||||||
|
|
||||||
if (qtmux->state != GST_QT_MUX_STATE_NONE)
|
if (qtmux->state > GST_QT_MUX_STATE_STARTED)
|
||||||
goto too_late;
|
goto too_late;
|
||||||
|
|
||||||
if (templ == gst_element_class_get_pad_template (klass, "audio_%d")) {
|
if (templ == gst_element_class_get_pad_template (klass, "audio_%d")) {
|
||||||
|
|
Loading…
Reference in a new issue