Merge "Added field that contain list of elements that require resources" into tizen
[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 element names which
14 ; will require resources in autoplug mode
15 resource elements = omx,sprd
16
17 ; comma separated list of arguments
18 ; that will pass to gst_init
19 gstreamer arguments = --gst-debug=2
20
21
22 ;MEDIA_STREAMER_NODE_TYPE_SRC
23 [node type 1]
24 audio capture = pulsesrc
25 video capture = waylandsrc
26 camera = camerasrc
27
28 ;MEDIA_STREAMER_NODE_TYPE_SINK
29 [node type 2]
30 audio = pulsesink
31 overlay = waylandsink
32
33 ;MEDIA_STREAMER_NODE_TYPE_VIDEO_ENCODER
34 [node type 3]
35 video/x-h263 = avenc_h263
36
37 ;MEDIA_STREAMER_NODE_TYPE_VIDEO_DECODER
38 [node type 4]
39 video/x-h263 = avdec_h263
40
41 ;MEDIA_STREAMER_NODE_TYPE_AUDIO_ENCODER
42 [node type 5]
43 audio/AMR = amrnbenc
44
45 ;MEDIA_STREAMER_NODE_TYPE_AUDIO_DECODER
46 [node type 6]
47 audio/AMR = amrnbdec
48
49 ;MEDIA_STREAMER_NODE_TYPE_VIDEO_CONVERTER
50 [node type 7]
51
52 ;MEDIA_STREAMER_NODE_TYPE_AUDIO_CONVERTER
53 [node type 8]
54
55 ;MEDIA_STREAMER_NODE_TYPE_AUDIO_RESAMPLE
56 [node type 9]
57
58 ;MEDIA_STREAMER_NODE_TYPE_VIDEO_PAY
59 [node type 10]
60 video/x-h263 = rtph263pay
61
62 ;MEDIA_STREAMER_NODE_TYPE_AUDIO_PAY
63 [node type 11]
64
65 ;MEDIA_STREAMER_NODE_TYPE_VIDEO_DEPAY
66 [node type 12]
67 video/x-h263 = rtph263depay
68 video/x-h264 = rtph264depay
69
70 ;MEDIA_STREAMER_NODE_TYPE_AUDIO_DEPAY
71 [node type 13]
72
73 ;MEDIA_STREAMER_NODE_TYPE_VIDEO_RATE
74 [node type 14]
75
76 ;MEDIA_STREAMER_NODE_TYPE_VIDEO_SCALE
77 [node type 15]
78
79 ;MEDIA_STREAMER_NODE_TYPE_TEXT_OVERLAY
80 [node type 16]
81 text/x-raw = textoverlay
82
83 ;MEDIA_STREAMER_NODE_TYPE_PARSER
84 [node type 17]
85 video/x-h263 = h263parse
86 video/x-h264 = h264parse
87
88 ;MEDIA_STREAMER_NODE_TYPE_FILTER
89 [node type 18]
90
91 ;MEDIA_STREAMER_NODE_TYPE_TEE
92 [node type 19]
93
94 ;MEDIA_STREAMER_NODE_TYPE_QUEUE
95 [node type 20]
96
97 ;MEDIA_STREAMER_NODE_TYPE_MQUEUE
98 [node type 21]
99
100 ;MEDIA_STREAMER_NODE_TYPE_MUXER
101 [node type 22]
102
103 ;MEDIA_STREAMER_NODE_TYPE_DEMUXER
104 [node type 23]
105
106 ;MEDIA_STREAMER_NODE_TYPE_RTP
107 [node type 24]
108
109 ;MEDIA_STREAMER_NODE_TYPE_INPUT_SELECTOR
110 [node type 25]
111
112 ;MEDIA_STREAMER_NODE_TYPE_OUTPUT_SELECTOR
113 [node type 26]
114
115 ;MEDIA_STREAMER_NODE_TYPE_INTERLEAVE
116 [node type 27]
117
118 ;MEDIA_STREAMER_NODE_TYPE_DEINTERLEAVE
119 [node type 28]
120