mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
appsink, appsrc: skip set_callbacks APIs for introspection
https://bugzilla.gnome.org/show_bug.cgi?id=678301
This commit is contained in:
parent
9b3849db1c
commit
a6fc7732c1
4 changed files with 4 additions and 4 deletions
|
@ -1214,7 +1214,7 @@ not_started:
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gst_app_sink_set_callbacks:
|
* gst_app_sink_set_callbacks: (skip)
|
||||||
* @appsink: a #GstAppSink
|
* @appsink: a #GstAppSink
|
||||||
* @callbacks: the callbacks
|
* @callbacks: the callbacks
|
||||||
* @user_data: a user_data argument for the callbacks
|
* @user_data: a user_data argument for the callbacks
|
||||||
|
|
|
@ -43,7 +43,7 @@ typedef struct _GstAppSinkClass GstAppSinkClass;
|
||||||
typedef struct _GstAppSinkPrivate GstAppSinkPrivate;
|
typedef struct _GstAppSinkPrivate GstAppSinkPrivate;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GstAppSinkCallbacks:
|
* GstAppSinkCallbacks: (skip)
|
||||||
* @eos: Called when the end-of-stream has been reached. This callback
|
* @eos: Called when the end-of-stream has been reached. This callback
|
||||||
* is called from the steaming thread.
|
* is called from the steaming thread.
|
||||||
* @new_preroll: Called when a new preroll sample is available.
|
* @new_preroll: Called when a new preroll sample is available.
|
||||||
|
|
|
@ -1572,7 +1572,7 @@ flushing:
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gst_app_src_set_callbacks:
|
* gst_app_src_set_callbacks: (skip)
|
||||||
* @appsrc: a #GstAppSrc
|
* @appsrc: a #GstAppSrc
|
||||||
* @callbacks: the callbacks
|
* @callbacks: the callbacks
|
||||||
* @user_data: a user_data argument for the callbacks
|
* @user_data: a user_data argument for the callbacks
|
||||||
|
|
|
@ -43,7 +43,7 @@ typedef struct _GstAppSrcClass GstAppSrcClass;
|
||||||
typedef struct _GstAppSrcPrivate GstAppSrcPrivate;
|
typedef struct _GstAppSrcPrivate GstAppSrcPrivate;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GstAppSrcCallbacks:
|
* GstAppSrcCallbacks: (skip)
|
||||||
* @need_data: Called when the appsrc needs more data. A buffer or EOS should be
|
* @need_data: Called when the appsrc needs more data. A buffer or EOS should be
|
||||||
* pushed to appsrc from this thread or another thread. @length is just a hint
|
* pushed to appsrc from this thread or another thread. @length is just a hint
|
||||||
* and when it is set to -1, any number of bytes can be pushed into @appsrc.
|
* and when it is set to -1, any number of bytes can be pushed into @appsrc.
|
||||||
|
|
Loading…
Reference in a new issue