pluginfeature: include plugin.h in header where we use a GstPlugin pointer
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 29 Apr 2011 22:44:55 +0000 (23:44 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 29 Apr 2011 22:44:55 +0000 (23:44 +0100)
Should fix issue with gstreamermm build where <gst/gstindex.h> is included
directly instead of gst/gst.h.

gst/gstpluginfeature.h

index b731a86..c24be4f 100644 (file)
@@ -26,6 +26,7 @@
 
 #include <glib-object.h>
 #include <gst/gstobject.h>
+#include <gst/gstplugin.h>
 
 G_BEGIN_DECLS