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 602127 - Parsing of RTSPtext not working correctly
Parsing of RTSPtext not working correctly
Status: RESOLVED FIXED
Product: totem-pl-parser
Classification: Core
Component: General
2.28.x
Other Linux
: Normal normal
: ---
Assigned To: totem-pl-parser-maint
totem-pl-parser-maint
Depends on:
Blocks:
 
 
Reported: 2009-11-16 19:14 UTC by Simon Pecher
Modified: 2009-12-04 13:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
start loop with the second line (502 bytes, patch)
2009-11-16 19:16 UTC, Simon Pecher
none Details | Review

Description Simon Pecher 2009-11-16 19:14:27 UTC
Parsing of RTSPtext files fail if they look like:

RTSPtext
rtsp://host.org/video.mp4
...

If there is no URL after "RTSPtext" in the first line the for-loop should start with examining the second line.

(Occured while trying to watch H.264 videos on http://www.3sat.de/mediathek/mediathek.php).
Comment 1 Simon Pecher 2009-11-16 19:16:44 UTC
Created attachment 147925 [details] [review]
start loop with the second line
Comment 2 Bastien Nocera 2009-12-04 13:27:59 UTC
Fixed in master (for GNOME 2.28), thanks.