mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
app: Add FIXME comment for making the instance/class structs private
This commit is contained in:
parent
ab58a9af2f
commit
2a35a881b0
2 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue