mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
pulsesink: add since docs for new property.
This commit is contained in:
parent
3b91ea7c81
commit
fc73dd210d
1 changed files with 7 additions and 0 deletions
|
@ -1843,6 +1843,13 @@ gst_pulsesink_class_init (GstPulseSinkClass * klass)
|
|||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
#endif
|
||||
|
||||
/**
|
||||
* GstPulseSink:client
|
||||
*
|
||||
* The PulseAudio client name to use
|
||||
*
|
||||
* Since: 0.10.25
|
||||
*/
|
||||
g_object_class_install_property (gobject_class,
|
||||
PROP_CLIENT,
|
||||
g_param_spec_string ("client", "Client",
|
||||
|
|
Loading…
Reference in a new issue