rtsp-media: Don't include payload type in the caps for framesize
authorSebastian Dröge <sebastian@centricular.com>
Mon, 9 Mar 2015 09:21:49 +0000 (10:21 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 9 Mar 2015 09:21:49 +0000 (10:21 +0100)
commit93bdbb6acdf8fdbd9e68c8906f4e96172aeed1a6
treeb6228bd07e0dbf935b022c718a9f83d6b38aa007
parent9dadaed2fd598a0abe146d042177086fdbeaed4a
rtsp-media: Don't include payload type in the caps for framesize

When the sdp media attribute framesize are converted to caps
the <payload> should not be included.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=725335

Based on the patch for rtspsrc by Linus Svensson <linussn@axis.com>
gst/rtsp-server/rtsp-media.c