pluginfeature: include plugin.h in header where we use a GstPlugin pointer

Should fix issue with gstreamermm build where <gst/gstindex.h> is included
directly instead of gst/gst.h.
This commit is contained in:
Tim-Philipp Müller 2011-04-29 23:44:55 +01:00
parent b8c541a0e2
commit 1ebff8a510

View file

@ -26,6 +26,7 @@
#include <glib-object.h>
#include <gst/gstobject.h>
#include <gst/gstplugin.h>
G_BEGIN_DECLS