GNOME Bugzilla – Bug 518627
no info about GList* from gst_filter_run
Last modified: 2008-02-25 15:40:01 UTC
There is no information provided about the returned GList* from gst_filter_run (the items ownership, ...)
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.)