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 165642 - quicktime files containing links are not handled
quicktime files containing links are not handled
Status: RESOLVED DUPLICATE of bug 165643
Product: totem
Classification: Core
Component: GStreamer backend
0.101
Other All
: Normal normal
: ---
Assigned To: Maintainer alias for GStreamer component of Totem
Maintainer alias for GStreamer component of Totem
Depends on:
Blocks:
 
 
Reported: 2005-01-29 20:34 UTC by j^
Modified: 2005-02-04 09:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description j^ 2005-01-29 20:34:47 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:
Comment 1 Ronald Bultje 2005-01-29 20:50:49 UTC
Bastien, should the playlist manager in Totem handle this?
Comment 2 Bastien Nocera 2005-01-30 16:25:18 UTC
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.
Comment 3 Ronald Bultje 2005-02-04 09:17:02 UTC
Ok, in that case I'll merge it with backend and fix it there.

*** This bug has been marked as a duplicate of 165643 ***