<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">
<DIV>Hello,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I’m using gStreamer-Sharp (c#) and trying to add another sink pad to a tee 
component.&nbsp;&nbsp; The first thing I notice is that the AddPad method on 
Element is protected, so I can’t add one directly.&nbsp;&nbsp; If I want to add 
another sink off the tee to link a different pipeline to it, how do I do 
it?&nbsp; I’ve got it all working on the command line, i.e.:</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>gst-launch udpsrc port=5000 caps="application/x-rtp, media=(string)video, 
clock-rate=(int)90000, encoding-name=(string)MP4V-ES, 
profile-level-id=(string)1, 
config=(string)000001b001000001b58913000001000000012000c48d8800f50a041e1463000001b24c61766335322e39332e30, 
payload=(int)96, ssrc=(uint)1147061207, clock-base=(uint)874876985, 
seqnum-base=(uint)25011"! rtpmp4vdepay ! ffdec_mpeg4 ! videorate ! 
ffmpegcolorspace ! tee name="Splitter" ! queue ! directdrawsink Splitter. ! 
queue ! videorate ! video/x-raw-rgb,framerate=1/1 ! ffmpegcolorspace ! pngenc 
snapshot=true ! multifilesink location="frame%05d.png"</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>In c# I’ve build and run everything up to the tee, and off down to 
directdrawsink (which links to the default sink on the tee).&nbsp; Now I need to 
add everything down to the multifilesink, from a different sink on the 
tee.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks for any help you can give me,</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Robin</DIV></DIV></DIV></BODY></HTML>