[Bug 748858] New: extend an input format of "cvequalizehist" from gray to color.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun May 3 17:23:08 PDT 2015


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

            Bug ID: 748858
           Summary: extend an input format of "cvequalizehist" from gray
                    to color.
    Classification: Platform
           Product: GStreamer
           Version: 1.x
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: ji0130.jung at samsung.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 302826
  --> https://bugzilla.gnome.org/attachment.cgi?id=302826&action=edit
patch for extending an input format

The original "cvequalizehist" element only accepts a grayscale image as an
input.
However, the most images users want to handle are colored images.
I extended its input format from grayscale to colored.
Please find the attached patch.

This patch was modified from d4703fa8806cf7d9cc778fb43370daebb37e70cd,
and you can check it using the following command.

gst-launch-1.0 videotestsrc pattern=13 ! tee name=t t. ! queue ! videoconvert !
xvimagesink t. ! queue ! cvequalizehist ! videoconvert ! xvimagesink

Thank you.

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