summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-10-03 21:35:02 +0300
committerStefan Kost <ensonic@users.sf.net>2009-10-11 21:26:45 +0300
commit0e642cad5bb0b35ca527fd1e67e1f124cf8ac83e (patch)
tree06acc81524adcdda0c8abc152d0eb10199db0933
parent4b6e0e9ede19ceb0e9919e14d2dd5920d3f4c41e (diff)
signalprocessor: use the type define like everywhere else
-rw-r--r--gst-libs/gst/signalprocessor/gstsignalprocessor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/signalprocessor/gstsignalprocessor.c b/gst-libs/gst/signalprocessor/gstsignalprocessor.c
index ef6816a77..299f8b303 100644
--- a/gst-libs/gst/signalprocessor/gstsignalprocessor.c
+++ b/gst-libs/gst/signalprocessor/gstsignalprocessor.c
@@ -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);