mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
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:
parent
b9ce2133dc
commit
d3f1d2aeb5
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue