Improve media_streamer_node_set_pad_format() to support the WebRTC 01/235801/9
authorHyunil <hyunil46.park@samsung.com>
Wed, 10 Jun 2020 01:06:18 +0000 (10:06 +0900)
committerHyunil <hyunil46.park@samsung.com>
Fri, 12 Jun 2020 05:14:11 +0000 (14:14 +0900)
commitd457ffa85b00d969ff4108eed5c260a37c567820
treeca65ecd19b84fef00d2bf1cc1ed729965d4a87b8
parentdcdcbae495408322bc711a6a7b0ad79dd21aa62c
Improve media_streamer_node_set_pad_format() to support the WebRTC

- Newly add ms_webrtcbin_set_pad_format() and __ms_rtp_node_set_pad_format()

- Add VP8 and OPUS type to ms_convert_mime_to_rtp_format(media_format_mimetype_e mime)

- VP8 and OPUS can be convert to rtp format by this function

[Version] 0.1.59
[Issue Type] New feature

Change-Id: Idea5134bf8b5e4b6dda123413eb9a4f438dbb62d
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
include/media_streamer_gst_webrtc.h
packaging/capi-media-streamer.spec
src/media_streamer_gst_webrtc.c
src/media_streamer_node.c
src/media_streamer_util.c