filesource: Make the uri property CONSTRUCT_ONLY

This is the way it should always have been.
This commit is contained in:
Thibault Saunier 2012-08-10 12:58:13 -04:00
parent 7e82bef3a9
commit 30e12995fd

View file

@ -133,8 +133,8 @@ ges_timeline_filesource_class_init (GESTimelineFileSourceClass * klass)
* The location of the file/resource to use. * The location of the file/resource to use.
*/ */
g_object_class_install_property (object_class, PROP_URI, g_object_class_install_property (object_class, PROP_URI,
g_param_spec_string ("uri", "URI", "uri of the resource", g_param_spec_string ("uri", "URI", "uri of the resource", NULL,
NULL, G_PARAM_READWRITE | G_PARAM_CONSTRUCT)); G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY));
/** /**
* GESTimelineFileSource:mute: * GESTimelineFileSource:mute: