GNOME Bugzilla – Bug 726415
rtpjpegpay/-depay: Remove incorrectly introduced framesize SDP attribute
Last modified: 2015-04-02 21:54:33 UTC
http://tools.ietf.org/html/rfc6064 defines the framesize SDP attribute. It was introduced in commit 2361567bae3f93e725a478af2557c24470cd535d, however the attribute is only defined for H.263 according to the RFC. Therefore this attribute should not be added in the JPEG payloader or parsed in the corresponding depayloader.
Created attachment 272012 [details] [review] Proposed patch removing incorrectly introduced SDP attribute.
Thanks, sorry for the delay.