mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
dataqueue: Fix gst_data_queue_new() description.
Reword the function docs, which haven't made any sense since gst_data_queue_new_full() was removed a few years ago.
This commit is contained in:
parent
56606c5264
commit
f470d57edd
1 changed files with 4 additions and 3 deletions
|
@ -217,9 +217,10 @@ gst_data_queue_init (GstDataQueue * queue)
|
|||
* @checkdata: a #gpointer that will be passed to the @checkfull, @fullcallback,
|
||||
* and @emptycallback callbacks.
|
||||
*
|
||||
* 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.
|
||||
* Creates a new #GstDataQueue. If @fullcallback or @emptycallback are supplied, then
|
||||
* the #GstDataQueue will call the respective callback to signal full or empty condition.
|
||||
* If the callbacks are NULL the #GstDataQueue will instead emit 'full' and 'empty'
|
||||
* signals.
|
||||
*
|
||||
* Returns: a new #GstDataQueue.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue