diff options
Diffstat (limited to 'mmfw-sysconf-msm8x26/usr/etc/gst-openmax.conf')
-rw-r--r-- | mmfw-sysconf-msm8x26/usr/etc/gst-openmax.conf | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/mmfw-sysconf-msm8x26/usr/etc/gst-openmax.conf b/mmfw-sysconf-msm8x26/usr/etc/gst-openmax.conf deleted file mode 100644 index e96f5dc..0000000 --- a/mmfw-sysconf-msm8x26/usr/etc/gst-openmax.conf +++ /dev/null @@ -1,31 +0,0 @@ -omx_mpeg4dec, - type=GstOmxMpeg4Dec, - library-name=libOmxCore.so, - component-name=OMX.qcom.video.decoder.mpeg4, - sink="video/mpeg, mpegversion=(int)4, systemstream=false, width=(int)[16,1280], height=(int)[16,720], framerate=(fraction)[0,max] ,data_partitioned=false; video/x-xvid, width=(int)[16,1280], height=(int)[16,720], framerate=(fraction)[0,max]; video/x-3ivx, width=(int)[16,1280], height=(int)[16,720], framerate=(fraction)[0,max];", - src="video/x-raw-yuv, format=(fourcc){SN12}, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];", - rank=257; - -omx_h264dec, - type=GstOmxH264Dec, - library-name=libOmxCore.so, - component-name=OMX.qcom.video.decoder.avc, - sink="video/x-h264, width=(int)[16,1280], height=(int)[16,720], framerate=(fraction)[0,max], data_partitioned=false;", - src="video/x-raw-yuv, format=(fourcc){SN12}, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];", - rank=257; - -omx_h263dec, - type=GstOmxH263Dec, - library-name=libOmxCore.so, - component-name=OMX.qcom.video.decoder.h263, - sink="video/x-h263, variant=(string)itu, width=(int)[16,1280], height=(int)[16,720], framerate=(fraction)[0,max], data_partitioned=false;", - src="video/x-raw-yuv, format=(fourcc){SN12}, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];", - rank=257; - -omx_h264enc, - type=GstOmxH264Enc, - library-name=libOmxCore.so, - component-name=OMX.qcom.video.encoder.avc, - sink="video/x-raw-yuv, format=(fourcc){SN12}, width=(int)[16,1280], height=(int)[16,720], framerate=(fraction)[0,max];", - src="video/x-h264, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];", - rank=256; |