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 578942 - Missing RTSP headers related to Windows Media extension.
Missing RTSP headers related to Windows Media extension.
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal enhancement
: 0.10.23
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-14 16:11 UTC by Josep Torra Valles
Modified: 2009-04-14 16:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add the missing headers (3.24 KB, patch)
2009-04-14 16:12 UTC, Josep Torra Valles
committed Details | Review

Description Josep Torra Valles 2009-04-14 16:11:31 UTC
Some headers required to properly implement the RTSP extension for Windows Media are not declared in the helper library.
Comment 1 Josep Torra Valles 2009-04-14 16:12:33 UTC
Created attachment 132645 [details] [review]
Add the missing headers

The provided patch add the missing headers.
Comment 2 Wim Taymans 2009-04-14 16:35:58 UTC
commit 71ab187355f7b1fc9ef5d8f28a186d031f8a3382
Author: Josep Torra <n770galaxy at gmail.com>
Date:   Tue Apr 14 18:31:52 2009 +0200

    RTSP: add missing headers for WMS RTSP
    
    Add missing headers related to Windows Media RTSP extension.
    Fixes #578942