GStreamer multimedia framework
Go to file
Sebastian Dröge 2c3797acfe omxaudioenc: Implement hack for not disabling the output port after set_format until the output format is known
Needed on some OMX implementations, e.g. the one from Atmel. It does
not send the settings-changed event on the output port if it is
disabled.
2014-05-15 13:22:56 +02:00
common@211fa5f2d0 Automatic update of common submodule 2014-05-03 10:17:35 +02:00
config omxaudiosink: Implements OpenMAX based audio sinks 2014-05-09 13:15:18 +02:00
examples configure.ac: check for libgstgl since libgstegl has been removed 2014-04-15 18:32:12 +01:00
omx omxaudioenc: Implement hack for not disabling the output port after set_format until the output format is known 2014-05-15 13:22:56 +02:00
tools omx: Use has_suffix() instead of has_prefix() for the Broadcom hack 2012-12-19 12:19:12 +01:00
.gitignore Update .gitignore 2013-02-21 10:14:12 +01:00
.gitmodules Initial commit with build system 2011-06-21 10:52:13 +02:00
Android.mk Enable building with Android's buildsystem 2012-01-19 14:08:12 -03:00
AUTHORS Release 1.0.0 2013-03-22 17:16:33 +01:00
autogen.sh Initial commit with build system 2011-06-21 10:52:13 +02:00
ChangeLog Release 1.0.0 2013-03-22 17:16:33 +01:00
configure.ac example: disable testegl since libgstegl has been removed 2014-04-15 18:32:12 +01:00
COPYING Initial commit with build system 2011-06-21 10:52:13 +02:00
gst-omx.doap Release 1.0.0 2013-03-22 17:16:33 +01:00
INSTALL Initial commit with build system 2011-06-21 10:52:13 +02:00
Makefile.am example: disable testegl since libgstegl has been removed 2014-04-15 18:32:12 +01:00
NEWS Release 1.0.0 2013-03-22 17:16:33 +01:00
README omx: Add minimal README file 2011-10-25 14:24:59 +02:00
RELEASE Release 1.0.0 2013-03-22 17:16:33 +01: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