GStreamer multimedia framework
Go to file
Julien Isorce 65b3a2769d config: add OMX.mesa.video_decoder.{avc,mpeg2} for Bellagio config
Install libomxil-bellagio0 and make sure mesa has been built with
--enable-omx. Check there is /usr/lib/libomxil-bellagio0/libomx_mesa.so
then run omxregister-bellagio to regenerate $XDG_DATA_HOME/.omxregister

Then omxh264dec and omxmpeg2dec should load.

https://bugzilla.gnome.org/show_bug.cgi?id=782926
2017-06-29 23:40:18 +01:00
common@48a5d85ebf Automatic update of common submodule 2017-04-24 20:30:21 +01:00
config config: add OMX.mesa.video_decoder.{avc,mpeg2} for Bellagio config 2017-06-29 23:40:18 +01:00
examples build: add meson build definition 2017-01-18 15:23:42 +11:00
hooks build: add meson build definition 2017-01-18 15:23:42 +11:00
m4 Add m4 directory so aclocal doesn't complain in autogen.sh 2015-04-08 16:03:34 +01:00
omx omxh264dec: remove 'parsed=true' from sink pad 2017-06-29 15:46:14 -04:00
tools omx: Use has_suffix() instead of has_prefix() for the Broadcom hack 2012-12-19 12:19:12 +01:00
.gitignore Add m4 directory so aclocal doesn't complain in autogen.sh 2015-04-08 16:03:34 +01:00
.gitmodules common: use https protocol for common submodule 2016-11-26 11:28:00 +00:00
AUTHORS Release 1.0.0 2013-03-22 17:16:33 +01:00
autogen.sh Automatic update of common submodule 2017-04-10 23:51:00 +01:00
ChangeLog Release 1.12.0 2017-05-04 15:48:56 +03:00
configure.ac configure.ac: move omx features check after target selection 2017-06-29 23:32:16 +01:00
COPYING Initial commit with build system 2011-06-21 10:52:13 +02:00
gst-omx.doap Release 1.12.0 2017-05-04 15:48:56 +03:00
Makefile.am meson: dist meson build files 2017-02-15 18:22:53 +00:00
meson.build meson: define HAVE_VIDEO_EXT if OMX_VideoExt.h is present 2017-06-16 13:44:49 +03:00
meson_options.txt build: add meson build definition 2017-01-18 15:23:42 +11:00
NEWS Release 1.12.0 2017-05-04 15:48:56 +03:00
README omx: Add minimal README file 2011-10-25 14:24:59 +02:00
RELEASE Release 1.12.0 2017-05-04 15:48:56 +03:00

GStreamer OpenMAX IL wrapper plugin
--------------------------

 This plugin wraps available OpenMAX IL components and makes
 them available as standard GStreamer elements.

License:
--------

  This package and its contents are licensend under the GNU Lesser General
Public License (LGPL).

Dependencies:
-------------

 * GStreamer core
 * gst-plugins-base