[Bug 722291] New: deinterlace: No longer automatically deinterlace

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jan 15 12:06:54 PST 2014


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

           Summary: deinterlace: No longer automatically deinterlace
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: nicolas.dufresne at collabora.co.uk
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


While testing on git master vs 1.2.2, I found that deinterlace does not do it's
job properly anymore, without forcing it:

Auto:
gst-launch-1.0 -v filesrc location=some.ts ! tsdemux ! mpegvideoparse !
mpeg2dec ! queue ! deinterlace mode=0 ! imagefreeze ! xvimagesink
http://people.collabora.com/~nicolas/DeinterlaceAuto.png

Forced:
gst-launch-1.0 -v filesrc location=some.ts ! tsdemux ! mpegvideoparse !
mpeg2dec ! queue ! deinterlace mode=0 ! imagefreeze ! xvimagesink
http://people.collabora.com/~nicolas/DeinterlaceForced.png

On 1.2.2, auto case is properly deinterlace. I initially though it was related
to the new passthrough code, but reverting it didn't solve the issue. This may
need bisecting.

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