signalprocessor: use the type define like everywhere else

This commit is contained in:
Stefan Kost 2009-10-03 21:35:02 +03:00
parent 4b6e0e9ede
commit 0e642cad5b

View file

@ -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);