Ivan,<div><span style="background-color: rgb(255, 255, 255); "><div style="font-family: arial, sans-serif; font-size: 13px; ">Your latest pipeline didn&#39;t make sense to me. So I applied my handy debug wrapper and generated a few pictures of your pipeline. See attached. This helped me make some changes to fix the mux. My example replaces your DV source but you can plug that back in and it should fly. </div>


<div style="font-family: arial, sans-serif; font-size: 13px; "><br clear="all"><b>Mike Mitchell</b><br></div><div style="font-family: arial, sans-serif; font-size: 13px; "><b><br></b></div><div><font face="&#39;courier new&#39;, monospace" size="1"><div style="display: inline !important; ">

<div>#!/bin/bash -x</div><div><br></div><div>export GST_DEBUG_DUMP_DOT_DIR=$PWD/gstdot</div><div>rm $GST_DEBUG_DUMP_DOT_DIR/*.dot $GST_DEBUG_DUMP_DOT_DIR/*.png</div><div><br></div><div># Original first source for min.sink0</div>

<div>#dv1394src ! decodebin ! ffvideoscale ! video/x-raw-yuv,width=320, height=240 ! queue ! mix.sink_0 \</div><div><br></div><div>gst-launch -evt  --gst-plugin-spew \</div><div>videotestsrc ! video/x-raw-yuv,width=320, height=240 ! queue ! mix.sink_0 \</div>

<div>videotestsrc ! video/x-raw-yuv,width=1024, height=720 ! queue ! mix.sink_1 \</div><div>videomixer name=mix sink_0::zorder=1 sink_0::sync=false sink_1::xpos=0 sink_1::ypos=0 sink_1::alpha=1 sink_1::zorder=0 ! ffmpegcolorspace ! jpegenc ! queue ! avimux0. \</div>

<div>alsasrc device=hw 0 ! audio/x-raw-int,channels=2,rate=44100 ! audioconvert !  faac ! queue ! avimux0. \</div><div>avimux name=avimux0 ! filesink location=conference.avi \</div><div><br></div><div><br></div><div># Debug Code shows result file and graphic of pipeline.</div>

<div>ls -al $GST_DEBUG_DUMP_DOT_DIR</div><div>echo &quot;Press ENTER to continue ...&quot;</div><div>read WAIT</div><div><br></div><div>for f in $GST_DEBUG_DUMP_DOT_DIR/* ;</div><div>do</div><div> dot -T png $f &gt;$f.png;</div>

<div>done</div><div> eog $GST_DEBUG_DUMP_DOT_DIR/*.png</div><div>exit</div><div style="font-family: arial, sans-serif; font-size: 13px; "><br></div></div></font></div></span></div><div>
<br><br><div class="gmail_quote">On Fri, Sep 30, 2011 at 2:27 PM, Ivan Bortolin <span dir="ltr">&lt;<a href="mailto:ivan2212000@yahoo.it" target="_blank">ivan2212000@yahoo.it</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


I try this solution.<br>
<br>
gst-launch -e  dv1394src ! decodebin ! ffvideoscale ! video/x-raw-yuv,<br>
width=320, height=240 ! mix.sink_0 videotestsrc ! video/x-raw-yuv,<br>
width=1024, height=720 ! mix.sink_1 videomixer name=mix sink_0::zorder=1<br>
sink_0::sync=false sink_1::xpos=0 sink_1::ypos=0 sink_1::alpha=1<br>
sink_1::zorder=0 ! ffmpegcolorspace ! jpegenc ! mux. alsasrc device=hw 0 !<br>
audio/x-raw-int,channels=2,rate=44100 ! audioconvert ! queue ! faac mux.<br>
avimux name=mux ! queue ! filesink location=vli.avi<br>
<br>
But after 3 seconds i have this error:<br>
<br>
gstbaseaudiosrc.c(828): gst_base_audio_src_create<br>
(): /GstPipeline:pipeline0/GstAlsaSrc:alsasrc0:<br>
Dropped 12064 samples. This is most likely because downstream can&#39;t keep<br>
up and is consuming samples too slowly.<br>
<br>
What can i do? Thank<br>
<font color="#888888"><br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Pic-in-pic-with-videomixer-but-i-haven-t-audio-tp3859731p3861278.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/Pic-in-pic-with-videomixer-but-i-haven-t-audio-tp3859731p3861278.html</a><br>



Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</font></blockquote></div><br></div>