mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 22:16:22 +00:00
timeline: Added 'const' modifier
This commit is contained in:
parent
04f2347f37
commit
f68757ce2c
2 changed files with 2 additions and 2 deletions
|
@ -683,7 +683,7 @@ ges_timeline_pipeline_add_timeline (GESTimelinePipeline * pipeline,
|
|||
*/
|
||||
gboolean
|
||||
ges_timeline_pipeline_set_render_settings (GESTimelinePipeline * pipeline,
|
||||
gchar * output_uri, GstEncodingProfile * profile)
|
||||
const gchar * output_uri, GstEncodingProfile * profile)
|
||||
{
|
||||
GError *err = NULL;
|
||||
|
||||
|
|
|
@ -83,7 +83,7 @@ gboolean ges_timeline_pipeline_add_timeline (GESTimelinePipeline * pipeline,
|
|||
GESTimeline * timeline);
|
||||
|
||||
gboolean ges_timeline_pipeline_set_render_settings (GESTimelinePipeline *pipeline,
|
||||
gchar * output_uri,
|
||||
const gchar * output_uri,
|
||||
GstEncodingProfile *profile);
|
||||
gboolean ges_timeline_pipeline_set_mode (GESTimelinePipeline *pipeline,
|
||||
GESPipelineFlags mode);
|
||||
|
|
Loading…
Reference in a new issue