From: Olivier CrĂȘte Date: Tue, 26 Feb 2013 19:18:20 +0000 (-0500) Subject: rtpmp4gdepay: streamtype is not put by all RTSP server, not make it optional X-Git-Tag: 1.19.3~509^2~6038 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=df5ca83baf2418e21100f5583a10ace276492242;p=platform%2Fupstream%2Fgstreamer.git rtpmp4gdepay: streamtype is not put by all RTSP server, not make it optional Specific case here is Wowza 3.5.0 --- diff --git a/gst/rtp/gstrtpmp4gdepay.c b/gst/rtp/gstrtpmp4gdepay.c index 2d8281d..db472da 100644 --- a/gst/rtp/gstrtpmp4gdepay.c +++ b/gst/rtp/gstrtpmp4gdepay.c @@ -49,7 +49,7 @@ GST_STATIC_PAD_TEMPLATE ("sink", "clock-rate = (int) [1, MAX ], " "encoding-name = (string) \"MPEG4-GENERIC\", " /* required string params */ - "streamtype = (string) { \"4\", \"5\" }, " /* 4 = video, 5 = audio */ + /* "streamtype = (string) { \"4\", \"5\" }, " Not set by Wowza 4 = video, 5 = audio */ /* "profile-level-id = (string) [1,MAX], " */ /* "config = (string) [1,MAX]" */ "mode = (string) { \"generic\", \"CELP-cbr\", \"CELP-vbr\", \"AAC-lbr\", \"AAC-hbr\" } "