GNOME Bugzilla – Bug 680155
silence warning when Transports end with semicolumn
Last modified: 2012-07-24 10:49:51 UTC
Created attachment 219090 [details] [review] check strlen of transport field before warning Some encoders end their Transports field with a semicolumn. This triggers a warning about a non-existing field. Check the length of the tranport option before dropping a warning. RTSP response message 0x7fbe92918960 status line: code: '200' reason: 'OK' version: '1.0' headers: key: 'CSeq', value: '3' key: 'Server', value: 'VisioWave/1.0' key: 'Transport', value: 'RTP/AVP/UDP;multicast;destination=239.1.68.193;port=2500-2501;server_port=1028-1029;' key: 'Cache-Control', value: 'no-cache' key: 'Session', value: '12c056bc277a1567b76ca;timeout=60' body: length 0
commit 791163aba2e1657d11529f83b0159df4f9ca2cca Author: Marc Leeman <marc.leeman@gmail.com> Date: Wed Jul 18 13:19:26 2012 +0200 gst-rtsptransports: no warning Transport end with semicolumn