--- /dev/null
+[general]
+; generating dot file representing pipeline state
+generate dot = no
+dot path = /tmp
+
+; enable verbose logging
+verbose log = no
+
+; | separated list of arguments that will pass to gst_init
+gstreamer arguments = --gst-debug=*:2
+
+; comma separated list of elements that will not use in the gstreamer pipeline
+gstreamer excluded elements =
+
+; allowed timeout for changing pipeline state
+timeout = 10 ; sec
+
+[connection]
+rtsp server ip = 127.0.0.1
+rtsp server port = 8554
+rtsp server mount point = /mtpr_server/tmp
+
+[media source]
+; default values for video source pipeline (e.g, videotest, camera, screen)
+video raw format = I420
+video width = 320
+video height = 240
+video framerate = 30
+video codec = mpeg
+video hw encoder element =
+video encoded format support = no
+video drc support = no
+; default values for audio source pipeline (e.g, audiotest, mic)
+audio raw format = F32LE
+audio samplerate = 8000
+audio channels = 2
+audio codec = aac
+audio hw encoder element =
+
+[source videotest]
+source element = videotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1,pattern=18
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+video drc support = yes
+
+
+[source camera]
+source element = v4l2src
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec = h264
+;video hw encoder element = v4l2h264enc
+;video encoded format support =
+;video drc support =
+
+
+[source screen]
+source element = waylandsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+;video drc support =
+
+
+[source audiotest]
+source element = audiotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[source mic]
+source element = pulsesrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[rendering sink]
+audio sink element = pulsesink
+video sink element = tizenwlsink
+
+; comma separated list of elements, it should be one by one per codec type
+audio hw decoder elements =
+video hw decoder elements =
+
--- /dev/null
+[general]
+; generating dot file representing pipeline state
+generate dot = no
+dot path = /tmp
+
+; enable verbose logging
+verbose log = no
+
+; | separated list of arguments that will pass to gst_init
+gstreamer arguments = --gst-debug=*:2
+
+; comma separated list of elements that will not use in the gstreamer pipeline
+gstreamer excluded elements =
+
+; allowed timeout for changing pipeline state
+timeout = 10 ; sec
+
+[connection]
+rtsp server ip = 127.0.0.1
+rtsp server port = 8554
+rtsp server mount point = /mtpr_server/tmp
+
+[media source]
+; default values for video source pipeline (e.g, videotest, camera, screen)
+video raw format = I420
+video width = 320
+video height = 240
+video framerate = 30
+video codec = mpeg
+video hw encoder element =
+video encoded format support = no
+video drc support = no
+; default values for audio source pipeline (e.g, audiotest, mic)
+audio raw format = F32LE
+audio samplerate = 8000
+audio channels = 2
+audio codec = aac
+audio hw encoder element =
+
+[source videotest]
+source element = videotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1,pattern=18
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+video drc support = yes
+
+
+[source camera]
+source element = videotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec = h264
+;video hw encoder element = v4l2h264enc
+;video encoded format support =
+;video drc support =
+
+
+[source screen]
+source element = waylandsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+;video drc support =
+
+
+[source audiotest]
+source element = audiotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[source mic]
+source element = pulsesrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[rendering sink]
+audio sink element = pulsesink
+video sink element = tizenwlsink
+
+; comma separated list of elements, it should be one by one per codec type
+audio hw decoder elements =
+video hw decoder elements =
+
--- /dev/null
+[general]
+; generating dot file representing pipeline state
+generate dot = no
+dot path = /tmp
+
+; enable verbose logging
+verbose log = no
+
+; | separated list of arguments that will pass to gst_init
+gstreamer arguments = --gst-debug=*:2
+
+; comma separated list of elements that will not use in the gstreamer pipeline
+gstreamer excluded elements =
+
+; allowed timeout for changing pipeline state
+timeout = 10 ; sec
+
+[connection]
+rtsp server ip = 127.0.0.1
+rtsp server port = 8554
+rtsp server mount point = /mtpr_server/tmp
+
+[media source]
+; default values for video source pipeline (e.g, videotest, camera, screen)
+video raw format = I420
+video width = 320
+video height = 240
+video framerate = 30
+video codec = mpeg
+video hw encoder element =
+video encoded format support = no
+video drc support = no
+; default values for audio source pipeline (e.g, audiotest, mic)
+audio raw format = F32LE
+audio samplerate = 8000
+audio channels = 2
+audio codec = aac
+audio hw encoder element =
+
+[source videotest]
+source element = videotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1,pattern=18
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+video drc support = yes
+
+
+[source camera]
+source element = v4l2src
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec = h264
+;video hw encoder element = v4l2h264enc
+;video encoded format support =
+;video drc support =
+
+
+[source screen]
+source element = waylandsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+;video drc support =
+
+
+[source audiotest]
+source element = audiotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[source mic]
+source element = pulsesrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[rendering sink]
+audio sink element = pulsesink
+video sink element = tizenwlsink
+
+; comma separated list of elements, it should be one by one per codec type
+audio hw decoder elements =
+video hw decoder elements =
+
--- /dev/null
+[general]
+; generating dot file representing pipeline state
+generate dot = no
+dot path = /tmp
+
+; enable verbose logging
+verbose log = no
+
+; | separated list of arguments that will pass to gst_init
+gstreamer arguments = --gst-debug=*:2
+
+; comma separated list of elements that will not use in the gstreamer pipeline
+gstreamer excluded elements =
+
+; allowed timeout for changing pipeline state
+timeout = 10 ; sec
+
+[connection]
+rtsp server ip = 127.0.0.1
+rtsp server port = 8554
+rtsp server mount point = /mtpr_server/tmp
+
+[media source]
+; default values for video source pipeline (e.g, videotest, camera, screen)
+video raw format = I420
+video width = 320
+video height = 240
+video framerate = 30
+video codec = mpeg
+video hw encoder element =
+video encoded format support = no
+video drc support = no
+; default values for audio source pipeline (e.g, audiotest, mic)
+audio raw format = F32LE
+audio samplerate = 8000
+audio channels = 2
+audio codec = aac
+audio hw encoder element =
+
+[source videotest]
+source element = videotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1,pattern=18
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+video drc support = yes
+
+
+[source camera]
+source element = v4l2src
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec = h264
+;video hw encoder element = v4l2h264enc
+;video encoded format support =
+;video drc support =
+
+
+[source screen]
+source element = waylandsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+;video drc support =
+
+
+[source audiotest]
+source element = audiotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[source mic]
+source element = pulsesrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[rendering sink]
+audio sink element = pulsesink
+video sink element = tizenwlsink
+
+; comma separated list of elements, it should be one by one per codec type
+audio hw decoder elements =
+video hw decoder elements =
+
--- /dev/null
+[general]
+; generating dot file representing pipeline state
+generate dot = no
+dot path = /tmp
+
+; enable verbose logging
+verbose log = no
+
+; | separated list of arguments that will pass to gst_init
+gstreamer arguments = --gst-debug=*:2
+
+; comma separated list of elements that will not use in the gstreamer pipeline
+gstreamer excluded elements =
+
+; allowed timeout for changing pipeline state
+timeout = 10 ; sec
+
+[connection]
+rtsp server ip = 127.0.0.1
+rtsp server port = 8554
+rtsp server mount point = /mtpr_server/tmp
+
+[media source]
+; default values for video source pipeline (e.g, videotest, camera, screen)
+video raw format = I420
+video width = 320
+video height = 240
+video framerate = 30
+video codec = mpeg
+video hw encoder element =
+video encoded format support = no
+video drc support = no
+; default values for audio source pipeline (e.g, audiotest, mic)
+audio raw format = F32LE
+audio samplerate = 8000
+audio channels = 2
+audio codec = aac
+audio hw encoder element =
+
+[source videotest]
+source element = videotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1,pattern=18
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+video drc support = yes
+
+
+[source camera]
+source element = v4l2src
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec = h264
+;video hw encoder element = v4l2h264enc
+;video encoded format support =
+;video drc support =
+
+
+[source screen]
+source element = waylandsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+;video drc support =
+
+
+[source audiotest]
+source element = audiotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[source mic]
+source element = pulsesrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[rendering sink]
+audio sink element = pulsesink
+video sink element = tizenwlsink
+
+; comma separated list of elements, it should be one by one per codec type
+audio hw decoder elements =
+video hw decoder elements =
+
--- /dev/null
+[general]
+; generating dot file representing pipeline state
+generate dot = no
+dot path = /tmp
+
+; enable verbose logging
+verbose log = no
+
+; | separated list of arguments that will pass to gst_init
+gstreamer arguments = --gst-debug=*:2
+
+; comma separated list of elements that will not use in the gstreamer pipeline
+gstreamer excluded elements =
+
+; allowed timeout for changing pipeline state
+timeout = 10 ; sec
+
+[connection]
+rtsp server ip = 127.0.0.1
+rtsp server port = 8554
+rtsp server mount point = /mtpr_server/tmp
+
+[media source]
+; default values for video source pipeline (e.g, videotest, camera, screen)
+video raw format = I420
+video width = 320
+video height = 240
+video framerate = 30
+video codec = mpeg
+video hw encoder element =
+video encoded format support = no
+video drc support = no
+; default values for audio source pipeline (e.g, audiotest, mic)
+audio raw format = F32LE
+audio samplerate = 8000
+audio channels = 2
+audio codec = aac
+audio hw encoder element =
+
+[source videotest]
+source element = videotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1,pattern=18
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+video drc support = yes
+
+
+[source camera]
+source element = v4l2src
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec = h264
+;video hw encoder element = v4l2h264enc
+;video encoded format support =
+;video drc support =
+
+
+[source screen]
+source element = waylandsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+;video drc support =
+
+
+[source audiotest]
+source element = audiotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[source mic]
+source element = pulsesrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[rendering sink]
+audio sink element = pulsesink
+video sink element = tizenwlsink
+
+; comma separated list of elements, it should be one by one per codec type
+audio hw decoder elements =
+video hw decoder elements =
+
--- /dev/null
+[general]
+; generating dot file representing pipeline state
+generate dot = no
+dot path = /tmp
+
+; enable verbose logging
+verbose log = no
+
+; | separated list of arguments that will pass to gst_init
+gstreamer arguments = --gst-debug=*:2
+
+; comma separated list of elements that will not use in the gstreamer pipeline
+gstreamer excluded elements =
+
+; allowed timeout for changing pipeline state
+timeout = 10 ; sec
+
+[connection]
+rtsp server ip = 127.0.0.1
+rtsp server port = 8554
+rtsp server mount point = /mtpr_server/tmp
+
+[media source]
+; default values for video source pipeline (e.g, videotest, camera, screen)
+video raw format = I420
+video width = 320
+video height = 240
+video framerate = 30
+video codec = mpeg
+video hw encoder element =
+video encoded format support = no
+video drc support = no
+; default values for audio source pipeline (e.g, audiotest, mic)
+audio raw format = F32LE
+audio samplerate = 8000
+audio channels = 2
+audio codec = aac
+audio hw encoder element =
+
+[source videotest]
+source element = videotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1,pattern=18
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+video drc support = yes
+
+
+[source camera]
+source element = camerasrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+video raw format = SN12
+video width = 640
+video height = 480
+video framerate = 30
+video codecs = h264
+video hw encoder element = sprdenc_h264
+;video encoded format support =
+;video drc support =
+
+
+[source screen]
+source element = waylandsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+;video drc support =
+
+
+[source audiotest]
+source element = audiotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[source mic]
+source element = pulsesrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[rendering sink]
+audio sink element = pulsesink
+video sink element = tizenwlsink
+
+; comma separated list of elements, it should be one by one per codec type
+audio hw decoder elements =
+video hw decoder elements =
+
--- /dev/null
+[general]
+; generating dot file representing pipeline state
+generate dot = no
+dot path = /tmp
+
+; enable verbose logging
+verbose log = no
+
+; | separated list of arguments that will pass to gst_init
+gstreamer arguments = --gst-debug=*:2
+
+; comma separated list of elements that will not use in the gstreamer pipeline
+gstreamer excluded elements =
+
+; allowed timeout for changing pipeline state
+timeout = 10 ; sec
+
+[connection]
+rtsp server ip = 127.0.0.1
+rtsp server port = 8554
+rtsp server mount point = /mtpr_server/tmp
+
+[media source]
+; default values for video source pipeline (e.g, videotest, camera, screen)
+video raw format = I420
+video width = 320
+video height = 240
+video framerate = 30
+video codec = mpeg
+video hw encoder element =
+video encoded format support = no
+video drc support = no
+; default values for audio source pipeline (e.g, audiotest, mic)
+audio raw format = F32LE
+audio samplerate = 8000
+audio channels = 2
+audio codec = aac
+audio hw encoder element =
+
+[source videotest]
+source element = videotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1,pattern=18
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+video drc support = yes
+
+
+[source camera]
+source element = videotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec = h264
+;video hw encoder element = v4l2h264enc
+;video encoded format support =
+;video drc support =
+
+
+[source screen]
+source element = waylandsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+;video drc support =
+
+
+[source audiotest]
+source element = audiotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[source mic]
+source element = pulsesrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[rendering sink]
+audio sink element = pulsesink
+video sink element = tizenwlsink
+
+; comma separated list of elements, it should be one by one per codec type
+audio hw decoder elements =
+video hw decoder elements =
+
--- /dev/null
+[general]
+; generating dot file representing pipeline state
+generate dot = no
+dot path = /tmp
+
+; enable verbose logging
+verbose log = no
+
+; | separated list of arguments that will pass to gst_init
+gstreamer arguments = --gst-debug=*:2
+
+; comma separated list of elements that will not use in the gstreamer pipeline
+gstreamer excluded elements =
+
+; allowed timeout for changing pipeline state
+timeout = 10 ; sec
+
+[connection]
+rtsp server ip = 127.0.0.1
+rtsp server port = 8554
+rtsp server mount point = /mtpr_server/tmp
+
+[media source]
+; default values for video source pipeline (e.g, videotest, camera, screen)
+video raw format = I420
+video width = 320
+video height = 240
+video framerate = 30
+video codec = mpeg
+video hw encoder element =
+video encoded format support = no
+video drc support = no
+; default values for audio source pipeline (e.g, audiotest, mic)
+audio raw format = F32LE
+audio samplerate = 8000
+audio channels = 2
+audio codec = aac
+audio hw encoder element =
+
+[source videotest]
+source element = videotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1,pattern=18
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+video drc support = yes
+
+
+[source camera]
+source element = v4l2src
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec = h264
+;video hw encoder element = v4l2h264enc
+;video encoded format support =
+;video drc support =
+
+
+[source screen]
+source element = waylandsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+;video drc support =
+
+
+[source audiotest]
+source element = audiotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[source mic]
+source element = pulsesrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[rendering sink]
+audio sink element = pulsesink
+video sink element = tizenwlsink
+
+; comma separated list of elements, it should be one by one per codec type
+audio hw decoder elements =
+video hw decoder elements =
+
Name: media-config
Summary: Multimedia Framework system configuration package
-Version: 0.3.55
+Version: 0.3.56
Release: 0
Group: Multimedia/Configuration
License: LGPL-2.1 and Apache-2.0