[gstreamer-bugs] [Bug 616392] New: videotestsrc colorspec=0/1 does not affect color-matrix in caps

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Apr 21 05:03:12 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=616392
  GStreamer | gst-plugins-base | unspecified

           Summary: videotestsrc colorspec=0/1 does not affect
                    color-matrix in caps
    Classification: Desktop
           Product: GStreamer
           Version: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: ensonic at sonicpulse.de
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


$ gst-launch -vq videotestsrc colorspec=0 ! xvimagesink
/GstPipeline:pipeline0/GstVideoTestSrc:videotestsrc0.GstPad:src: caps =
video/x-raw-yuv, format=(fourcc)YUY2, color-matrix=(string)sdtv,
chroma-site=(string)mpeg2, width=(int)320, height=(int)240,
framerate=(fraction)30/1
...

$ gst-launch -vq videotestsrc colorspec=1 ! xvimagesink
/GstPipeline:pipeline0/GstVideoTestSrc:videotestsrc0.GstPad:src: caps =
video/x-raw-yuv, format=(fourcc)YUY2, color-matrix=(string)sdtv,
chroma-site=(string)mpeg2, width=(int)320, height=(int)240,
framerate=(fraction)30/1
...

imho paint_get_structure() should not set a unfixed list when a specific
colorspec value is specified via gobject prop.

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