[rb5][player] Update hw codec info
[platform/hal/backend/media-config.git] / media-config-target-rb5 / hal / etc / multimedia / mmfw_player.ini
1 [general]
2
3 disable segtrap = yes ; same effect with --gst-disable-segtrap
4
5 ; set default videosink element according to video surface type(X, EVAS, NULL)
6 videosink element overlay = tizenwlsink
7 videosink element fake = fakesink
8 video converter element =
9
10 ; decoder element keyword for resource management.
11 video codec element hw = qtivdec
12 video codec element sw = avdec
13 video codec default type = hw ; hw or sw
14
15 audio codec element hw =
16 audio codec element sw = avdec
17 audio codec default type = sw ; hw or sw
18
19 ; support with HW audio codec
20 support audio effect = no
21 support pcm exporting = no
22 support pitch control = no
23 support replaygain control = no
24
25 audiosink element = pulsesink
26
27 ; audio offload information
28 audio offload sink element =
29 audio offload device type =    ; builtin-speaker,bt-a2dp,audio-jack,usb-audio from pulse stream-map
30 audio offload media format =   ; Use the format keyword of media_format_mimetype_e, MAX:10
31
32 ; supported input format of external media source stream
33 ; Use the format keyword of media_format_mimetype_e, MAX:10
34 media stream input format = AAC,H264_SP,H264_MP,H264_HP
35
36 ; if yes. gstreamer will not update registry
37 skip rescan = yes
38 delay before repeat = 50 ; msec
39
40 ; comma separated list of tocken which elemnts has it in it's name will not be used
41 ; this works if 'use decodebin = yes'
42 element exclude keyword = omx
43
44 ; comma separated list of tocken
45 ; this works if 'use decodebin = yes'
46 unsupported codec keyword = divx
47
48 ; parameters for initializing gstreamer
49 ; DEFAULT SET (--gst-debug=*:2)
50 gstparam1 = --gst-debug=*:2
51 gstparam2 =
52 gstparam3 =
53 gstparam4 =
54 gstparam5 =
55
56 ; generating dot file representing pipeline state
57 ; DEFAULT MUST BE 'no'. If 'yes', mmplayer will set env-variable for it's session as "export GST_DEBUG_DUMP_DOT_DIR=/tmp/"
58 generate dot = no
59
60 ; parameter is for only video to be determined
61 ; which clock will be used
62 ; if yes, system clock will be used
63 ; apart from this, audiosink is clock provider for audio
64 use system clock = yes
65
66 ; allowed timeout for changing pipeline state
67 live state change timeout = 30 ; sec
68 localplayback state change timeout = 10 ; sec
69
70 ; delay in msec for sending EOS
71 eos delay = 0 ; msec
72
73 ; extracted pcm buffer size
74 pcm buffer size = 51200 ; 50Kbytes
75
76 ; max num of bo for sw codec
77 video bo max = 10
78
79 ; video bo timeout (sec)
80 video bo timeout = 10
81
82 ; setup pipeline with decodebin2
83 use decodebin = no
84
85 [http streaming]
86
87 httpsrc element = souphttpsrc
88
89 http buffering limit = 99.0 ; percent
90
91 ; if yes, use file for buffering.
92 ; if no, use memory for buffering.
93 http use file buffer = no
94
95 ; ring buffer size when use mem buffer
96 http ring buffer size = 20971520 ; 20MBytes
97
98 http max size bytes = 1048576 ; bytes
99
100 http buffering time = 1.2
101
102 http timeout = 30 ; sec