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 360344 - [ffdec_qtrle] Can't handle video/x-rle with height=2
[ffdec_qtrle] Can't handle video/x-rle with height=2
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other All
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 541157 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-10-07 09:30 UTC by Filip Palm
Modified: 2013-07-17 10:13 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Filip Palm 2006-10-07 09:30:30 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)
Comment 1 Christian Persch 2006-10-07 11:11:39 UTC
Doesn't work in either 2.16 or HEAD for me.
Comment 2 Tim-Philipp Müller 2006-10-07 11:56:26 UTC
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.

Comment 3 Mark Nauwelaerts 2008-07-16 15:58:59 UTC
*** Bug 541157 has been marked as a duplicate of this bug. ***
Comment 4 Edward Hervey 2013-07-17 10:13:50 UTC
avdec_qtrle no longer has height restrictions in pad template caps.