[tw2,tw3/codec] Add src pad template for H.263, H.264 and MPEG4 decoder 32/224832/1 accepted/tizen/unified/20200214.050359 submit/tizen/20200213.092500
authorJeongmo Yang <jm80.yang@samsung.com>
Thu, 13 Feb 2020 08:56:18 +0000 (17:56 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Thu, 13 Feb 2020 08:57:09 +0000 (17:57 +0900)
[Version] 0.2.159
[Profile] Common
[Issue Type] Update

Change-Id: I1c510481ea5565a953503e6693c278d1be96b71a
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
mmfw-sysconf-target-tw2/etc/xdg/gstomx.conf
mmfw-sysconf-target-tw3/etc/xdg/gstomx.conf
packaging/mmfw-sysconf.spec

index 568dbdb..7a5ce3a 100644 (file)
@@ -19,6 +19,7 @@ out-port-index=1
 in-port-usebuffer=0
 out-port-usebuffer=1
 hacks=no-component-role;no-disable-outport;no-component-reconfigure
+src-template-caps=video/x-raw, format=(string)SN12, width=(int) [1,3840], height=(int) [1,2160], framerate=(fraction)[0/1, MAX]
 
 [omxdec_h263]
 type-name=GstOMXH263Dec
@@ -30,6 +31,7 @@ out-port-index=1
 in-port-usebuffer=0
 out-port-usebuffer=1
 hacks=no-component-role;no-disable-outport;no-component-reconfigure
+src-template-caps=video/x-raw, format=(string)SN12, width=(int) [1,3840], height=(int) [1,2160], framerate=(fraction)[0/1, MAX]
 
 [omxdec_h264]
 type-name=GstOMXH264Dec
@@ -41,6 +43,7 @@ out-port-index=1
 in-port-usebuffer=0
 out-port-usebuffer=1
 hacks=no-component-role;no-disable-outport;no-component-reconfigure
+src-template-caps=video/x-raw, format=(string)SN12, width=(int) [1,3840], height=(int) [1,2160], framerate=(fraction)[0/1, MAX]
 
 [omxdec_h265]
 type-name=GstOMXH265Dec
index 852934f..258e2b1 100644 (file)
@@ -19,6 +19,7 @@ out-port-index=1
 in-port-usebuffer=0
 out-port-usebuffer=1
 hacks=no-component-role;no-disable-outport;no-component-reconfigure
+src-template-caps=video/x-raw, format=(string)SN12, width=(int) [1,3840], height=(int) [1,2160], framerate=(fraction)[0/1, MAX]
 
 [omxdec_h263]
 type-name=GstOMXH263Dec
@@ -30,6 +31,7 @@ out-port-index=1
 in-port-usebuffer=0
 out-port-usebuffer=1
 hacks=no-component-role;no-disable-outport;no-component-reconfigure
+src-template-caps=video/x-raw, format=(string)SN12, width=(int) [1,3840], height=(int) [1,2160], framerate=(fraction)[0/1, MAX]
 
 [omxdec_h264]
 type-name=GstOMXH264Dec
@@ -41,6 +43,7 @@ out-port-index=1
 in-port-usebuffer=0
 out-port-usebuffer=1
 hacks=no-component-role;no-disable-outport;no-component-reconfigure
+src-template-caps=video/x-raw, format=(string)SN12, width=(int) [1,3840], height=(int) [1,2160], framerate=(fraction)[0/1, MAX]
 
 [omxdec_h265]
 type-name=GstOMXH265Dec
index a73bc6d..08a8b78 100644 (file)
@@ -1,6 +1,6 @@
 Name:       mmfw-sysconf
 Summary:    Multimedia Framework system configuration package
-Version:    0.2.158
+Version:    0.2.159
 Release:    0
 Group:      Multimedia/Configuration
 License:    LGPL-2.1 and Apache-2.0