summaryrefslogtreecommitdiff
path: root/gst/stereo/gststereo.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/stereo/gststereo.c')
-rw-r--r--gst/stereo/gststereo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/stereo/gststereo.c b/gst/stereo/gststereo.c
index 05d98c121..6b243db01 100644
--- a/gst/stereo/gststereo.c
+++ b/gst/stereo/gststereo.c
@@ -209,7 +209,7 @@ plugin_init (GModule *module, GstPlugin *plugin)
{
GstElementFactory *factory;
- factory = gst_elementfactory_new("stereo",GST_TYPE_STEREO,
+ factory = gst_element_factory_new("stereo",GST_TYPE_STEREO,
&stereo_details);
g_return_val_if_fail(factory != NULL, FALSE);
gst_plugin_add_feature (plugin, GST_PLUGIN_FEATURE (factory));