Typo fix
Original commit message from CVS: Typo fix
This commit is contained in:
parent
da88f91368
commit
be6ce4d973
@ -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…
x
Reference in New Issue
Block a user