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 685305 - xvimagesink: green line at bottom/right of the video
xvimagesink: green line at bottom/right of the video
Status: RESOLVED NOTGNOME
Product: GStreamer
Classification: Platform
Component: dont know
1.x
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-10-02 15:19 UTC by Xavier Claessens
Modified: 2012-12-12 22:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Xavier Claessens 2012-10-02 15:19:11 UTC
There is a green line at bottom of the image when doing:
gst-launch-1.0 playbin uri=http://mirrorblender.top-ix.org/movies/sintel-1280-surround.mp4

But not when doing:

gst-launch-0.10 playbin2 uri=http://mirrorblender.top-ix.org/movies/sintel-1280-surround.mp4

or

gst-launch-1.0 playbin uri=http://mirrorblender.top-ix.org/movies/sintel-1280-surround.mp4 video-sink=ximagesink
Comment 1 Xavier Claessens 2012-10-02 15:23:10 UTC
Oops, bottom and right sides, not left.
Comment 2 Tim-Philipp Müller 2012-10-02 15:25:07 UTC
Could you provide a GST_DEBUG=*:6 debug log? (Control-C after a couple of secs once the window comes up)

 $ GST_DEBUG=*:6 gst-launch-1.0 ..... 2>dbg.log
 Control-C
 $ gzip dbg.log
Comment 3 Xavier Claessens 2012-10-02 15:29:28 UTC
here it is: http://people.collabora.com/~xclaesse/tmp/dbg.log.gz
Comment 4 Sebastian Dröge (slomo) 2012-10-09 14:00:51 UTC
I can reproduce it
Comment 5 Stirling Westrup 2012-12-03 18:55:45 UTC
I've also been having this issue.
Comment 6 Sebastian Dröge (slomo) 2012-12-12 11:19:23 UTC
Seems like a driver/hardware bug, forwarded here: https://bugs.freedesktop.org/show_bug.cgi?id=58185

Is everybody else here using the intel driver too?
Comment 7 Xavier Claessens 2012-12-12 11:32:12 UTC
intel driver here.
Comment 8 Tim-Philipp Müller 2012-12-12 11:54:01 UTC
Nouveau here (but I couldn't reproduce it)
Comment 9 Stirling Westrup 2012-12-12 22:53:49 UTC
Yes, I'm also using the Intel i915 driver.