app: Add FIXME comment for making the instance/class structs private
This commit is contained in:
parent
ab58a9af2f
commit
2a35a881b0
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user