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:
Ronald S. Bultje 2004-12-16 10:49:22 +00:00
parent a5075440e6
commit e8d967a150
2 changed files with 9 additions and 1 deletions

View file

@ -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>

View file

@ -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 ##### -->