diff --git a/ges/ges-pipeline.c b/ges/ges-pipeline.c index a30b12b592..44eb71d62e 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); }