mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 03:52:25 +00:00
Revert "libs/gst/dataqueue: Document gst_data_queue_new_full"
This reverts commit 80727c1177
.
This doesn't make sense. gst_data_queue_new_full() is already
documented above. And we need the doc blurb for _new() here.
This commit is contained in:
parent
ef25c11214
commit
1d9fbd1a7c
1 changed files with 1 additions and 7 deletions
|
@ -219,17 +219,11 @@ gst_data_queue_new_full (GstDataQueueCheckFullFunction checkfull,
|
|||
}
|
||||
|
||||
/**
|
||||
* gst_data_queue_new_full:
|
||||
* gst_data_queue_new:
|
||||
* @checkfull: the callback used to tell if the element considers the queue full
|
||||
* or not.
|
||||
* @fullcallback: the callback which will be called when the queue is considered full.
|
||||
* @emptycallback: the callback which will be called when the queue is considered empty.
|
||||
* @checkdata: a #gpointer that will be given in the @checkfull callback.
|
||||
*
|
||||
* Creates a new #GstDataQueue. The difference with @gst_data_queue_new is that it will
|
||||
* not emit the 'full' and 'empty' signals, but instead calling directly @fullcallback
|
||||
* or @emptycallback.
|
||||
*
|
||||
* Returns: a new #GstDataQueue.
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue