fix some circular includes
[platform/upstream/gstreamer.git] / gst / gstelementfactory.h
index e784b1c..323aa7a 100644 (file)
@@ -32,6 +32,7 @@ typedef struct _GstElementFactoryClass GstElementFactoryClass;
 #include <gst/gstobject.h>
 #include <gst/gstplugin.h>
 #include <gst/gstpluginfeature.h>
+#include <gst/gstpadtemplate.h>
 #include <gst/gstiterator.h>
 
 G_BEGIN_DECLS
@@ -82,7 +83,7 @@ GstElementFactory *     gst_element_factory_find                (const gchar *na
 
 GType                   gst_element_factory_get_element_type    (GstElementFactory *factory);
 
-G_CONST_RETURN gchar *  gst_element_factory_get_metadata        (GstElementFactory *factoryi, const gchar *key);
+G_CONST_RETURN gchar *  gst_element_factory_get_metadata        (GstElementFactory *factory, const gchar *key);
 
 guint                   gst_element_factory_get_num_pad_templates (GstElementFactory *factory);
 G_CONST_RETURN GList *  gst_element_factory_get_static_pad_templates (GstElementFactory *factory);