mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
pipeline: Disable encoding format renegotiation when rendering
This commit is contained in:
parent
d109c37343
commit
39a7ce6ca0
1 changed files with 2 additions and 0 deletions
|
@ -925,6 +925,8 @@ ges_pipeline_set_render_settings (GESPipeline * pipeline,
|
|||
GES_IS_VIDEO_TRACK (tmptrack->data))) {
|
||||
GST_DEBUG_OBJECT (pipeline, "Setting presence to 1!");
|
||||
gst_encoding_profile_set_presence (tmpprofiles->data, 1);
|
||||
gst_encoding_profile_set_allow_dynamic_output (tmpprofiles->data,
|
||||
FALSE);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue