gnomevfsrc: set GST_PARAM_MUTABLE_READY flag on the "handle" property
Fixes #629672
This commit is contained in:
parent
ef02142125
commit
a351bf0702
@ -211,7 +211,8 @@ gst_gnome_vfs_src_class_init (GstGnomeVFSSrcClass * klass)
|
|||||||
g_param_spec_boxed ("handle",
|
g_param_spec_boxed ("handle",
|
||||||
"GnomeVFSHandle", "Handle for GnomeVFS",
|
"GnomeVFSHandle", "Handle for GnomeVFS",
|
||||||
GST_TYPE_GNOME_VFS_HANDLE,
|
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 */
|
/* icecast stuff */
|
||||||
g_object_class_install_property (gobject_class,
|
g_object_class_install_property (gobject_class,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user