diff --git a/gst/gstelementfactory.h b/gst/gstelementfactory.h index 178f2a6ca2..39772b001d 100644 --- a/gst/gstelementfactory.h +++ b/gst/gstelementfactory.h @@ -36,6 +36,10 @@ typedef struct _GstElementFactoryClass GstElementFactoryClass; G_BEGIN_DECLS +/* FIXME 0.11: Move GstElementDetails into a private header and use it internally + * in GstElementFactory, GstElementClass and the registry + */ + typedef struct _GstElementDetails GstElementDetails; /**