[Bug 770743] New: gst-omx: no element "omxmpeg2videodec"

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Sep 2 10:30:09 UTC 2016


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

            Bug ID: 770743
           Summary: gst-omx: no element "omxmpeg2videodec"
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: blocker
          Priority: Normal
         Component: gst-omx
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: minfrin at sharp.fm
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

After a recent git pull, the gst-omx project goes through all the motions of a
clean build, but all the omx plugins are invisible:

0:00:00.012056738 32504  0x1656400 ERROR                    omx
gstomx.c:2681:plugin_init: Failed to load configuration file: Valid key file
could not be found in search dirs (searched in: /home/pi/.config:/etc/xdg as
per GST_OMX_CONFIG_DIR environment variable, the xdg user config directory (or
XDG_CONFIG_HOME) and the system config directory (or XDG_CONFIG_DIRS)
0:00:00.480374486 32503  0x1330a00 ERROR           GST_PIPELINE
grammar.y:716:priv_gst_parse_yyparse: no element "omxmpeg2videodec"
0:00:00.480515578 32503  0x1330a00 ERROR           GST_PIPELINE
grammar.y:801:priv_gst_parse_yyparse: link has no sink [source=@0x1323c10]
0:00:00.481451974 32503  0x1330a00 ERROR           GST_PIPELINE
grammar.y:801:priv_gst_parse_yyparse: link has no source [sink=@0x13582b0]
0:00:00.505726646 32503  0x1330a00 ERROR           GST_PIPELINE
grammar.y:716:priv_gst_parse_yyparse: no element "omxh264enc"
0:00:00.505837061 32503  0x1330a00 ERROR           GST_PIPELINE
grammar.y:801:priv_gst_parse_yyparse: link has no sink [source=@0x1366518]
0:00:00.506226171 32503  0x1330a00 ERROR           GST_PIPELINE
grammar.y:801:priv_gst_parse_yyparse: link has no source [sink=@0x1379610]

pi at towerofpi7 ~ $ gst-inspect-1.0 | grep omx
pi at towerofpi7 ~ $ 

The message "searched in: /home/pi/.config:/etc/xdg" seems to be a clue - by
default gstreamer's prefix is /usr/local, and the configuration file being
scanned for is installed in /usr/local/etc/xdg, so it seems likely that paths
passed into the build has regressed.

-- 
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