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 707761 - control url in SDP does not contain the query
control url in SDP does not contain the query
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-09-09 12:24 UTC by Jonas Holmberg
Modified: 2013-09-17 11:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
append query to control url (4.54 KB, patch)
2013-09-09 12:26 UTC, Jonas Holmberg
none Details | Review

Description Jonas Holmberg 2013-09-09 12:24:47 UTC
The query-part of the URL sent in the DESCRIBE request will be discarded in the control URL. It ought to be appended to the control URL so it can be used in SETUP.
Comment 1 Jonas Holmberg 2013-09-09 12:26:10 UTC
Created attachment 254476 [details] [review]
append query to control url
Comment 2 Jonas Holmberg 2013-09-17 11:25:20 UTC
This can be implemented in the application if needed using the new-stream signal of the media object. No need to do it in gst-rtsp-server.