<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.6.6">
</HEAD>
<BODY>
Le vendredi 27 septembre 2013 à 17:00 +0200, Peter Maersk-Moller a écrit :
<BLOCKQUOTE TYPE=CITE>
    Do you have a link to some text explaining the syntax for placing video feeds into videomixer?
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    gst-inspect videomixer does not reveal any relevant parameters for placing video feeds.<BR>
</BLOCKQUOTE>
<BR>
Looks like documentation for 1.0 is broken, sorry about that.<BR>
<BR>
<A HREF="https://developer.gnome.org/gst-plugins-libs/1.0/gst-plugins-good-plugins-GstVideoMixerPad.html.">https://developer.gnome.org/gst-plugins-libs/1.0/gst-plugins-good-plugins-GstVideoMixerPad.html.</A><BR>
<BR>
Though these pad properties have not changed since 0.10 so you can refer to this:<BR>
<BR>
<A HREF="https://developer.gnome.org/gst-plugins-libs/0.10/GstVideoMixerPad.html">https://developer.gnome.org/gst-plugins-libs/0.10/GstVideoMixerPad.html</A><BR>
<BR>
Within code there is no special syntax. You create few sources, when their sink pad are added, you request a pad from the videomixer and set properties on it using g_object_set(). For gst-launch syntax. I have not found any documentation directly on this, though you'll find many example usage in:<BR>
<BR>
<A HREF="https://developer.gnome.org/gst-plugins-libs/1.0/gst-plugins-good-plugins-videomixer.html">https://developer.gnome.org/gst-plugins-libs/1.0/gst-plugins-good-plugins-videomixer.html</A><BR>
<BR>
And also in the example I have given you.<BR>
<BR>
best regards,<BR>
Nicolas
</BODY>
</HTML>