Pipeline for three inputs

Josh Doe josh at joshdoe.com
Tue Jul 10 03:57:41 PDT 2012


On Mon, Jul 9, 2012 at 4:04 PM, iron_guitarist1987
<jtrinidadperez at gmail.com> wrote:
>
> I created a plugin that takes in three videos. The pads are static always
> pads. My question is what would be the correct pipeline to run this. For two
> inputs I have:
>
>     gst-launch -v videotestsrc ! multivideos name=s ! ffmpegcolorspace !
> ximagesink videotestsrc ! s.
>
> Would this be good for three inputs?
>
>     gst-launch -v videotestsrc ! multivideos name=s ! ffmpegcolorspace !
> ximagesink videotestsrc videotestsrc! s.

That middle videotestsrc is dangling, not connected to anything, so
add another "! s." after it. Interesting that sink2 and 3 are
connected first, I should check out how pads are chosen when not
specified directly.

-Josh


More information about the gstreamer-devel mailing list