mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
pulse, v4l2: update for device "klass" -> "device-class" rename
This commit is contained in:
parent
41c895de4d
commit
dd165a4b1a
2 changed files with 2 additions and 2 deletions
|
@ -630,7 +630,7 @@ gst_pulse_device_new (guint device_index, const gchar * device_name,
|
||||||
|
|
||||||
|
|
||||||
gstdev = g_object_new (GST_TYPE_PULSE_DEVICE,
|
gstdev = g_object_new (GST_TYPE_PULSE_DEVICE,
|
||||||
"display-name", device_name, "caps", caps, "klass", klass,
|
"display-name", device_name, "caps", caps, "device-class", klass,
|
||||||
"internal-name", internal_name, NULL);
|
"internal-name", internal_name, NULL);
|
||||||
|
|
||||||
gstdev->type = type;
|
gstdev->type = type;
|
||||||
|
|
|
@ -458,7 +458,7 @@ gst_v4l2_device_new (const gchar * device_path, const gchar * device_name,
|
||||||
}
|
}
|
||||||
|
|
||||||
gstdev = g_object_new (GST_TYPE_V4L2_DEVICE, "device-path", device_path,
|
gstdev = g_object_new (GST_TYPE_V4L2_DEVICE, "device-path", device_path,
|
||||||
"display-name", device_name, "caps", caps, "klass", klass, NULL);
|
"display-name", device_name, "caps", caps, "device-class", klass, NULL);
|
||||||
|
|
||||||
gstdev->element = element;
|
gstdev->element = element;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue