mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:28:32 +00:00
shmsink: Document that socket-path may change
This commit is contained in:
parent
93abc06ae8
commit
77b339bf5c
1 changed files with 3 additions and 2 deletions
|
@ -380,8 +380,9 @@ gst_shm_sink_class_init (GstShmSinkClass * klass)
|
||||||
g_object_class_install_property (gobject_class, PROP_SOCKET_PATH,
|
g_object_class_install_property (gobject_class, PROP_SOCKET_PATH,
|
||||||
g_param_spec_string ("socket-path",
|
g_param_spec_string ("socket-path",
|
||||||
"Path to the control socket",
|
"Path to the control socket",
|
||||||
"The path to the control socket used to control the shared memory"
|
"The path to the control socket used to control the shared memory "
|
||||||
" transport", NULL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
"transport. This may be modified during the NULL->READY transition",
|
||||||
|
NULL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
|
|
||||||
g_object_class_install_property (gobject_class, PROP_PERMS,
|
g_object_class_install_property (gobject_class, PROP_PERMS,
|
||||||
g_param_spec_uint ("perms",
|
g_param_spec_uint ("perms",
|
||||||
|
|
Loading…
Reference in a new issue