[Bug 782867] gst-omx: plugin stays blacklisted even when modifying gstomx.conf or GST_OMX_CONFIG_DIR

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun May 21 14:45:16 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=782867

Julien Isorce <julien.isorce at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #352224|accepted-commit_now         |committed
             status|                            |

--- Comment #3 from Julien Isorce <julien.isorce at gmail.com> ---
Comment on attachment 352224
  --> https://bugzilla.gnome.org/attachment.cgi?id=352224
omx: allow 0 feature

Author: Julien Isorce <jisorce at oblong.com>
Date:   Sat May 20 14:49:20 2017 +0100

    omx: allow 0 feature

    Previously the omx plugin was blacklisted if GST_OMX_CONFIG_DIR
    points to an invalid path or if the gstomx.conf contains 0 valid
    component.
    Problem is that once the plugin is blacklisted, a rescan is not
    triggered upon changes of the env var or the gstomx.conf file
    despite being setup with gst_plugin_add_dependency.

    This also makes it more consistent with other plugins that auto
    generate features. For example gst-{ffmeg,libav}, gstreamer-vaapi,
    v4l2 video dec.

    To clarify the diff, the plugin_init func will return TRUE even if
    g_key_file_get_groups returns 0 element and even if
    g_key_file_load_from_dirs fails.

    https://bugzilla.gnome.org/show_bug.cgi?id=782867

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list