[Gstreamer-openmax] [PATCH 0/2] changes for template caps from config file
Rob Clark
rob at ti.com
Wed Nov 3 18:58:46 PDT 2010
First patch has some makefile changes for handling gstomx.conf and default
config to make it easier to use macros. And second patch is the one that
actually changes all elements to take template caps from config file.
Rob Clark (2):
Some changes to gstomx.conf handling
template caps from config file
omx/Makefile.am | 13 ++-
omx/gstomx.c | 30 +++++
omx/gstomx.conf | 203 ------------------------------
omx/gstomx.conf.in | 292 ++++++++++++++++++++++++++++++++++++++++++++
omx/gstomx.h | 1 +
omx/gstomx_aacdec.c | 77 +-----------
omx/gstomx_aacenc.c | 78 +-----------
omx/gstomx_adpcmdec.c | 49 +-------
omx/gstomx_adpcmenc.c | 49 +-------
omx/gstomx_amrnbdec.c | 48 +-------
omx/gstomx_amrnbenc.c | 48 +-------
omx/gstomx_amrwbdec.c | 48 +-------
omx/gstomx_amrwbenc.c | 48 +-------
omx/gstomx_audiosink.c | 27 +----
omx/gstomx_base_videodec.c | 54 --------
omx/gstomx_base_videoenc.c | 54 --------
omx/gstomx_filereadersrc.c | 21 +---
omx/gstomx_g711dec.c | 58 +--------
omx/gstomx_g711enc.c | 58 +--------
omx/gstomx_g729dec.c | 53 +-------
omx/gstomx_g729enc.c | 55 +-------
omx/gstomx_h263dec.c | 32 +----
omx/gstomx_h263enc.c | 27 +---
omx/gstomx_h264dec.c | 31 +----
omx/gstomx_h264enc.c | 26 +---
omx/gstomx_ilbcdec.c | 73 +----------
omx/gstomx_ilbcenc.c | 73 +----------
omx/gstomx_jpegenc.c | 71 +----------
omx/gstomx_mp2dec.c | 53 +-------
omx/gstomx_mp3dec.c | 53 +-------
omx/gstomx_mpeg4dec.c | 55 +--------
omx/gstomx_mpeg4enc.c | 28 +----
omx/gstomx_videosink.c | 53 +--------
omx/gstomx_volume.c | 54 +-------
omx/gstomx_vorbisdec.c | 47 +------
omx/gstomx_wmvdec.c | 31 +----
36 files changed, 500 insertions(+), 1571 deletions(-)
delete mode 100644 omx/gstomx.conf
create mode 100644 omx/gstomx.conf.in
More information about the Gstreamer-openmax
mailing list