rtspsrc: Allow mimetypes with properties as long as they're application/sdp
authorSebastian Dröge <sebastian@centricular.com>
Wed, 17 Aug 2016 06:49:04 +0000 (09:49 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 17 Aug 2016 06:49:04 +0000 (09:49 +0300)
commit0b0a04278172ff5779d078ce34b62daa199f3f8d
tree1ee8de92bbb26a05f6f6adfc4aea967555f4ca4a
parentcdb764990965d756813ce25695bb0e1974466e0c
rtspsrc: Allow mimetypes with properties as long as they're application/sdp

Some servers add properties like charset, e.g.
  application/sdp; charset=utf8

Ideally we should also parse the charset and do conversion of all messages,
but that's for a later time.
gst/rtsp/gstrtspsrc.c