From: Sebastian Dröge Date: Thu, 25 Mar 2010 17:57:40 +0000 (+0100) Subject: elementfactory: Add FIXME 0.11 to remove GstElementDetails from the public API X-Git-Tag: RELEASE-0.10.29~72 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d3f1d2aeb56504050fcb3c3e1954c3c0d9e34a85;p=platform%2Fupstream%2Fgstreamer.git 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. --- diff --git a/gst/gstelementfactory.h b/gst/gstelementfactory.h index 178f2a6..39772b0 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; /**