rtsp-sdp: add payload type to the sdp framesize attribute
authorLinus Svensson <linussn@axis.com>
Wed, 26 Feb 2014 21:34:06 +0000 (22:34 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 9 Mar 2015 08:26:38 +0000 (09:26 +0100)
commit9dadaed2fd598a0abe146d042177086fdbeaed4a
tree941835c01ddde6c0942ea9f08d109fd263247a7a
parentd92ff17026598ce6c58fb16f7a475c18f34b5b54
rtsp-sdp: add payload type to the sdp framesize attribute

The sdp framesize attribute is desribed in RFC6064. It is specified
for payloading of H263 and has the following form
a=framesize:<payload type> <width>-<height>. The <width>-<height> part
should be added to the caps in a payloader and the <payload type> should
be added by the rtsp-server.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=725334
gst/rtsp-server/rtsp-sdp.c