GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind.
authorAndy Wingo <wingo@pobox.com>
Thu, 11 Apr 2002 20:42:26 +0000 (20:42 +0000)
committerAndy Wingo <wingo@pobox.com>
Thu, 11 Apr 2002 20:42:26 +0000 (20:42 +0000)
Original commit message from CVS:
GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE

same with *factory and typefind.

also, some -Werror fixes.

gst/audiofx/gststereo.c

index 05d98c1..6b243db 100644 (file)
@@ -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));