GStreamer multimedia framework
Find a file
Sebastian Dröge 781e61d569 omxvideoenc: Drop EOS events in ::finish()
The event will be forwarded downstream from the srcpad
loop function after the last buffer was generated by the
component. Forwarding it after ::finish() will use the
sinkpad streaming thread and does not guarantee that
the encoder is completely drained.
2011-12-05 08:12:48 +01:00
common@116ba9b144 Initial commit with build system 2011-06-21 10:52:13 +02:00
omx omxvideoenc: Drop EOS events in ::finish() 2011-12-05 08:12:48 +01:00
.gitignore Initial commit with build system 2011-06-21 10:52:13 +02:00
.gitmodules Initial commit with build system 2011-06-21 10:52:13 +02:00
AUTHORS Initial commit with build system 2011-06-21 10:52:13 +02:00
autogen.sh Initial commit with build system 2011-06-21 10:52:13 +02:00
ChangeLog Initial commit with build system 2011-06-21 10:52:13 +02:00
configure.ac omxaudioenc: Use audio base classes from gst-plugins-base instead of having our own copies 2011-11-25 11:31:58 +01:00
COPYING Initial commit with build system 2011-06-21 10:52:13 +02:00
gst-omx.doap Initial commit with build system 2011-06-21 10:52:13 +02:00
INSTALL Initial commit with build system 2011-06-21 10:52:13 +02:00
Makefile.am build: Dist autogen.sh 2011-07-13 14:36:14 +02:00
NEWS Initial commit with build system 2011-06-21 10:52:13 +02:00
README omx: Add minimal README file 2011-10-25 14:24:59 +02: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