Add MEDIA_FORMAT_ARGB to RAW format for rtp video encoding-name 22/217622/1 accepted/tizen_5.5_unified accepted/tizen_5.5_unified_wearable_hotfix tizen_5.5_tv tizen_5.5_wearable_hotfix accepted/tizen/5.5/unified/20191113.123123 accepted/tizen/5.5/unified/wearable/hotfix/20201027.121743 submit/tizen_5.5/20191113.045950 submit/tizen_5.5_wearable_hotfix/20201026.184302
authorHyunil <hyunil46.park@samsung.com>
Wed, 13 Nov 2019 04:33:13 +0000 (13:33 +0900)
committerHyunil Park <hyunil46.park@samsung.com>
Wed, 13 Nov 2019 04:52:04 +0000 (04:52 +0000)
Change-Id: Id31b44ebcc5690effe384c96b34892262dc5a2ed
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
src/media_streamer_util.c

index 8bb04ac76f646095ac83ac1c31b3457c5ce0128e..8cd5cd5d3d12197fc32c9470028ac4101ea34251 100644 (file)
@@ -250,6 +250,7 @@ const gchar *__ms_convert_mime_to_rtp_format(media_format_mimetype_e mime)
        switch (mime) {
        case MEDIA_FORMAT_I420:
        case MEDIA_FORMAT_YV12:
+       case MEDIA_FORMAT_ARGB:
                return "RAW";
        case MEDIA_FORMAT_H263:
                return "H263";