[Bug 723364] deinterlace: add RGB16 and BRG16 support

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Feb 4 05:37:15 PST 2014


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

--- Comment #2 from Julien Isorce <julien.isorce at gmail.com> 2014-02-04 13:37:11 UTC ---
(In reply to comment #1)
> (From update of attachment 267726 [details])
> Yes, you need to add special RGB16/BGR16 processing functions.
> 
> Also RGB16... really?! :)

And even implementing them it would be very slow on RPI :)

Would it be possible that deinterlace just always work in passthrough when it
does not know how to deinterlace ? Because it fails right now if input is RGB16
(interleaved or even if progressive):

gst-launch-1.0 videotestsrc ! "video/x-raw, format=RGB16,
interlace-mode=progressive"  !  deinterlace mode = 2 ! fakesink


ERROR:gstdeinterlace.c:426:gst_deinterlace_set_method: assertion failed:
(method_type != G_TYPE_INVALID)
Aborted

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