GStreamer multimedia framework
Go to file
Sebastian Dröge 812e24b06f omxvideoenc: Fix compiler warning
gstomxvideoenc.c: In function ‘gst_omx_video_enc_fill_buffer’:
  CC       libgstomx_la-gstomxaacdec.lo
gstomxvideoenc.c:1316:27: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 8 has type ‘OMX_U32 {aka long unsigned int}’ [-Wformat=]
     GST_LOG_OBJECT (self, "Matched strides - direct copy %u bytes",
                           ^
         outbuf->omx_buf->nFilledLen);
         ~~~~~~~~~~~~~~~~~~
2017-04-07 14:27:23 +03:00
common@39ac2f563e Automatic update of common submodule 2016-12-03 08:20:46 +01:00
config build: add meson build definition 2017-01-18 15:23:42 +11: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 omxvideoenc: Fix compiler warning 2017-04-07 14:27:23 +03: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 2016-09-10 20:52:10 +10:00
ChangeLog Release 1.11.2 2017-02-24 15:10:17 +02:00
configure.ac Back to development 2017-02-24 15:38:17 +02:00
COPYING Initial commit with build system 2011-06-21 10:52:13 +02:00
gst-omx.doap Release 1.11.2 2017-02-24 15:10:17 +02:00
Makefile.am meson: dist meson build files 2017-02-15 18:22:53 +00:00
meson.build meson: fix logic to set HAVE_THEORA 2017-03-22 12:11:05 +00:00
meson_options.txt build: add meson build definition 2017-01-18 15:23:42 +11:00
NEWS Release 1.11.2 2017-02-24 15:10:17 +02:00
README omx: Add minimal README file 2011-10-25 14:24:59 +02:00
RELEASE Release 1.11.2 2017-02-24 15:10:17 +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