mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
GESTimelinePipeline: Store encoding profile
This commit is contained in:
parent
adada51a2d
commit
f909ff239f
2 changed files with 3 additions and 0 deletions
|
@ -437,6 +437,7 @@ ges_timeline_pipeline_set_render_settings (GESTimelinePipeline * pipeline,
|
|||
}
|
||||
|
||||
g_object_set (pipeline->encodebin, "profile", profile, NULL);
|
||||
pipeline->profile = profile;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
|
@ -75,6 +75,8 @@ struct _GESTimelinePipeline {
|
|||
GESPipelineFlags mode;
|
||||
|
||||
GList *chains;
|
||||
|
||||
GstEncodingProfile *profile;
|
||||
};
|
||||
|
||||
struct _GESTimelinePipelineClass {
|
||||
|
|
Loading…
Reference in a new issue