[Bug 709507] deinterlace segfault with tomsmocomp

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Oct 6 15:39:00 CEST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=709507
  GStreamer | gst-plugins-good | 1.2.0

--- Comment #1 from Christoph Reiter <reiter.christoph at gmail.com> 2013-10-06 13:38:57 UTC ---
The problem seems to be the video format:

"/GstPipeline:pipeline0/GstDecodeBin:decodebin0/avdec_h264:avdec_h264-0.GstPad:src:
caps = video/x-raw, format=(string)I420, width=(int)720, height=(int)576,
pixel-aspect-ratio=(fraction)1/1, interlace-mode=(string)progressive,
colorimetry=(string)bt601, framerate=(fraction)25000/1007"

changing the pipeline to the following makes it work:

gst-launch-1.0 filesrc location=4.mp4 ! decodebin ! videoconvert !
video/x-raw,format=YUY2 ! deinterlace mode=interlaced method=tomsmocomp !
autovideosink

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