diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2014-01-03 11:18:06 -0500 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2014-01-03 11:18:06 -0500 |
commit | 77b339bf5c0039ff8080dbc9beb25c0fcfadc5dd (patch) | |
tree | f5ba991d3405952f2b9b834faa2344e50b893af8 /sys/shm | |
parent | 93abc06ae85cbb91422e3848ddc6ec3416c37ec0 (diff) | |
download | gstreamer-plugins-bad-77b339bf5c0039ff8080dbc9beb25c0fcfadc5dd.tar.gz |
shmsink: Document that socket-path may change
Diffstat (limited to 'sys/shm')
-rw-r--r-- | sys/shm/gstshmsink.c | 5 |
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", |