After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 679325 - gst-rtsp-server: support for the Blocksize header parameter
gst-rtsp-server: support for the Blocksize header parameter
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
git master
Other Linux
: Normal enhancement
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-07-03 11:34 UTC by Ognyan Tonchev (redstar_)
Modified: 2012-07-10 09:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Parse the blocksize parameter and set mtu on the payloaders accordingly (4.92 KB, patch)
2012-07-03 11:34 UTC, Ognyan Tonchev (redstar_)
none Details | Review

Description Ognyan Tonchev (redstar_) 2012-07-03 11:34:01 UTC
Created attachment 217926 [details] [review]
Parse the blocksize parameter and set mtu on the payloaders accordingly

The attached patch contains suggested handling for the Blocksize header parameter in the RTSP SETUP request.
Comment 1 Ognyan Tonchev (redstar_) 2012-07-03 11:51:59 UTC
Blocksize is an optional header parameter which is allowed for all methods but OPTIONS and TEARDOWN. The patch currently supports it only for the SETUP request but can easily be extended with support for all other methods.
Comment 2 Wim Taymans 2012-07-10 09:26:54 UTC
commit 86e53af34a12a1e23613fd1a3dac2be3efbbbf99
Author: Ognyan Tonchev <ognyan@axis.com>
Date:   Tue Jul 3 13:26:30 2012 +0200

    rtsp: Handle the blocksize parameter
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=679325