[Bug 759993] New: d3dvideosink: Crash with decodebin

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Dec 30 00:37:12 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=759993

            Bug ID: 759993
           Summary: d3dvideosink: Crash with decodebin
    Classification: Platform
           Product: GStreamer
           Version: 1.6.1
                OS: Windows
            Status: NEW
          Severity: critical
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: anjing20090923 at 163.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

I use d3dvideosink to display video on window 7 64bit.
First, I use gstreamer to record a mp4 file with x264enc, my pipeline is here:
"gst-launch-1.0 videotestsrc num-buffers ! video/x-raw, width=1920,
height=1080, framerate=30/1 ! queue ! x264enc ! mp4mux ! filesink
location=test.mp4". 
After this, i get a mp4 video file and i want to use gstreamer to play it. So, 
i get a pipeline like this :
"gst-launch-1.0 filesrc location=test.mp4 ! decodebin ! videoconvert ! queue !
d3dvideosink".

When i do this pipeline, I get a error: "Segment Fault"! When i record a mp4
file with 1280x720, this pipeline can work well.

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