gnomevfsrc: set GST_PARAM_MUTABLE_READY flag on the "handle" property
authorTristan Matthews <le.businessman@gmail.com>
Tue, 14 Sep 2010 15:20:42 +0000 (11:20 -0400)
committerStefan Kost <ensonic@users.sf.net>
Wed, 15 Sep 2010 14:07:16 +0000 (17:07 +0300)
Fixes #629672

ext/gnomevfs/gstgnomevfssrc.c

index 5b27c2c..fbbd661 100644 (file)
@@ -211,7 +211,8 @@ gst_gnome_vfs_src_class_init (GstGnomeVFSSrcClass * klass)
       g_param_spec_boxed ("handle",
           "GnomeVFSHandle", "Handle for GnomeVFS",
           GST_TYPE_GNOME_VFS_HANDLE,
-          G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
+          GST_PARAM_MUTABLE_READY | G_PARAM_READWRITE |
+          G_PARAM_STATIC_STRINGS));
 
   /* icecast stuff */
   g_object_class_install_property (gobject_class,