mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
encodebin: sync muxer state with parent bin
Other elements were synced, but not the muxer.
This commit is contained in:
parent
d189beda4d
commit
17cdb54aa4
1 changed files with 1 additions and 0 deletions
|
@ -1727,6 +1727,7 @@ create_elements_and_pads (GstEncodeBin * ebin)
|
|||
goto stream_error;
|
||||
}
|
||||
}
|
||||
gst_element_sync_state_with_parent (muxer);
|
||||
} else {
|
||||
if (G_UNLIKELY (_create_stream_group (ebin, ebin->profile, NULL,
|
||||
NULL) == NULL))
|
||||
|
|
Loading…
Reference in a new issue