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 570142 - Documentation is broken for uridecodebin
Documentation is broken for uridecodebin
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Windows
: Normal trivial
: 0.10.23
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-02-01 21:32 UTC by LRN
Modified: 2009-02-02 12:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description LRN 2009-02-01 21:32:20 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
Comment 1 Wim Taymans 2009-02-02 12:00:54 UTC
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.