mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
gnomevfsrc: set GST_PARAM_MUTABLE_READY flag on the "handle" property
Fixes #629672
This commit is contained in:
parent
ef02142125
commit
a351bf0702
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue