mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
docs/gst/tmpl/gstprobe.sgml: Fix documentation of probe callback - it is supposed to return
Original commit message from CVS: Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> * docs/gst/tmpl/gstprobe.sgml: Fix documentation of probe callback - it is supposed to return FALSE, not TRUE, to remove data from the stream (#159087).
This commit is contained in:
parent
a5075440e6
commit
e8d967a150
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
2004-12-16 Edward Hervey <bilboed@bilboed.com>
|
||||
|
||||
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* docs/gst/tmpl/gstprobe.sgml:
|
||||
Fix documentation of probe callback - it is supposed to return
|
||||
FALSE, not TRUE, to remove data from the stream (#159087).
|
||||
|
||||
2004-12-16 Daniel Gazard <dany42@free.fr>
|
||||
|
||||
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
|
|
@ -36,7 +36,7 @@ The function that will be called when a probe is activated.
|
|||
@probe: The probe that signalled the callback
|
||||
@data: The GstData that triggered the probe
|
||||
@user_data: user data
|
||||
@Returns: TRUE if the GstData should be removed from the stream.
|
||||
@Returns: FALSE if the GstData should be removed from the stream.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_probe_new ##### -->
|
||||
|
|
Loading…
Reference in a new issue