mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
wasapi: fix "device" property description
Fixes gstreamer/gst-plugins-bad#1620 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4651>
This commit is contained in:
parent
5cf384a632
commit
c80b0a589a
2 changed files with 2 additions and 2 deletions
|
@ -123,7 +123,7 @@ gst_wasapi_sink_class_init (GstWasapiSinkClass * klass)
|
|||
g_object_class_install_property (gobject_class,
|
||||
PROP_DEVICE,
|
||||
g_param_spec_string ("device", "Device",
|
||||
"WASAPI playback device as a GUID string",
|
||||
"WASAPI device endpoint ID as provided by IMMDevice::GetId",
|
||||
NULL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
|
||||
g_object_class_install_property (gobject_class,
|
||||
|
|
|
@ -122,7 +122,7 @@ gst_wasapi_src_class_init (GstWasapiSrcClass * klass)
|
|||
g_object_class_install_property (gobject_class,
|
||||
PROP_DEVICE,
|
||||
g_param_spec_string ("device", "Device",
|
||||
"WASAPI playback device as a GUID string",
|
||||
"WASAPI device endpoint ID as provided by IMMDevice::GetId",
|
||||
NULL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
|
||||
g_object_class_install_property (gobject_class,
|
||||
|
|
Loading…
Reference in a new issue