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 518627 - no info about GList* from gst_filter_run
no info about GList* from gst_filter_run
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: documentation
git master
Other All
: Normal enhancement
: 0.10.18
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-25 14:43 UTC by Siavash Safi
Modified: 2008-02-25 15:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Siavash Safi 2008-02-25 14:43:56 UTC
There is no information provided about the returned GList* from gst_filter_run (the items ownership, ...)
Comment 1 Tim-Philipp Müller 2008-02-25 15:40:01 UTC
I guess the assumption was that it would be obvious from the sample code in the documentation. Can't hurt to fix though:

 2008-02-25  Tim-Philipp Müller  <tim at centricular dot net>

        * gst/gstfilter.c:
          Improve documentation of gst_filter_run(). Fixes #518627.

(This is not a function one would want or need to wrap in a language binding btw.)