GStreamer multimedia framework
Find a file
Sebastian Dröge 53d8d353f0 omx: Fix compiler warning with latest clang
gstomx.c:1376:42: error: implicit conversion from enumeration type 'GstOMXAcquireBufferReturn' to different enumeration type 'OMX_ERRORTYPE'
      (aka 'enum OMX_ERRORTYPE') [-Werror,-Wenum-conversion]
  g_return_val_if_fail (!port->tunneled, GST_OMX_ACQUIRE_BUFFER_ERROR);
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~

https://bugzilla.gnome.org/show_bug.cgi?id=775112
2016-11-26 00:07:13 +02:00
common@ac2f647695 Release 1.9.90 2016-09-30 13:04:51 +03:00
config omxvideoenc: Implement the hack flag GST_OMX_HACK_NO_COMPONENT_RECONFIGURE 2014-08-28 10:45:11 +03:00
examples omxvideodec : Use gstglmemoryegl for the RPi 2016-05-04 13:42:23 +10:00
m4 Add m4 directory so aclocal doesn't complain in autogen.sh 2015-04-08 16:03:34 +01:00
omx omx: Fix compiler warning with latest clang 2016-11-26 00:07:13 +02: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 Initial commit with build system 2011-06-21 10:52:13 +02:00
AUTHORS Release 1.0.0 2013-03-22 17:16:33 +01:00
autogen.sh Automatic update of common submodule 2016-09-10 20:52:10 +10:00
ChangeLog Release 1.10.0 2016-11-01 18:21:33 +02:00
configure.ac Back to development 2016-11-01 18:53:25 +02:00
COPYING Initial commit with build system 2011-06-21 10:52:13 +02:00
gst-omx.doap Release 1.10.0 2016-11-01 18:21:33 +02:00
Makefile.am Add m4 directory so aclocal doesn't complain in autogen.sh 2015-04-08 16:03:34 +01:00
NEWS Release 1.10.0 2016-11-01 18:21:33 +02:00
README omx: Add minimal README file 2011-10-25 14:24:59 +02:00
RELEASE Release 1.10.0 2016-11-01 18:21:33 +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