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 646800 - rtspsrc: control attribute on the session and not on the media
rtspsrc: control attribute on the session and not on the media
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.29
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-04-05 11:54 UTC by Nicola
Modified: 2011-04-05 15:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nicola 2011-04-05 11:54:07 UTC
When the control attribute is on the session and not on the media rtspsrc fails to parse the control url
Comment 1 Wim Taymans 2011-04-05 15:14:27 UTC
commit 547c97f59036030d8476f68b4725398c7545f8d3
Author: Wim Taymans <wim.taymans@collabora.co.uk>
Date:   Tue Apr 5 17:12:28 2011 +0200

    rtspsrc: handle * control correctly
    
    Parse session control attributes when no media control attribute is
    present. Threat * control attributes as an empty string, just like the
    spec says.
    
    Fixes #646800