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 351096 - green stripes - video not properly displayed
green stripes - video not properly displayed
Status: RESOLVED NOTGNOME
Product: GStreamer
Classification: Platform
Component: dont know
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-08-12 21:09 UTC by xbx
Modified: 2006-08-12 21:24 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description xbx 2006-08-12 21:09:21 UTC
executive summary:
- gstreammer head
- download http://media.rubyonrails.org/video/rails_take2_with_sound.mov
- gst-launch playbin uri=file://rails_take2_with_sound.mov
==> plays with green stripes and deformed.

more details:
- it is a rle encoded quicktime
- I've seen the very same problem with xvid avi files
- other rle encoded quicktime from the same site ( http://www.rubyonrails.org/screencasts ) do play correctly.
- mplayer seems to show the very same symptoms
- all the non working videos seem to have a strange width. (btw the problem looks like a problem with the size, something like a stride wrongly computed.)
- the artefacts occur before the scaling...
- the thumbnails in nautilus are correct.
Comment 1 xbx 2006-08-12 21:24:55 UTC
err...
it seems to be a bug in Xv (and I'd say the ati binary driver).
if I use ximagesink: all goes back to normal.

So I'd say it's not a gstreamer bug...