[Bug 712809] New: d3dvideosink shows corrupted output with some videos

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Nov 21 05:37:29 PST 2013


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

           Summary: d3dvideosink shows corrupted output with some videos
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: lubosz at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=260431)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=260431)
Screenshot of the corrupted image

The D3D video sink shows a corrupted image with some media types.
The files are always played this way, so it's not a race condition.
Codec and container does not seem to matter. Happens to WebM and QuickTime
containers. Most files don't work.
JPEG never works, PNG always works.
Tested with gst-play.

Media files:
http://ftp.nluug.nl/ftp/graphics/blender/apricot/trailer/sintel_trailer-480p.ogv
http://video.blendertestbuilds.de/download.blender.org/peach/trailer_400p.ogg

Works:

$ ./gst-launch-1.0.exe videotestsrc ! d3dvideosink

$ ./gst-play-1.0.exe sintel_trailer-480p.ogv

$ ./gst-discoverer-1.0.exe sintel_trailer-480p.ogv

Topology:
  container: Ogg
    audio: Vorbis
    video: Theora

Properties:
  Duration: 0:00:52.250000000
  Seekable: yes
  Tags:
      title: Sintel Trailer
      artist: Durian Open Movie Team
      copyright: (c) copyright Blender Foundation | durian.blender.org
      license: Creative Commons Attribution 3.0 license
      application name: ffmpeg2theora-0.24
      encoder: Xiph.Org libtheora 1.1 20090822 (Thusnelda)
      video codec: Theora
      encoder version: 3
      container format: Ogg
      audio codec: Vorbis
      nominal bitrate: 80000
      bitrate: 80000


Does not work:

$ ./gst-play-1.0.exe trailer_400p.ogg

$ ./gst-discoverer-1.0.exe trailer_400p.ogg

Topology:
  container: Ogg
    audio: Vorbis
    video: Theora

Properties:
  Duration: 0:00:32.996875000
  Seekable: yes
  Tags:
      application name: ffmpeg2theora 0.19
      encoder: Xiph.Org libTheora I 20060526 3 2 0
      video codec: Theora
      encoder version: 3
      container format: Ogg
      audio codec: Vorbis
      nominal bitrate: 80000
      bitrate: 80000

-- 
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