summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2014-01-03 11:18:06 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2014-01-03 11:18:06 -0500
commit77b339bf5c0039ff8080dbc9beb25c0fcfadc5dd (patch)
treef5ba991d3405952f2b9b834faa2344e50b893af8
parent93abc06ae85cbb91422e3848ddc6ec3416c37ec0 (diff)
downloadgstreamer-plugins-bad-77b339bf5c0039ff8080dbc9beb25c0fcfadc5dd.tar.gz
shmsink: Document that socket-path may change
-rw-r--r--sys/shm/gstshmsink.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/shm/gstshmsink.c b/sys/shm/gstshmsink.c
index d13b228e7..0dba02715 100644
--- a/sys/shm/gstshmsink.c
+++ b/sys/shm/gstshmsink.c
@@ -380,8 +380,9 @@ gst_shm_sink_class_init (GstShmSinkClass * klass)
g_object_class_install_property (gobject_class, PROP_SOCKET_PATH,
g_param_spec_string ("socket-path",
"Path to the control socket",
- "The path to the control socket used to control the shared memory"
- " transport", NULL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
+ "The path to the control socket used to control the shared memory "
+ "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_param_spec_uint ("perms",