[Bug 666725] New: videomixer stops working if more than one sinkpads exist.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Dec 22 09:32:33 PST 2011


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

           Summary: videomixer stops working if more than one sinkpads
                    exist.
    Classification: Platform
           Product: GStreamer
           Version: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: hannesb at gmx.de
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


I wanted to construct a pipeline that displays the output of videomixer and
writes a file. As soon as a second sinkpad is connected to the "tee", it stops
rendering.

This one her works (nearly the same as the example):
gst-launch videotestsrc pattern=1 ! tee name=t1 ! queue ! video/x-raw-rgb,
framerate=\(fraction\)10/1, width=100, height=100 !   videomixer name=mix !
ffmpegcolorspace ! ximagesink   videotestsrc !    video/x-raw-rgb,
framerate=\(fraction\)5/1, width=320, height=240 ! mix.

But as soon as I add "t1. ! queue ! fakesink" to the call above it does not
overlay anymore.
I even can jam it with an additional "fakesrc ! fakesink"

Checked with 0.10.30 as well as with a quite new git.
The same happens if I use videomixer2 instead.

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