[gst-cvs] gst-openmax: Add GstOmxBaseAudioDec base class
Felipe Contreras
felipec at kemper.freedesktop.org
Wed Apr 28 13:59:42 PDT 2010
Module: gst-openmax
Branch: master
Commit: ee8b91c3789d836c80a14f6b04b524b5f44af331
URL: http://cgit.freedesktop.org/gstreamer/gst-openmax/commit/?id=ee8b91c3789d836c80a14f6b04b524b5f44af331
Author: Rob Clark <rob at ti.com>
Date: Sun Apr 18 23:32:09 2010 -0500
Add GstOmxBaseAudioDec base class
Refactor some common functionality, in particular the settings_changed_cb,
into an abstract base class.
Signed-off-by: Felipe Contreras <felipe.contreras at nokia.com>
---
omx/Makefile.am | 1 +
omx/gstomx_aacdec.c | 45 +--------------------
omx/gstomx_aacdec.h | 6 +-
omx/gstomx_adpcmdec.c | 1 +
omx/gstomx_amrnbdec.c | 48 +----------------------
omx/gstomx_amrnbdec.h | 6 +-
omx/gstomx_amrwbdec.c | 48 +----------------------
omx/gstomx_amrwbdec.h | 6 +-
omx/gstomx_base_audiodec.c | 95 ++++++++++++++++++++++++++++++++++++++++++++
omx/gstomx_base_audiodec.h | 51 +++++++++++++++++++++++
omx/gstomx_g711dec.c | 1 +
omx/gstomx_g729dec.c | 4 +-
omx/gstomx_g729dec.h | 6 +-
omx/gstomx_ilbcdec.c | 1 +
omx/gstomx_mp2dec.c | 55 +-------------------------
omx/gstomx_mp2dec.h | 6 +-
omx/gstomx_mp3dec.c | 56 +-------------------------
omx/gstomx_mp3dec.h | 6 +-
omx/gstomx_vorbisdec.c | 45 +--------------------
omx/gstomx_vorbisdec.h | 6 +-
20 files changed, 179 insertions(+), 314 deletions(-)
Diff: http://cgit.freedesktop.org/gstreamer/gst-openmax/diff/?id=ee8b91c3789d836c80a14f6b04b524b5f44af331
More information about the Gstreamer-commits
mailing list