uri-clip: make uri parameter of ges_uri_clip_new () const
authorAurélien Zanelli <aurelien.zanelli@darkosphere.fr>
Mon, 16 May 2016 10:06:37 +0000 (12:06 +0200)
committerThibault Saunier <tsaunier@gnome.org>
Mon, 16 May 2016 18:47:25 +0000 (14:47 -0400)
commitdc16ee6c56dee1dfd08c8c541e439a9d603e4ca8
treed32d6410125bf6e633cda0111bec7aeca61abe11
parentdf9921f470b4a6aacc71c46478d74ddbfc1d4504
uri-clip: make uri parameter of ges_uri_clip_new () const

To avoid compiler warning when using const string to create a new
GESUriClip as string is not modified and only passed to functions which
take a const string.

https://bugzilla.gnome.org/show_bug.cgi?id=766523
ges/ges-uri-clip.c
ges/ges-uri-clip.h