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 521459 - RTSP extension for Real Audio doesn't extract Author, Comment, Copyright tags
RTSP extension for Real Audio doesn't extract Author, Comment, Copyright tags
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
0.10.7
Other Linux
: Normal normal
: 0.10.8
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-03-09 21:41 UTC by Pizpot Gargravarr
Modified: 2008-03-10 15:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch that adds the version field (1021 bytes, patch)
2008-03-09 21:45 UTC, Pizpot Gargravarr
committed Details | Review

Description Pizpot Gargravarr 2008-03-09 21:41:59 UTC
Comparing the implementation of rtsp_ext_real_parse_sdp() and gst_rmdemux_chain() I've noticed that the version field was missing when building the CONT fourcc.

As a result the Author, Comment, Copyright tags were not reported to the application.
Comment 1 Pizpot Gargravarr 2008-03-09 21:45:23 UTC
Created attachment 106931 [details] [review]
Patch that adds the version field
Comment 2 Wim Taymans 2008-03-10 15:17:35 UTC
        Patch by: Pizpot Gargravarr <pgargravarr at siriuscybernetics dot org>

        * gst/realmedia/rtspreal.c: (rtsp_ext_real_parse_sdp):
        Add the version field when creating the CONT chunk resulting in
        the Author, Comment and Copyright tags not being parsed correctly. 
        Fixes #521459.