GNOME Bugzilla – Bug 570142
Documentation is broken for uridecodebin
Last modified: 2009-02-02 12:00:54 UTC
gsturidecodebin.c:351:55 - sudden sentence cutoff. Impossible to fix, because this signal makes no sense for API users at all: to get a list of factories and actually do something, application must have access to gstfactorylists.c which is not a part of public API. gsturidecodebin.c:368-377 and gstdecodebin.c:517-526 - description is completely incorrect. Here is the correct one: * @pad: The #GstPad. * @caps: The #GstCaps. * @factory: A #GstElementFactory that could be used. * * Decides whether or not to handle given @caps with an element built by * @factory. * * Returns: #GST_AUTOPLUG_SELECT_TRY if @factory should be tried on @caps, * #GST_AUTOPLUG_SELECT_EXPOSE to prevent further autoplugging for this @caps * and expose it as is, #GST_AUTOPLUG_SELECT_SKIP if @factory should not be * tried on @caps. The default handler always returns #GST_AUTOPLUG_SELECT_TRY
commit 9996aab207da1e894015cc50813785301dfad24a Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Mon Feb 2 12:54:31 2009 +0100 Fix documentation for autoplug-select fix the documentation strings for the autoplug-select signal. Fixes #570142.