[Bug 712809] d3dvideosink shows corrupted output with some videos
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Feb 20 00:28:40 PST 2014
https://bugzilla.gnome.org/show_bug.cgi?id=712809
GStreamer | gst-plugins-bad | git
flacone changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |flacone at gmx.de
--- Comment #3 from flacone at gmx.de 2014-02-20 08:49:11 UTC ---
I discovered that every video in I420 colorspace is displayed corrupted if the
width is larger than 512.
With UYVY, YUY2, NV12, BGRx, BGRA, RGB16, RGB15 videos it does however work. On
the other hand those video formats do not work as well: YV12.
That is quiet relevant since common decoders (such as avdec_h264 or vp8dec) do
negotiate in I420 format be default.
Does work:
gst-launch-1.0 videotestsrc ! video/x-raw, format=I420, width=512 !
d3dvideosink
gst-launch-1.0 videotestsrc ! video/x-raw, format=UYVY, width=513 !
d3dvideosink
Does NOT work:
gst-launch-1.0 videotestsrc ! video/x-raw, format=I420, width=513 !
d3dvideosink
I have 314.22 NNVIDIA driver on GeForce GTX 580. (Direct3D API version 11)
--
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