elementfactory: Add FIXME 0.11 to remove GstElementDetails from the public API
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 25 Mar 2010 17:57:40 +0000 (18:57 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 25 Mar 2010 17:57:40 +0000 (18:57 +0100)
It's not necessary anymore to expose this as public API and this allows
easier extension of the element details by new fields.

gst/gstelementfactory.h

index 178f2a6..39772b0 100644 (file)
@@ -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;
 
 /**