[tw2,tw3/codec] Add template of sink caps for MPEG4/H263 encoder 68/230768/2
authorJeongmo Yang <jm80.yang@samsung.com>
Tue, 14 Apr 2020 05:43:38 +0000 (14:43 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Tue, 14 Apr 2020 05:45:57 +0000 (14:45 +0900)
- This patch will fix link failure when omxenc_mpeg4/omxenc_h263 are used.

[Version] 0.2.164
[Profile] Common
[Issue Type] Update

Change-Id: I3d818f92872506e918bffa99d98004d7c9f1ecc0
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 7a5ce3a..23c6120 100644 (file)
@@ -124,6 +124,7 @@ out-port-index=1
 in-port-usebuffer=1
 out-port-usebuffer=0
 hacks=no-component-role;no-disable-outport
+sink-template-caps=video/x-raw, format=(string)SN12, width=(int) [1,1920], height=(int) [1,1080], framerate=(fraction)[0/1, MAX]
 
 [omxenc_h263]
 type-name=GstOMXH263Enc
@@ -135,3 +136,4 @@ out-port-index=1
 in-port-usebuffer=1
 out-port-usebuffer=0
 hacks=no-component-role;no-disable-outport
+sink-template-caps=video/x-raw, format=(string)SN12, width=(int) [1,1920], height=(int) [1,1080], framerate=(fraction)[0/1, MAX]
index 258e2b1..770709d 100644 (file)
@@ -124,6 +124,7 @@ out-port-index=1
 in-port-usebuffer=1
 out-port-usebuffer=0
 hacks=no-component-role;no-disable-outport
+sink-template-caps=video/x-raw, format=(string)SN12, width=(int) [1,1920], height=(int) [1,1080], framerate=(fraction)[0/1, MAX]
 
 [omxenc_h263]
 type-name=GstOMXH263Enc
@@ -135,3 +136,4 @@ out-port-index=1
 in-port-usebuffer=1
 out-port-usebuffer=0
 hacks=no-component-role;no-disable-outport
+sink-template-caps=video/x-raw, format=(string)SN12, width=(int) [1,1920], height=(int) [1,1080], framerate=(fraction)[0/1, MAX]
index 8b356f7..e370600 100644 (file)
@@ -1,6 +1,6 @@
 Name:       mmfw-sysconf
 Summary:    Multimedia Framework system configuration package
-Version:    0.2.163
+Version:    0.2.164
 Release:    0
 Group:      Multimedia/Configuration
 License:    LGPL-2.1 and Apache-2.0