[Bug 681308] New: videotestsrc: different image with different videoformat

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Aug 6 08:24:50 PDT 2012


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

           Summary: videotestsrc: different image with different
                    videoformat
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: bug-track at fisher-privat.net
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


It is easy to reproduce:
with this pipe i get one image:
gst-launch-1.0 -v videotestsrc ! 'video/x-raw, format=I420' ! videoconvert !
autovideosink


with this two i get other:
gst-launch-1.0 -v videotestsrc  ! autovideosink

gst-launch-1.0 -v videotestsrc ! 'video/x-raw, format=RGB' ! tee name=t !
videoconvert ! 'video/x-raw, format=I420' ! videoconvert ! autovideosink .t !
queue ! videoconvert ! autovideosink

the colors on bottom part of image are different.

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