GNOME Bugzilla – Bug 165642
quicktime files containing links are not handled
Last modified: 2005-02-04 09:17:02 UTC
Please describe the problem: quicktime files that contain a link to another quicktime file, like http://movies.apple.com/movies/fox/fantastic_four/fantastic_four_320.mov pointing to http://movies.apple.com/movies/fox/fantastic_four/fantastic_four_m320.mov will not be played back by totem totem hangs with GLib-GObject-WARNING **: IA__g_object_set_valist: object class `GstPlayBin' has no property named `suburi' as the last output Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Bastien, should the playlist manager in Totem handle this?
No, unless we start decoding the Quicktime file in the playlist parser. xine-lib sends the XINE_EVENT_MRL_REFERENCE event when seeing such files (the redirection depends on the network speed in some cases), and the backend closes the current connection and opens the new one, without the knowledge of the front-end.
Ok, in that case I'll merge it with backend and fix it there. *** This bug has been marked as a duplicate of 165643 ***