parent
5a605b883b
commit
dbc1f9f2d6
@ -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…
x
Reference in New Issue
Block a user