mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
pipeline: Ensure that encodebin enforces a single segment sent to encoders
This commit is contained in:
parent
3d04bd2b2b
commit
eabcaa1a56
1 changed files with 1 additions and 0 deletions
|
@ -1075,6 +1075,7 @@ ges_pipeline_set_render_settings (GESPipeline * pipeline,
|
|||
continue;
|
||||
|
||||
GST_DEBUG_OBJECT (pipeline, "Setting presence to 1!");
|
||||
gst_encoding_profile_set_single_segment (tmpprofiles->data, TRUE);
|
||||
gst_encoding_profile_set_presence (tmpprofiles->data, 1);
|
||||
gst_encoding_profile_set_allow_dynamic_output (tmpprofiles->data, FALSE);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue