mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
encodebin: Add the parser before timestamper to tosync list
Also need to sync the state of the parser before timestamper with parent. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6486>
This commit is contained in:
parent
e6e3ed5679
commit
1dc3fe831c
1 changed files with 1 additions and 0 deletions
|
@ -1633,6 +1633,7 @@ _create_stream_group (GstEncodeBaseBin * ebin, GstEncodingProfile * sprof,
|
|||
(sgroup->parser)), NULL);
|
||||
|
||||
gst_bin_add (GST_BIN (ebin), p1);
|
||||
tosync = g_list_append (tosync, p1);
|
||||
if (G_UNLIKELY (!gst_element_link (p1, last)))
|
||||
goto parser_link_failure;
|
||||
|
||||
|
|
Loading…
Reference in a new issue