<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">
<DIV>Hi,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I’ve setup a pipeline with two bins attached to a tee.&nbsp; The first bin 
is simply for display (queue –&gt; DirectDraw).&nbsp; The second bin has a 
pipeline appropriate for writing a PNG (using pngenc), followed by a 
multifilesink.</DIV>
<DIV>&nbsp;</DIV>
<DIV>My idea was that I could perhaps set some properties on the PNG element, or 
the file sink, to tell it to just capture 1 image, or capture 10 images at 1/25 
(or whatever) and those images would then appear in the given directory.</DIV>
<DIV>&nbsp;</DIV>
<DIV>For the single image case, I set snapshot to true on the pngenc.&nbsp; This 
correctly took one image but it then managed to set the entire pipeline into an 
EOS state.&nbsp; When I’m done, I unlink the pngend bin off the tee of course, 
but when I reattach it to take another snapshot, it doesn’t work (not the 
reattachment, the capture).&nbsp;&nbsp; Debug output shows a whole load of QOS 
(quality of service), obviously because it’s all too slow with debug on (set to 
level 3).&nbsp; I see no errors setting state to Playing though.</DIV>
<DIV>&nbsp;</DIV>
<DIV>All in all I’m a little confused about how to do this.&nbsp; If anyone has 
any advice I would really appreciate it.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Here’s a kind-of overview of my pipeline:</DIV>
<DIV>&nbsp;</DIV>
<DIV>-&gt; (pipeline)</DIV>
<DIV>&nbsp;</DIV>
<DIV>UDPSource,</DIV>
<DIV>Queue,</DIV>
<DIV>RTPDepay,</DIV>
<DIV>Mpeg4Decoder,</DIV>
<DIV>VideoRate,</DIV>
<DIV>Tee</DIV>
<DIV>&nbsp;</DIV>
<DIV>-&gt; (bin 1, off Tee)</DIV>
<DIV>&nbsp;</DIV>
<DIV>Queue,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
</DIV>
<DIV>ColourSpaceConvert,</DIV>
<DIV>DirectDrawSink</DIV>
<DIV>&nbsp;</DIV>
<DIV>-&gt; (bin 2, off Tee)</DIV>
<DIV>&nbsp;</DIV>
<DIV>Queue,</DIV>
<DIV>ColourSpaceConvert,</DIV>
<DIV>VideoRate,</DIV>
<DIV>CapsFilter,</DIV>
<DIV>ColourSpace2,</DIV>
<DIV>PNGEnc,</DIV>
<DIV>MultiFileSink</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Robin</DIV></DIV></DIV></BODY></HTML>