GNOME Bugzilla – Bug 360344
[ffdec_qtrle] Can't handle video/x-rle with height=2
Last modified: 2013-07-17 10:13:50 UTC
Please describe the problem: At the moment there is a video playing when going to: URL: http://www.apple.com/trailers/ This video played fine on Totem 2.16.2(Gstreamer) but when i compiled Totem-CVS(Gstreamer) it stopped working. It complaints about that it don't know how to handle video/x-rle. Gdb output: ** Message: NP_Initialize ** Message: totem_plugin_new_instance ** Message: totemPlugin ctor [0x8e094d0] ** Message: totemNarrowSpacePlugin ctor [0x8e09520] mode 1 mime type: video/quicktime argv[0] src http://images.apple.com/movies/wb/blood_diamond/blooddiamond_trailer_poster.mov argv[1] pluginspage http://www.apple.com/quicktime/download/ argv[2] controller false argv[3] type video/quicktime argv[4] height 195 argv[5] width 288 ** Message: plugin_get_value 14 (e) ** Message: SetWindow [0x8e094d0] ** Message: waiting for data to come ** Message: leaving plugin_set_window ** Message: SetWindow [0x8e094d0] ** Message: existing window ** Message: resize ** Message: leaving plugin_set_window ** Message: SetWindow [0x8e094d0] ** Message: existing window ** Message: resize ** Message: leaving plugin_set_window ** Message: plugin_new_stream ** Message: plugin_new_stream type: video/quicktime url: http://images.apple.com/movies/wb/blood_diamond/blooddiamond_trailer_poster.mov ** Message: totem_pl_parser_can_parse_from_data couldn't get mimetype ** Message: Launching: /usr/libexec/totem-mozilla-viewer --xid 41945262 --width 288 --height 195 --url http://images.apple.com/movies/wb/blood_diamond/blooddiamond_trailer_poster.mov --mimetype video/quicktime --nocontrols fd://0 ** Message: player PID: 17041 ** Message: waiting for signal org.totem_17041.MozillaPluginService ** Message: Received notification for ':1.40' old-owner '' new-owner ':1.40' ** Message: Received notification for ':1.40' old-owner '' new-owner ':1.40' ** Message: Received notification for 'org.totem_17041.MozillaPluginService' old-owner '' new-owner ':1.40' ** Message: Received notification for 'org.totem_17041.MozillaPluginService' old-owner '' new-owner ':1.40' ** Message: Done forking, new proxy=0x8b81ec8 ** Message: plugin_stream_as_file: /home/filip/.gnome2/epiphany/mozilla/epiphany/Cache/89B1D629d01 ** Message: Setting the current path to /home/filip/.gnome2/epiphany/mozilla/epiphany/Cache/89B1D629d01 ** Message: plugin_stream_as_file done ** Message: plugin_destroy_stream, reason: 0 ** Message: totem_embedded_open 'file:///home/filip/.gnome2/epiphany/mozilla/epiphany/Cache/89B1D629d01' ** Message: don't know how to handle video/x-rle, layout=(string)quicktime, depth=(int)32, width=(int)32, height=(int)2, framerate=(fraction)200/1669 ** Message: error: Du har inte en avkodare installerad för att hantera denna fil. Du kanske behöver installera de nödvändiga insticksmodulerna. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information: Ubuntu Edgy Eft and Totem-CVS(Gstreamer)
Doesn't work in either 2.16 or HEAD for me.
It's the height=2 (which is smaller than the minimum height of 16 specified by the ffdec_qtrle element caps) which makes it not work.
*** Bug 541157 has been marked as a duplicate of this bug. ***
avdec_qtrle no longer has height restrictions in pad template caps.