mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
Typo fix
Original commit message from CVS: Typo fix
This commit is contained in:
parent
da88f91368
commit
be6ce4d973
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ gst_osselement_class_init (GstOssElementClass *klass)
|
|||
g_param_spec_string ("mixerdev", "Mixer device",
|
||||
"OSS mixer device (/dev/mixerN usually)",
|
||||
"default", G_PARAM_READWRITE));
|
||||
g_object_class_install_property(G_OBJECT_CLASS(klass), ARG_MIXERDEV,
|
||||
g_object_class_install_property(G_OBJECT_CLASS(klass), ARG_DEVICE_NAME,
|
||||
g_param_spec_string ("device_name", "Device name", "Name of the device",
|
||||
NULL, G_PARAM_READABLE));
|
||||
|
||||
|
|
Loading…
Reference in a new issue