elementfactory: Add FIXME 0.11 to remove GstElementDetails from the public API

It's not necessary anymore to expose this as public API and this allows
easier extension of the element details by new fields.
This commit is contained in:
Sebastian Dröge 2010-03-25 18:57:40 +01:00
parent b9ce2133dc
commit d3f1d2aeb5

View 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;
/**