From d3f1d2aeb56504050fcb3c3e1954c3c0d9e34a85 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 25 Mar 2010 18:57:40 +0100 Subject: [PATCH] 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. --- gst/gstelementfactory.h | 4 ++++ 1 file changed, 4 insertions(+) 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; /** -- 2.7.4