GNOME Bugzilla – Bug 521459
RTSP extension for Real Audio doesn't extract Author, Comment, Copyright tags
Last modified: 2008-03-10 15:17:35 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.
Created attachment 106931 [details] [review] Patch that adds the version field
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.