After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 159087 - [docs] API doc, error in GstProbeCallback () return value
[docs] API doc, error in GstProbeCallback () return value
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: documentation
0.8.7
Other Linux
: Normal normal
: 0.8.8
Assigned To: Stephane Loeuillet
GStreamer Maintainers
Depends on:
Blocks: 120994
 
 
Reported: 2004-11-22 17:48 UTC by Edward Hervey
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Edward Hervey 2004-11-22 17:48:19 UTC
In The API, the documentation for GstProbeCallback () states:
"Returns :	TRUE if the GstData should be removed from the stream. "

It should in fact be the opposite:
"Returns :	FALSE if the GstData should be removed from the stream. "
Comment 1 Ronald Bultje 2004-12-16 10:49:22 UTC
Fixed.