app: Add FIXME comment for making the instance/class structs private

This commit is contained in:
Sebastian Dröge 2014-09-16 00:41:55 +03:00
parent ab58a9af2f
commit 2a35a881b0
2 changed files with 4 additions and 0 deletions

View file

@ -42,6 +42,8 @@ typedef struct _GstAppSink GstAppSink;
typedef struct _GstAppSinkClass GstAppSinkClass;
typedef struct _GstAppSinkPrivate GstAppSinkPrivate;
/* FIXME 2.0: Make the instance/class struct private */
/**
* GstAppSinkCallbacks: (skip)
* @eos: Called when the end-of-stream has been reached. This callback

View file

@ -42,6 +42,8 @@ typedef struct _GstAppSrc GstAppSrc;
typedef struct _GstAppSrcClass GstAppSrcClass;
typedef struct _GstAppSrcPrivate GstAppSrcPrivate;
/* FIXME 2.0: Make the instance/class struct private */
/**
* GstAppSrcCallbacks: (skip)
* @need_data: Called when the appsrc needs more data. A buffer or EOS should be