Merge "[simulator][capi-media-streamer] Update exclude list for x86_64 emulator"...
[platform/core/multimedia/mmfw-sysconf.git] / mmfw-sysconf-target-hawkp / etc / multimedia / mmfw_media_streamer.ini
1 [general]
2 ; generating dot file representing pipeline state
3 generate dot = no
4 dot dir =
5
6 ; decodebin will be used instead of decoder node
7 use decodebin = yes
8
9 ; comma separated list of element names which
10 ; will not be used in autoplug mode
11 exclude elements = v4l2video,omx,sprd
12
13 ; comma separated list of arguments
14 ; that will pass to gst_init
15 gstreamer arguments = --gst-debug=2
16
17
18 ;MEDIA_STREAMER_NODE_TYPE_SRC
19 [node type 1]
20 audio capture = pulsesrc
21 video capture = waylandsrc
22 camera = camerasrc
23
24 ;MEDIA_STREAMER_NODE_TYPE_SINK
25 [node type 2]
26 audio = pulsesink
27 overlay = waylandsink
28
29 ;MEDIA_STREAMER_NODE_TYPE_VIDEO_ENCODER
30 [node type 3]
31 video/x-h263 = avenc_h263
32
33 ;MEDIA_STREAMER_NODE_TYPE_VIDEO_DECODER
34 [node type 4]
35 video/x-h263 = avdec_h263
36
37 ;MEDIA_STREAMER_NODE_TYPE_AUDIO_ENCODER
38 [node type 5]
39 audio/AMR = amrnbenc
40
41 ;MEDIA_STREAMER_NODE_TYPE_AUDIO_DECODER
42 [node type 6]
43 audio/AMR = amrnbdec
44
45 ;MEDIA_STREAMER_NODE_TYPE_VIDEO_CONVERTER
46 [node type 7]
47
48 ;MEDIA_STREAMER_NODE_TYPE_AUDIO_CONVERTER
49 [node type 8]
50
51 ;MEDIA_STREAMER_NODE_TYPE_AUDIO_RESAMPLE
52 [node type 9]
53
54 ;MEDIA_STREAMER_NODE_TYPE_VIDEO_PAY
55 [node type 10]
56 video/x-h263 = rtph263pay
57
58 ;MEDIA_STREAMER_NODE_TYPE_AUDIO_PAY
59 [node type 11]
60
61 ;MEDIA_STREAMER_NODE_TYPE_VIDEO_DEPAY
62 [node type 12]
63 video/x-h263 = rtph263depay
64 video/x-h264 = rtph264depay
65
66 ;MEDIA_STREAMER_NODE_TYPE_AUDIO_DEPAY
67 [node type 13]
68
69 ;MEDIA_STREAMER_NODE_TYPE_VIDEO_RATE
70 [node type 14]
71
72 ;MEDIA_STREAMER_NODE_TYPE_VIDEO_SCALE
73 [node type 15]
74
75 ;MEDIA_STREAMER_NODE_TYPE_TEXT_OVERLAY
76 [node type 16]
77 text/x-raw = textoverlay
78
79 ;MEDIA_STREAMER_NODE_TYPE_PARSER
80 [node type 17]
81 video/x-h263 = h263parse
82 video/x-h264 = h264parse
83
84 ;MEDIA_STREAMER_NODE_TYPE_FILTER
85 [node type 18]
86
87 ;MEDIA_STREAMER_NODE_TYPE_TEE
88 [node type 19]
89
90 ;MEDIA_STREAMER_NODE_TYPE_QUEUE
91 [node type 20]
92
93 ;MEDIA_STREAMER_NODE_TYPE_MQUEUE
94 [node type 21]
95
96 ;MEDIA_STREAMER_NODE_TYPE_MUXER
97 [node type 22]
98
99 ;MEDIA_STREAMER_NODE_TYPE_DEMUXER
100 [node type 23]
101
102 ;MEDIA_STREAMER_NODE_TYPE_RTP
103 [node type 24]
104
105 ;MEDIA_STREAMER_NODE_TYPE_INPUT_SELECTOR
106 [node type 25]
107
108 ;MEDIA_STREAMER_NODE_TYPE_OUTPUT_SELECTOR
109 [node type 26]
110
111 ;MEDIA_STREAMER_NODE_TYPE_INTERLEAVE
112 [node type 27]
113
114 ;MEDIA_STREAMER_NODE_TYPE_DEINTERLEAVE
115 [node type 28]
116