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 437692 - Some more fixes for the RTSP support
Some more fixes for the RTSP support
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal normal
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-05-11 14:29 UTC by Peter Kjellerstedt
Modified: 2007-05-12 16:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Some random fixes for RTSP (5.52 KB, patch)
2007-05-11 14:32 UTC, Peter Kjellerstedt
committed Details | Review
Add support for query parameters to RTSP URLs (4.04 KB, patch)
2007-05-11 14:34 UTC, Peter Kjellerstedt
committed Details | Review

Description Peter Kjellerstedt 2007-05-11 14:29:00 UTC
Please describe the problem:
Here are a couple of more fixes for the RTSP code.


Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Peter Kjellerstedt 2007-05-11 14:32:19 UTC
Created attachment 88012 [details] [review]
Some random fixes for RTSP

* Make rtsp_message_init_data() take the channel as a guint8.
* Fixed a typo: Timout -> Timeout
* Make RTSP_CHECK() behave as a statement.
* Avoid a compiler warning in INIT_ARRAY().
Comment 2 Peter Kjellerstedt 2007-05-11 14:34:20 UTC
Created attachment 88013 [details] [review]
Add support for query parameters to RTSP URLs

This adds support for query parameters to the RTSP URLs.