Fixed typo & removed unused conf file 83/72183/2
authorSejun Park <sejun79.park@samsung.com>
Tue, 31 May 2016 06:21:16 +0000 (15:21 +0900)
committerSejun Park <sejun79.park@samsung.com>
Tue, 31 May 2016 06:23:17 +0000 (15:23 +0900)
Change-Id: Ifd727f9da214bd990fb9e23fbcb4c421a010b706

12 files changed:
mmfw-sysconf-simulator/etc/multimedia/gst-openmax.conf [deleted file]
mmfw-sysconf-target-hawkp/etc/multimedia/gst-openmax.conf [deleted file]
mmfw-sysconf-target-hawkp/etc/multimedia/gst-tz-openmax.conf [deleted file]
mmfw-sysconf-target-n4/etc/multimedia/gst-openmax.conf [deleted file]
mmfw-sysconf-target-n4/etc/multimedia/gst-tz-openmax.conf [deleted file]
mmfw-sysconf-target-n4/etc/multimedia/mmfw_media_codec.ini
mmfw-sysconf-target-tm1/etc/multimedia/gst-openmax.conf [deleted file]
mmfw-sysconf-target-tm1/etc/multimedia/gst-tz-openmax.conf [deleted file]
mmfw-sysconf-target-tw1/etc/multimedia/gst-openmax.conf [deleted file]
mmfw-sysconf-target-tw1/etc/multimedia/gst-tz-openmax.conf [deleted file]
mmfw-sysconf-target-u3/etc/multimedia/gst-openmax.conf [deleted file]
mmfw-sysconf-target-u3/etc/multimedia/gst-tz-openmax.conf [deleted file]

diff --git a/mmfw-sysconf-simulator/etc/multimedia/gst-openmax.conf b/mmfw-sysconf-simulator/etc/multimedia/gst-openmax.conf
deleted file mode 100644 (file)
index 9c0203c..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-omx_mpeg4dec,
-  type=GstOmxMpeg4Dec,
-  library-name=libSEC_OMX_Core.so.0,
-  component-name=OMX.SEC.MPEG4.Decoder,
-  sink="video/mpeg, mpegversion=(int)4, systemstream=false, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max]; video/x-divx, divxversion=(int)[4,5], width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max]; video/x-xvid, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max]; video/x-3ivx, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){ST12}, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
-  rank=0;
-
-omx_h264dec,
-  type=GstOmxH264Dec,
-  library-name=libSEC_OMX_Core.so.0,
-  component-name=OMX.SEC.AVC.Decoder,
-  sink="video/x-h264, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){ST12}, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
-  rank=0;
-
-omx_h263dec,
-  type=GstOmxH263Dec,
-  library-name=libSEC_OMX_Core.so.0,
-  component-name=OMX.SEC.H263.Decoder,
-  sink="video/x-h263, variant=(string)itu, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){ST12}, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
-  rank=0;
-
-omx_wmvdec,
-  type=GstOmxWmvDec,
-  library-name=libSEC_OMX_Core.so.0,
-  component-name=OMX.SEC.WMV.Decoder,
-  sink="video/x-wmv, wmvversion=(int)3, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){ST12}, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
-  rank=0;
-
-omx_mpeg4enc,
-  type=GstOmxMpeg4Enc,
-  library-name=libSEC_OMX_Core.so.0,
-  component-name=OMX.SEC.MPEG4.Encoder,
-  sink="video/x-raw-yuv, format=(fourcc){ST12, SN12}, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
-  src="video/mpeg, mpegversion=(int)4, systemstream=false, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
-  rank=0;
-
-omx_h264enc,
-  type=GstOmxH264Enc,
-  library-name=libSEC_OMX_Core.so.0,
-  component-name=OMX.SEC.AVC.Encoder,
-  sink="video/x-raw-yuv, format=(fourcc){ST12, SN12}, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
-  src="video/x-h264, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
-  rank=0;
-
-omx_h263enc,
-  type=GstOmxH263Enc,
-  library-name=libSEC_OMX_Core.so.0,
-  component-name=OMX.SEC.H263.Encoder,
-  sink="video/x-raw-yuv, format=(fourcc){ST12, SN12}, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
-  src="video/x-h263, variant=(string)itu, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
-  rank=0
diff --git a/mmfw-sysconf-target-hawkp/etc/multimedia/gst-openmax.conf b/mmfw-sysconf-target-hawkp/etc/multimedia/gst-openmax.conf
deleted file mode 100644 (file)
index 92a0e70..0000000
+++ /dev/null
@@ -1,143 +0,0 @@
-omx_mpeg2dec,
-  type=GstOmxMpeg2Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.mp2,
-  sink="video/mpeg, mpegversion=(int)[1,2], systemstream=false, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max]; ",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_mpeg4dec,
-  type=GstOmxMpeg4Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.mp4,
-  sink="video/x-msmpeg, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], format=(fourcc){DIV3}; video/mpeg, mpegversion=(int)4, systemstream=false, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max]; video/x-divx, divxversion=(int)[4,5], width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max]; video/x-xvid, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max]; video/x-3ivx, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_h264dec,
-  type=GstOmxH264Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.avc,
-  sink="video/x-h264, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_h263dec,
-  type=GstOmxH263Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.h263,
-  sink="video/x-h263, variant=(string)itu, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_wmvdec,
-  type=GstOmxWmvDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.wmv,
-  sink="video/x-wmv, wmvversion=(int)3, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_vp8dec,
-  type=GstOmxVp8Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.vp8,
-  sink="video/x-vp8, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_rvdec,
-  type=GstOmxRvDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.rv,
-  sink="video/x-pn-realvideo, rmversion=(int)[3,4], format=(fourcc){RV30,RV40}, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_avsdec,
-  type=GstOmxAvsDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.avs,
-  sink="video/x-avs, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_mjpegdec,
-  type=GstOmxMjpegDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mjpeg,
-  sink="video/x-jpeg, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_mp3dec,
-  type=GstOmxMp3Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/mpeg, mpegversion=(int)1, layer=(int)[1,3], parsed=true",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_aacdec,
-  type=GstOmxAacDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-aac;audio/mpeg, mpegversion=(int){2,4}, framed=true",
-  src="audio/x-raw-int, hassubdata=true",
-  rank=257;
-
-omx_ac3dec,
-  type=GstOmxAc3Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-ac3, framed=true;audio/x-eac3, framed=true;audio/ac3, framed=true",
-  src="audio/x-raw-int, hassubdata=true",
-  rank=257;
-
-omx_adpcmdec,
-  type=GstOmxAdpcmDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-adpcm",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_wmadec,
-  type=GstOmxWmaDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-wma",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_dtsdec,
-  type=GstOmxDtsDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-dts, framed=true",
-  src="audio/x-raw-int, hassubdata=true",
-  rank=257;
-
-omx_vorbisdec,
-  type=GstOmxVorbisDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-vorbis",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_radec,
-  type=GstOmxRaDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-pn-realaudio",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_g711dec,
-  type=GstOmxG711Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-alaw; audio/x-mulaw",
-  src="audio/x-raw-int",
-  rank=257;
diff --git a/mmfw-sysconf-target-hawkp/etc/multimedia/gst-tz-openmax.conf b/mmfw-sysconf-target-hawkp/etc/multimedia/gst-tz-openmax.conf
deleted file mode 100644 (file)
index 4decb28..0000000
+++ /dev/null
@@ -1,140 +0,0 @@
-omx_tz_mpeg2dec,
-  type=GstOmxTZMpeg2Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.mp2,
-  sink="video/mpeg, mpegversion=(int)[1,2], systemstream=false, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true; ",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_mpeg4dec,
-  type=GstOmxTZMpeg4Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.mp4,
-  sink="video/x-msmpeg, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], format=(fourcc){DIV3}, secure=(boolean)true; video/mpeg, mpegversion=(int)4, systemstream=false, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true; video/x-divx, divxversion=(int)[4,5], width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true; video/x-xvid, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true; video/x-3ivx, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-omx_tz_h264dec,
-  type=GstOmxTZH264Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.avc,
-  sink="video/x-h264, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_h263dec,
-  type=GstOmxTZH263Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.h263,
-  sink="video/x-h263, variant=(string)itu, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_wmvdec,
-  type=GstOmxTZWmvDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.wmv,
-  sink="video/x-wmv, wmvversion=(int)3, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_vp8dec,
-  type=GstOmxTZVp8Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.vp8,
-  sink="video/x-vp8, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_rvdec,
-  type=GstOmxTZRvDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.rv,
-  sink="video/x-pn-realvideo, rmversion=(int)[3,4], format=(fourcc){RV30,RV40}, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_avsdec,
-  type=GstOmxTZAvsDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.avs,
-  sink="video/x-avs, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_mjpegdec,
-  type=GstOmxTZMjpegDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mjpeg,
-  sink="video/x-jpeg, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_mp3dec,
-  type=GstOmxTZMp3Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/mpeg, mpegversion=(int)1, layer=(int)[1,3], parsed=true, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_tz_aacdec,
-  type=GstOmxTZAacDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-aac;audio/mpeg, mpegversion=(int){2,4}, framed=true, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
-omx_tz_ac3dec,
-  type=GstOmxTZAc3Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-ac3,secure=(boolean)true;audio/x-eac3,secure=(boolean)true;audio/ac3,secure=(boolean)true;",
-  src="audio/x-raw-int",
-  rank=257;
-omx_tz_adpcmdec,
-  type=GstOmxTZAdpcmDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-adpcm, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_tz_wmadec,
-  type=GstOmxTZWmaDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-wma, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_tz_dtsdec,
-  type=GstOmxTZDtsDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-dts, framed=true, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_tz_vorbisdec,
-  type=GstOmxTZVorbisDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-vorbis, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_tz_radec,
-  type=GstOmxTZRaDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-pn-realaudio, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_tz_g711dec,
-  type=GstOmxTZG711Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-alaw, secure=(boolean)true; audio/x-mulaw, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
diff --git a/mmfw-sysconf-target-n4/etc/multimedia/gst-openmax.conf b/mmfw-sysconf-target-n4/etc/multimedia/gst-openmax.conf
deleted file mode 100644 (file)
index 92a0e70..0000000
+++ /dev/null
@@ -1,143 +0,0 @@
-omx_mpeg2dec,
-  type=GstOmxMpeg2Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.mp2,
-  sink="video/mpeg, mpegversion=(int)[1,2], systemstream=false, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max]; ",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_mpeg4dec,
-  type=GstOmxMpeg4Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.mp4,
-  sink="video/x-msmpeg, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], format=(fourcc){DIV3}; video/mpeg, mpegversion=(int)4, systemstream=false, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max]; video/x-divx, divxversion=(int)[4,5], width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max]; video/x-xvid, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max]; video/x-3ivx, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_h264dec,
-  type=GstOmxH264Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.avc,
-  sink="video/x-h264, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_h263dec,
-  type=GstOmxH263Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.h263,
-  sink="video/x-h263, variant=(string)itu, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_wmvdec,
-  type=GstOmxWmvDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.wmv,
-  sink="video/x-wmv, wmvversion=(int)3, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_vp8dec,
-  type=GstOmxVp8Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.vp8,
-  sink="video/x-vp8, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_rvdec,
-  type=GstOmxRvDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.rv,
-  sink="video/x-pn-realvideo, rmversion=(int)[3,4], format=(fourcc){RV30,RV40}, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_avsdec,
-  type=GstOmxAvsDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.avs,
-  sink="video/x-avs, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_mjpegdec,
-  type=GstOmxMjpegDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mjpeg,
-  sink="video/x-jpeg, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_mp3dec,
-  type=GstOmxMp3Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/mpeg, mpegversion=(int)1, layer=(int)[1,3], parsed=true",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_aacdec,
-  type=GstOmxAacDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-aac;audio/mpeg, mpegversion=(int){2,4}, framed=true",
-  src="audio/x-raw-int, hassubdata=true",
-  rank=257;
-
-omx_ac3dec,
-  type=GstOmxAc3Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-ac3, framed=true;audio/x-eac3, framed=true;audio/ac3, framed=true",
-  src="audio/x-raw-int, hassubdata=true",
-  rank=257;
-
-omx_adpcmdec,
-  type=GstOmxAdpcmDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-adpcm",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_wmadec,
-  type=GstOmxWmaDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-wma",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_dtsdec,
-  type=GstOmxDtsDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-dts, framed=true",
-  src="audio/x-raw-int, hassubdata=true",
-  rank=257;
-
-omx_vorbisdec,
-  type=GstOmxVorbisDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-vorbis",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_radec,
-  type=GstOmxRaDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-pn-realaudio",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_g711dec,
-  type=GstOmxG711Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-alaw; audio/x-mulaw",
-  src="audio/x-raw-int",
-  rank=257;
diff --git a/mmfw-sysconf-target-n4/etc/multimedia/gst-tz-openmax.conf b/mmfw-sysconf-target-n4/etc/multimedia/gst-tz-openmax.conf
deleted file mode 100644 (file)
index 4decb28..0000000
+++ /dev/null
@@ -1,140 +0,0 @@
-omx_tz_mpeg2dec,
-  type=GstOmxTZMpeg2Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.mp2,
-  sink="video/mpeg, mpegversion=(int)[1,2], systemstream=false, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true; ",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_mpeg4dec,
-  type=GstOmxTZMpeg4Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.mp4,
-  sink="video/x-msmpeg, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], format=(fourcc){DIV3}, secure=(boolean)true; video/mpeg, mpegversion=(int)4, systemstream=false, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true; video/x-divx, divxversion=(int)[4,5], width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true; video/x-xvid, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true; video/x-3ivx, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-omx_tz_h264dec,
-  type=GstOmxTZH264Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.avc,
-  sink="video/x-h264, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_h263dec,
-  type=GstOmxTZH263Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.h263,
-  sink="video/x-h263, variant=(string)itu, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_wmvdec,
-  type=GstOmxTZWmvDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.wmv,
-  sink="video/x-wmv, wmvversion=(int)3, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_vp8dec,
-  type=GstOmxTZVp8Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.vp8,
-  sink="video/x-vp8, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_rvdec,
-  type=GstOmxTZRvDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.rv,
-  sink="video/x-pn-realvideo, rmversion=(int)[3,4], format=(fourcc){RV30,RV40}, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_avsdec,
-  type=GstOmxTZAvsDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.avs,
-  sink="video/x-avs, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_mjpegdec,
-  type=GstOmxTZMjpegDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mjpeg,
-  sink="video/x-jpeg, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_mp3dec,
-  type=GstOmxTZMp3Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/mpeg, mpegversion=(int)1, layer=(int)[1,3], parsed=true, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_tz_aacdec,
-  type=GstOmxTZAacDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-aac;audio/mpeg, mpegversion=(int){2,4}, framed=true, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
-omx_tz_ac3dec,
-  type=GstOmxTZAc3Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-ac3,secure=(boolean)true;audio/x-eac3,secure=(boolean)true;audio/ac3,secure=(boolean)true;",
-  src="audio/x-raw-int",
-  rank=257;
-omx_tz_adpcmdec,
-  type=GstOmxTZAdpcmDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-adpcm, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_tz_wmadec,
-  type=GstOmxTZWmaDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-wma, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_tz_dtsdec,
-  type=GstOmxTZDtsDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-dts, framed=true, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_tz_vorbisdec,
-  type=GstOmxTZVorbisDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-vorbis, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_tz_radec,
-  type=GstOmxTZRaDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-pn-realaudio, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_tz_g711dec,
-  type=GstOmxTZG711Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-alaw, secure=(boolean)true; audio/x-mulaw, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
index 7e3647fb4a1ec6b74a9c4a9b2c61de8a11fc729a..49c6e3c8cf3a56d72e67927150e7e9645b7ae6da 100644 (file)
@@ -17,7 +17,7 @@ sw_decoder = avdec_h264,   video/x-h264, I420
 sw_encoder = avenc_h264,   video/x-raw,  H264_SP
 
 [mpeg4]
-hw_decoder = omxdec_mepg4, video/mpeg, NV12
+hw_decoder = omxdec_mpeg4, video/mpeg, NV12
 hw_encoder = omxenc_mpeg4, video/x-raw,  MPEG4_SP
 sw_decoder = avdec_mpeg4,   video/mpeg, I420
 sw_encoder = avenc_mpeg4,   video/x-raw,  MPEG4_SP
diff --git a/mmfw-sysconf-target-tm1/etc/multimedia/gst-openmax.conf b/mmfw-sysconf-target-tm1/etc/multimedia/gst-openmax.conf
deleted file mode 100644 (file)
index 92a0e70..0000000
+++ /dev/null
@@ -1,143 +0,0 @@
-omx_mpeg2dec,
-  type=GstOmxMpeg2Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.mp2,
-  sink="video/mpeg, mpegversion=(int)[1,2], systemstream=false, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max]; ",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_mpeg4dec,
-  type=GstOmxMpeg4Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.mp4,
-  sink="video/x-msmpeg, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], format=(fourcc){DIV3}; video/mpeg, mpegversion=(int)4, systemstream=false, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max]; video/x-divx, divxversion=(int)[4,5], width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max]; video/x-xvid, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max]; video/x-3ivx, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_h264dec,
-  type=GstOmxH264Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.avc,
-  sink="video/x-h264, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_h263dec,
-  type=GstOmxH263Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.h263,
-  sink="video/x-h263, variant=(string)itu, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_wmvdec,
-  type=GstOmxWmvDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.wmv,
-  sink="video/x-wmv, wmvversion=(int)3, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_vp8dec,
-  type=GstOmxVp8Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.vp8,
-  sink="video/x-vp8, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_rvdec,
-  type=GstOmxRvDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.rv,
-  sink="video/x-pn-realvideo, rmversion=(int)[3,4], format=(fourcc){RV30,RV40}, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_avsdec,
-  type=GstOmxAvsDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.avs,
-  sink="video/x-avs, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_mjpegdec,
-  type=GstOmxMjpegDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mjpeg,
-  sink="video/x-jpeg, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_mp3dec,
-  type=GstOmxMp3Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/mpeg, mpegversion=(int)1, layer=(int)[1,3], parsed=true",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_aacdec,
-  type=GstOmxAacDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-aac;audio/mpeg, mpegversion=(int){2,4}, framed=true",
-  src="audio/x-raw-int, hassubdata=true",
-  rank=257;
-
-omx_ac3dec,
-  type=GstOmxAc3Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-ac3, framed=true;audio/x-eac3, framed=true;audio/ac3, framed=true",
-  src="audio/x-raw-int, hassubdata=true",
-  rank=257;
-
-omx_adpcmdec,
-  type=GstOmxAdpcmDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-adpcm",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_wmadec,
-  type=GstOmxWmaDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-wma",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_dtsdec,
-  type=GstOmxDtsDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-dts, framed=true",
-  src="audio/x-raw-int, hassubdata=true",
-  rank=257;
-
-omx_vorbisdec,
-  type=GstOmxVorbisDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-vorbis",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_radec,
-  type=GstOmxRaDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-pn-realaudio",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_g711dec,
-  type=GstOmxG711Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-alaw; audio/x-mulaw",
-  src="audio/x-raw-int",
-  rank=257;
diff --git a/mmfw-sysconf-target-tm1/etc/multimedia/gst-tz-openmax.conf b/mmfw-sysconf-target-tm1/etc/multimedia/gst-tz-openmax.conf
deleted file mode 100644 (file)
index 4decb28..0000000
+++ /dev/null
@@ -1,140 +0,0 @@
-omx_tz_mpeg2dec,
-  type=GstOmxTZMpeg2Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.mp2,
-  sink="video/mpeg, mpegversion=(int)[1,2], systemstream=false, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true; ",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_mpeg4dec,
-  type=GstOmxTZMpeg4Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.mp4,
-  sink="video/x-msmpeg, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], format=(fourcc){DIV3}, secure=(boolean)true; video/mpeg, mpegversion=(int)4, systemstream=false, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true; video/x-divx, divxversion=(int)[4,5], width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true; video/x-xvid, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true; video/x-3ivx, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-omx_tz_h264dec,
-  type=GstOmxTZH264Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.avc,
-  sink="video/x-h264, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_h263dec,
-  type=GstOmxTZH263Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.h263,
-  sink="video/x-h263, variant=(string)itu, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_wmvdec,
-  type=GstOmxTZWmvDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.wmv,
-  sink="video/x-wmv, wmvversion=(int)3, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_vp8dec,
-  type=GstOmxTZVp8Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.vp8,
-  sink="video/x-vp8, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_rvdec,
-  type=GstOmxTZRvDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.rv,
-  sink="video/x-pn-realvideo, rmversion=(int)[3,4], format=(fourcc){RV30,RV40}, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_avsdec,
-  type=GstOmxTZAvsDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.avs,
-  sink="video/x-avs, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_mjpegdec,
-  type=GstOmxTZMjpegDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mjpeg,
-  sink="video/x-jpeg, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_mp3dec,
-  type=GstOmxTZMp3Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/mpeg, mpegversion=(int)1, layer=(int)[1,3], parsed=true, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_tz_aacdec,
-  type=GstOmxTZAacDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-aac;audio/mpeg, mpegversion=(int){2,4}, framed=true, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
-omx_tz_ac3dec,
-  type=GstOmxTZAc3Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-ac3,secure=(boolean)true;audio/x-eac3,secure=(boolean)true;audio/ac3,secure=(boolean)true;",
-  src="audio/x-raw-int",
-  rank=257;
-omx_tz_adpcmdec,
-  type=GstOmxTZAdpcmDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-adpcm, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_tz_wmadec,
-  type=GstOmxTZWmaDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-wma, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_tz_dtsdec,
-  type=GstOmxTZDtsDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-dts, framed=true, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_tz_vorbisdec,
-  type=GstOmxTZVorbisDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-vorbis, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_tz_radec,
-  type=GstOmxTZRaDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-pn-realaudio, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_tz_g711dec,
-  type=GstOmxTZG711Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-alaw, secure=(boolean)true; audio/x-mulaw, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
diff --git a/mmfw-sysconf-target-tw1/etc/multimedia/gst-openmax.conf b/mmfw-sysconf-target-tw1/etc/multimedia/gst-openmax.conf
deleted file mode 100644 (file)
index 92a0e70..0000000
+++ /dev/null
@@ -1,143 +0,0 @@
-omx_mpeg2dec,
-  type=GstOmxMpeg2Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.mp2,
-  sink="video/mpeg, mpegversion=(int)[1,2], systemstream=false, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max]; ",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_mpeg4dec,
-  type=GstOmxMpeg4Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.mp4,
-  sink="video/x-msmpeg, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], format=(fourcc){DIV3}; video/mpeg, mpegversion=(int)4, systemstream=false, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max]; video/x-divx, divxversion=(int)[4,5], width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max]; video/x-xvid, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max]; video/x-3ivx, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_h264dec,
-  type=GstOmxH264Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.avc,
-  sink="video/x-h264, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_h263dec,
-  type=GstOmxH263Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.h263,
-  sink="video/x-h263, variant=(string)itu, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_wmvdec,
-  type=GstOmxWmvDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.wmv,
-  sink="video/x-wmv, wmvversion=(int)3, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_vp8dec,
-  type=GstOmxVp8Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.vp8,
-  sink="video/x-vp8, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_rvdec,
-  type=GstOmxRvDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.rv,
-  sink="video/x-pn-realvideo, rmversion=(int)[3,4], format=(fourcc){RV30,RV40}, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_avsdec,
-  type=GstOmxAvsDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.avs,
-  sink="video/x-avs, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_mjpegdec,
-  type=GstOmxMjpegDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mjpeg,
-  sink="video/x-jpeg, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_mp3dec,
-  type=GstOmxMp3Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/mpeg, mpegversion=(int)1, layer=(int)[1,3], parsed=true",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_aacdec,
-  type=GstOmxAacDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-aac;audio/mpeg, mpegversion=(int){2,4}, framed=true",
-  src="audio/x-raw-int, hassubdata=true",
-  rank=257;
-
-omx_ac3dec,
-  type=GstOmxAc3Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-ac3, framed=true;audio/x-eac3, framed=true;audio/ac3, framed=true",
-  src="audio/x-raw-int, hassubdata=true",
-  rank=257;
-
-omx_adpcmdec,
-  type=GstOmxAdpcmDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-adpcm",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_wmadec,
-  type=GstOmxWmaDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-wma",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_dtsdec,
-  type=GstOmxDtsDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-dts, framed=true",
-  src="audio/x-raw-int, hassubdata=true",
-  rank=257;
-
-omx_vorbisdec,
-  type=GstOmxVorbisDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-vorbis",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_radec,
-  type=GstOmxRaDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-pn-realaudio",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_g711dec,
-  type=GstOmxG711Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-alaw; audio/x-mulaw",
-  src="audio/x-raw-int",
-  rank=257;
diff --git a/mmfw-sysconf-target-tw1/etc/multimedia/gst-tz-openmax.conf b/mmfw-sysconf-target-tw1/etc/multimedia/gst-tz-openmax.conf
deleted file mode 100644 (file)
index 4decb28..0000000
+++ /dev/null
@@ -1,140 +0,0 @@
-omx_tz_mpeg2dec,
-  type=GstOmxTZMpeg2Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.mp2,
-  sink="video/mpeg, mpegversion=(int)[1,2], systemstream=false, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true; ",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_mpeg4dec,
-  type=GstOmxTZMpeg4Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.mp4,
-  sink="video/x-msmpeg, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], format=(fourcc){DIV3}, secure=(boolean)true; video/mpeg, mpegversion=(int)4, systemstream=false, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true; video/x-divx, divxversion=(int)[4,5], width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true; video/x-xvid, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true; video/x-3ivx, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-omx_tz_h264dec,
-  type=GstOmxTZH264Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.avc,
-  sink="video/x-h264, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_h263dec,
-  type=GstOmxTZH263Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.h263,
-  sink="video/x-h263, variant=(string)itu, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_wmvdec,
-  type=GstOmxTZWmvDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.wmv,
-  sink="video/x-wmv, wmvversion=(int)3, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_vp8dec,
-  type=GstOmxTZVp8Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.vp8,
-  sink="video/x-vp8, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_rvdec,
-  type=GstOmxTZRvDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.rv,
-  sink="video/x-pn-realvideo, rmversion=(int)[3,4], format=(fourcc){RV30,RV40}, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_avsdec,
-  type=GstOmxTZAvsDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.avs,
-  sink="video/x-avs, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_mjpegdec,
-  type=GstOmxTZMjpegDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mjpeg,
-  sink="video/x-jpeg, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_mp3dec,
-  type=GstOmxTZMp3Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/mpeg, mpegversion=(int)1, layer=(int)[1,3], parsed=true, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_tz_aacdec,
-  type=GstOmxTZAacDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-aac;audio/mpeg, mpegversion=(int){2,4}, framed=true, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
-omx_tz_ac3dec,
-  type=GstOmxTZAc3Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-ac3,secure=(boolean)true;audio/x-eac3,secure=(boolean)true;audio/ac3,secure=(boolean)true;",
-  src="audio/x-raw-int",
-  rank=257;
-omx_tz_adpcmdec,
-  type=GstOmxTZAdpcmDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-adpcm, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_tz_wmadec,
-  type=GstOmxTZWmaDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-wma, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_tz_dtsdec,
-  type=GstOmxTZDtsDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-dts, framed=true, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_tz_vorbisdec,
-  type=GstOmxTZVorbisDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-vorbis, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_tz_radec,
-  type=GstOmxTZRaDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-pn-realaudio, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_tz_g711dec,
-  type=GstOmxTZG711Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-alaw, secure=(boolean)true; audio/x-mulaw, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
diff --git a/mmfw-sysconf-target-u3/etc/multimedia/gst-openmax.conf b/mmfw-sysconf-target-u3/etc/multimedia/gst-openmax.conf
deleted file mode 100644 (file)
index 92a0e70..0000000
+++ /dev/null
@@ -1,143 +0,0 @@
-omx_mpeg2dec,
-  type=GstOmxMpeg2Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.mp2,
-  sink="video/mpeg, mpegversion=(int)[1,2], systemstream=false, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max]; ",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_mpeg4dec,
-  type=GstOmxMpeg4Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.mp4,
-  sink="video/x-msmpeg, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], format=(fourcc){DIV3}; video/mpeg, mpegversion=(int)4, systemstream=false, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max]; video/x-divx, divxversion=(int)[4,5], width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max]; video/x-xvid, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max]; video/x-3ivx, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_h264dec,
-  type=GstOmxH264Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.avc,
-  sink="video/x-h264, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_h263dec,
-  type=GstOmxH263Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.h263,
-  sink="video/x-h263, variant=(string)itu, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_wmvdec,
-  type=GstOmxWmvDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.wmv,
-  sink="video/x-wmv, wmvversion=(int)3, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_vp8dec,
-  type=GstOmxVp8Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.vp8,
-  sink="video/x-vp8, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_rvdec,
-  type=GstOmxRvDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.rv,
-  sink="video/x-pn-realvideo, rmversion=(int)[3,4], format=(fourcc){RV30,RV40}, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_avsdec,
-  type=GstOmxAvsDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.avs,
-  sink="video/x-avs, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_mjpegdec,
-  type=GstOmxMjpegDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mjpeg,
-  sink="video/x-jpeg, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max];",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_mp3dec,
-  type=GstOmxMp3Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/mpeg, mpegversion=(int)1, layer=(int)[1,3], parsed=true",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_aacdec,
-  type=GstOmxAacDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-aac;audio/mpeg, mpegversion=(int){2,4}, framed=true",
-  src="audio/x-raw-int, hassubdata=true",
-  rank=257;
-
-omx_ac3dec,
-  type=GstOmxAc3Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-ac3, framed=true;audio/x-eac3, framed=true;audio/ac3, framed=true",
-  src="audio/x-raw-int, hassubdata=true",
-  rank=257;
-
-omx_adpcmdec,
-  type=GstOmxAdpcmDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-adpcm",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_wmadec,
-  type=GstOmxWmaDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-wma",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_dtsdec,
-  type=GstOmxDtsDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-dts, framed=true",
-  src="audio/x-raw-int, hassubdata=true",
-  rank=257;
-
-omx_vorbisdec,
-  type=GstOmxVorbisDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-vorbis",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_radec,
-  type=GstOmxRaDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-pn-realaudio",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_g711dec,
-  type=GstOmxG711Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-alaw; audio/x-mulaw",
-  src="audio/x-raw-int",
-  rank=257;
diff --git a/mmfw-sysconf-target-u3/etc/multimedia/gst-tz-openmax.conf b/mmfw-sysconf-target-u3/etc/multimedia/gst-tz-openmax.conf
deleted file mode 100644 (file)
index 4decb28..0000000
+++ /dev/null
@@ -1,140 +0,0 @@
-omx_tz_mpeg2dec,
-  type=GstOmxTZMpeg2Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.mp2,
-  sink="video/mpeg, mpegversion=(int)[1,2], systemstream=false, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true; ",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_mpeg4dec,
-  type=GstOmxTZMpeg4Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.mp4,
-  sink="video/x-msmpeg, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], format=(fourcc){DIV3}, secure=(boolean)true; video/mpeg, mpegversion=(int)4, systemstream=false, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true; video/x-divx, divxversion=(int)[4,5], width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true; video/x-xvid, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true; video/x-3ivx, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-omx_tz_h264dec,
-  type=GstOmxTZH264Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.avc,
-  sink="video/x-h264, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_h263dec,
-  type=GstOmxTZH263Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.h263,
-  sink="video/x-h263, variant=(string)itu, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_wmvdec,
-  type=GstOmxTZWmvDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.wmv,
-  sink="video/x-wmv, wmvversion=(int)3, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_vp8dec,
-  type=GstOmxTZVp8Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.vp8,
-  sink="video/x-vp8, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_rvdec,
-  type=GstOmxTZRvDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.rv,
-  sink="video/x-pn-realvideo, rmversion=(int)[3,4], format=(fourcc){RV30,RV40}, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_avsdec,
-  type=GstOmxTZAvsDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mfc.avs,
-  sink="video/x-avs, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_mjpegdec,
-  type=GstOmxTZMjpegDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.video_decoder.mjpeg,
-  sink="video/x-jpeg, width=(int)[0,4096], height=(int)[0,4096], framerate=(fraction)[0,max], secure=(boolean)true;",
-  src="video/x-raw-yuv, format=(fourcc){I420}, width=(int)[1,4096], height=(int)[1,4096], framerate=(fraction)[0,max];",
-  rank=257;
-
-omx_tz_mp3dec,
-  type=GstOmxTZMp3Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/mpeg, mpegversion=(int)1, layer=(int)[1,3], parsed=true, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_tz_aacdec,
-  type=GstOmxTZAacDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-aac;audio/mpeg, mpegversion=(int){2,4}, framed=true, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
-omx_tz_ac3dec,
-  type=GstOmxTZAc3Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-ac3,secure=(boolean)true;audio/x-eac3,secure=(boolean)true;audio/ac3,secure=(boolean)true;",
-  src="audio/x-raw-int",
-  rank=257;
-omx_tz_adpcmdec,
-  type=GstOmxTZAdpcmDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-adpcm, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_tz_wmadec,
-  type=GstOmxTZWmaDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-wma, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_tz_dtsdec,
-  type=GstOmxTZDtsDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-dts, framed=true, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_tz_vorbisdec,
-  type=GstOmxTZVorbisDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-vorbis, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_tz_radec,
-  type=GstOmxTZRaDec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-pn-realaudio, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;
-
-omx_tz_g711dec,
-  type=GstOmxTZG711Dec,
-  library-name=libSDP_OMX_Core.so.0,
-  component-name=OMX.SDP.AUDANY.Decoder,
-  sink="audio/x-alaw, secure=(boolean)true; audio/x-mulaw, secure=(boolean)true",
-  src="audio/x-raw-int",
-  rank=257;