packaging files for tizen
[platform/adaptation/intel_mfld/mmfw-sysconf-mfld-blackbay.git] / packaging / 0001-change-video-sink-from-xvimagesink-to-ximagesink-for.patch
1 From c5f21ea3813093893bc4d4f7adcc99849aa9cf22 Mon Sep 17 00:00:00 2001
2 From: Yan Yin <yan.yin@intel.com>
3 Date: Tue, 14 Feb 2012 21:57:02 +0800
4 Subject: [PATCH] change video sink from xvimagesink to ximagesink for PR3
5
6 xvimagesink is not working on PR3, due to missing gfx driver, please
7 check below link for details:
8 https://tizen.jf.intel.com/index.php?title=Tizen_PR3#Enable_Video_Player
9 ---
10  .../usr/etc/mmfw_player.ini                        |    2 +-
11  mmfw-sysconf-simulator/usr/etc/mmfw_player.ini     |    2 +-
12  2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/mmfw-sysconf-cleansdk-target/usr/etc/mmfw_player.ini b/mmfw-sysconf-cleansdk-target/usr/etc/mmfw_player.ini
15 index fdc2a40..d05d8fb 100644
16 --- a/mmfw-sysconf-cleansdk-target/usr/etc/mmfw_player.ini
17 +++ b/mmfw-sysconf-cleansdk-target/usr/etc/mmfw_player.ini
18 @@ -9,7 +9,7 @@ disable segtrap = yes ; same effect with --gst-disable-segtrap
19  
20  ; set default video sink but, it can be replaced with others selected by application
21  ; 0:v4l2sink, 1:ximagesink, 2:xvimagesink, 3:fakesink 4:evasimagesink 5:glimagesink
22 -videosink element = 2
23 +videosink element = 1
24  
25  video converter element = ffmpegcolorspace
26  
27 diff --git a/mmfw-sysconf-simulator/usr/etc/mmfw_player.ini b/mmfw-sysconf-simulator/usr/etc/mmfw_player.ini
28 index fdc2a40..d05d8fb 100644
29 --- a/mmfw-sysconf-simulator/usr/etc/mmfw_player.ini
30 +++ b/mmfw-sysconf-simulator/usr/etc/mmfw_player.ini
31 @@ -9,7 +9,7 @@ disable segtrap = yes ; same effect with --gst-disable-segtrap
32  
33  ; set default video sink but, it can be replaced with others selected by application
34  ; 0:v4l2sink, 1:ximagesink, 2:xvimagesink, 3:fakesink 4:evasimagesink 5:glimagesink
35 -videosink element = 2
36 +videosink element = 1
37  
38  video converter element = ffmpegcolorspace
39  
40 -- 
41 1.7.0.4
42