[mediastreamer] Add v4l2mpeg4 to exclude elements list
[platform/core/multimedia/mmfw-sysconf.git] / mmfw-sysconf-target-hawkp / etc / multimedia / mmfw_media_streamer.ini
index 552aea5..fa7e336 100644 (file)
@@ -8,7 +8,11 @@ use decodebin = yes
 
 ; comma separated list of element names which
 ; will not be used in autoplug mode
-exclude elements = v4l2video,omx,sprd
+exclude elements = v4l2video,v4l2h264,v4l2mpeg4,omx,sprd
+
+; comma separated list of element names which
+; will require resources in autoplug mode
+resource elements = omx,sprd
 
 ; comma separated list of arguments
 ; that will pass to gst_init
@@ -18,24 +22,23 @@ gstreamer arguments = --gst-debug=2
 ;MEDIA_STREAMER_NODE_TYPE_SRC
 [node type 1]
 audio capture = pulsesrc
-video capture = ximagesrc
+video capture = waylandsrc
 camera = camerasrc
 
 ;MEDIA_STREAMER_NODE_TYPE_SINK
 [node type 2]
 audio = pulsesink
-overlay = waylandsink
-evas = evaspixmapsink
+overlay = tizenwlsink
 
 ;MEDIA_STREAMER_NODE_TYPE_VIDEO_ENCODER
 [node type 3]
-video/x-h264 = x264enc
 video/x-h263 = avenc_h263
+;video/x-h264 =
 
 ;MEDIA_STREAMER_NODE_TYPE_VIDEO_DECODER
 [node type 4]
-video/x-h264 = avdec_h264
 video/x-h263 = avdec_h263
+;video/x-h264 =
 
 ;MEDIA_STREAMER_NODE_TYPE_AUDIO_ENCODER
 [node type 5]
@@ -57,6 +60,7 @@ audio/AMR = amrnbdec
 ;MEDIA_STREAMER_NODE_TYPE_VIDEO_PAY
 [node type 10]
 video/x-h263 = rtph263pay
+;video/x-h264 =
 
 ;MEDIA_STREAMER_NODE_TYPE_AUDIO_PAY
 [node type 11]