<div dir="ltr"><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div>I would like to wrap a part of my pipeline in a single bin so I can wrap some of the data-probes in an element and we can use it as a single element using gst-launch-1.0.</div><div><br></div><div>What base class should I use ? It's not really a Transformation , more of a Bin.</div><div>So i used GstBin as the base 'class', setup my elements in the init(), connected up the data-probes</div><div>but when I gst-inspect-1.0 the element it doesn't pickup the sink and src pads of the internal pipeline.</div><div><br></div><div>1. Am i heading in the right direction with using GstBin ?</div><div>2. Is there an example of a custom bin that i can look at ?</div><div>3. Do i need to create my own sink and source pads manually and link them to the internal pipeline or can I use the pads from the ends of the internal pipeline directly ?</div><div><br></div><div>thanks,</div><div>tom</div><div><br></div></div></div>