GStreamer multimedia framework
Find a file
Guillaume Desmottes 65cc312aa8 add OMX_PERFORMANCE debug category
Can be used to log buffers exchange between OMX and gst-omx to profile
performances of the OMX component.
Ideally this should be done using tracer hooks but it's currently not
possible to define custom hooks outside of core.

Use GST_DEBUG="OMX_PERFORMANCE:8" to enable it.
See also
https://github.com/gdesmott/gst-log-parser/blob/master/src/bin/omx-perf.rs
as a simple program consuming those logs to generate gnuplot files and
stats.

https://bugzilla.gnome.org/show_bug.cgi?id=791093
2018-01-29 17:16:35 +00:00
common@3fa2c9e372 Automatic update of common submodule 2017-12-14 14:53:17 +11:00
config config: add OMX.Aratelia.audio_decoder.aac to Tizonia config 2017-12-11 15:09:38 +00:00
examples TestEgl: Removed redundant/unused code 2018-01-19 10:16:36 +00: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 add OMX_PERFORMANCE debug category 2018-01-29 17:16:35 +00:00
tests add test support 2017-10-19 16:44:06 +02:00
tools meson: add tools support 2017-10-19 16:43:55 +02:00
.gitignore add test support 2017-10-19 16:44:06 +02: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 example: port testegl.c to desktop 2017-12-11 16:59:01 +00: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 add test support 2017-10-19 16:44:06 +02:00
meson.build meson: gl: the winsys and platform list in the .pc file is space-separated 2017-12-19 16:09:41 +00:00
meson_options.txt meson: Add tizonia option 2017-07-05 17:27:27 -04: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