[Bug 712809] d3dvideosink shows corrupted output with some videos

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Jun 29 23:27:09 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=712809
  GStreamer | gst-plugins-bad | git

--- Comment #23 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-06-30 06:27:05 UTC ---
Hmm, in that function we only lock the surface to get the pitch. So maybe the
problem is that the pitch is different depending on the flags that are used, or
that a surface that was once locked READONLY can't later be locked with WRITE
support.

The first case seems more likely right now and should be easy to confirm. In
both cases we should probably always lock the surface with the same flags, i.e.
0.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list