mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
signalprocessor: use the type define like everywhere else
This commit is contained in:
parent
4b6e0e9ede
commit
0e642cad5b
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ gst_signal_processor_class_add_pad_template (GstSignalProcessorClass * klass,
|
|||
if (pos)
|
||||
gst_audio_set_caps_channel_positions_list (caps, pos, channels);
|
||||
|
||||
new = g_object_new (gst_signal_processor_pad_template_get_type (),
|
||||
new = g_object_new (GST_TYPE_SIGNAL_PROCESSOR_PAD_TEMPLATE,
|
||||
"name", name, "name-template", name,
|
||||
"direction", direction, "presence", GST_PAD_ALWAYS, "caps", caps, NULL);
|
||||
|
||||
|
|
Loading…
Reference in a new issue