From: Thibault Saunier Date: Thu, 5 Dec 2019 17:23:04 +0000 (-0300) Subject: pipeline: Ensure that encodebin enforces a single segment sent to encoders X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eabcaa1a56ff9ab6a671f9d532a2327210e4315f;p=platform%2Fupstream%2Fgst-editing-services.git pipeline: Ensure that encodebin enforces a single segment sent to encoders --- diff --git a/ges/ges-pipeline.c b/ges/ges-pipeline.c index a30b12b..44eb71d 100644 --- a/ges/ges-pipeline.c +++ b/ges/ges-pipeline.c @@ -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); }