gst-omx: Port to Gst 0.11

Olivier Crête tester at kemper.freedesktop.org
Fri Apr 13 09:17:14 PDT 2012


Module: gst-omx
Branch: master
Commit: ff2603a727eb7ef90cbed88e7ffd8fa8dff78857
URL:    http://cgit.freedesktop.org/gstreamer/gst-omx/commit/?id=ff2603a727eb7ef90cbed88e7ffd8fa8dff78857

Author: Olivier Crête <olivier.crete at collabora.com>
Date:   Thu Apr 12 15:57:32 2012 -0400

Port to Gst 0.11

---

 common                    |    2 +-
 configure.ac              |   29 ++--
 omx/Makefile.am           |    6 +-
 omx/gstbasevideocodec.c   |  180 +++++++++++++----
 omx/gstbasevideocodec.h   |  138 +++++++++++--
 omx/gstbasevideodecoder.c |  503 +++++++++++++++++++++++++--------------------
 omx/gstbasevideodecoder.h |   34 ++-
 omx/gstbasevideoencoder.c |  365 +++++++++++++++++----------------
 omx/gstbasevideoencoder.h |   21 +-
 omx/gstomx.c              |  191 ++++++++++++++++--
 omx/gstomx.h              |   19 ++-
 omx/gstomxaacenc.c        |   79 +++-----
 omx/gstomxaudioenc.c      |  267 ++++++------------------
 omx/gstomxaudioenc.h      |   11 +-
 omx/gstomxh263dec.c       |   47 ++---
 omx/gstomxh263enc.c       |   84 +++-----
 omx/gstomxh264dec.c       |   47 ++---
 omx/gstomxh264enc.c       |  100 ++++-----
 omx/gstomxmpeg4videodec.c |   47 ++---
 omx/gstomxmpeg4videoenc.c |   78 +++----
 omx/gstomxvideodec.c      |  307 ++++++++--------------------
 omx/gstomxvideodec.h      |   13 +-
 omx/gstomxvideoenc.c      |  315 +++++++++--------------------
 omx/gstomxvideoenc.h      |   18 +-
 omx/gstomxwmvdec.c        |   48 ++---
 25 files changed, 1407 insertions(+), 1542 deletions(-)

Diff:   http://cgit.freedesktop.org/gstreamer/gst-omx/diff/?id=ff2603a727eb7ef90cbed88e7ffd8fa8dff78857


More information about the gstreamer-commits mailing list