[VF2] Add the keyword v4l2 to element exclude in mmfw_player.ini 85/319085/2 accepted/tizen/unified/20250205.095551 accepted/tizen/unified/20250205.113529
authorGilbok Lee <gilbok.lee@samsung.com>
Tue, 4 Feb 2025 06:14:46 +0000 (15:14 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Tue, 4 Feb 2025 07:47:57 +0000 (07:47 +0000)
- v4l2 is not supported in VF2, and to avoid using v4l2decoder,
  player need to add it to the exclude keyword.
  This is because esplayback uses decodebin.

[Version] 0.4.5
[Issue Type] Update

Change-Id: If5a985387c4d0c08fb8a622498e1a55e5c2fb1d8

media-config-target-vf2/hal/etc/multimedia/mmfw_player.ini
packaging/media-config.spec

index be4adf8b522e887020d78f7b5aaa36df3ff9e9d4..85f778c7ebce7f180118d1f8a79c8a7c8d7c73ea 100644 (file)
@@ -8,7 +8,7 @@ videosink element fake = fakesink
 video converter element =
 
 ; decoder element keyword for resource management.
-video codec element hw = v4l2
+video codec element hw =
 video codec element sw = avdec
 video codec default type = sw ; hw or sw
 
@@ -39,7 +39,7 @@ delay before repeat = 50 ; msec
 
 ; comma separated list of tocken which elemnts has it in it's name will not be used
 ; this works if 'use decodebin = yes'
-element exclude keyword = omx
+element exclude keyword = omx,v4l2
 
 ; comma separated list of tocken
 ; this works if 'use decodebin = yes'
index 7e45d296a2cacc5bbcc6260a2aee0bba0f494c98..40cc09f0292748d665e3493c1ca9809f6a1e7dc3 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:       media-config
 Summary:    Multimedia Framework system configuration package
-Version:    0.4.4
+Version:    0.4.5
 Release:    0
 Group:      Multimedia/Configuration
 License:    LGPL-2.1 and Apache-2.0