[gstreamer-bugs] [Bug 630026] New: deinterlace: greedyh misses a field

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Sep 18 15:30:52 PDT 2010


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

           Summary: deinterlace: greedyh misses a field
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: ds at schleef.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


gst-launch-0.10 -q \
  videotestsrc num-buffers=20 pattern=ball ! \
  video/x-raw-yuv,framerate=24000/1001,interlaced=false ! \
  interlace pattern=2:3 allow-rff=true ! \
  deinterlace ! \
  ffmpegcolorspace ! \
  pngenc snapshot=false ! \
  multifilesink location=%05d.png

Look at output png files.  00000.png and 00001.png should be nearly identical. 
Output png's should be identical in sets of 2's and 3's, 00000 & 00001, 00002 &
3 & 4, etc.

method=linear gets it right.

Also, there should be 50 png files created, however, there are only 47.

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