GNOME Bugzilla – Bug 725335
rtspsrc: Extract the payload type from sdp framesize attribute
Last modified: 2015-03-09 09:22:34 UTC
Created attachment 270493 [details] [review] Do not include payload type in the caps When sdp media attributes are added to the caps in the rtspsrc the payload type should not be included for the framesize attribute. The payload type is proposed added by the patch in https://bugzilla.gnome.org/show_bug.cgi?id=725334
commit 398296d9780fa7731d7be8db6f3dbbfa09e053a1 Author: Linus Svensson <linussn@axis.com> Date: Thu Feb 27 10:52:16 2014 +0100 rtspsrc: 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
Also in rtsp server for RECORD. commit 93bdbb6acdf8fdbd9e68c8906f4e96172aeed1a6 Author: Sebastian Dröge <sebastian@centricular.com> Date: Mon Mar 9 10:21:49 2015 +0100 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>