[gst-devel] Ghost Request Pads?

Edward Hervey bilboed at gmail.com
Wed Mar 28 12:57:57 CEST 2007


Hi,

  You can do just as you would do with a standard GstElement. In you
"request_new_pad" override, you will request a new pad from the tee
with the same arguments, and if you get one, you can ghost the new pad
from tee and return the newly created ghostpad.

  Don't forget that a GstBin IS a GstElement, therefore you can use
all the GstElement API with GstBins.

   Edward

On 3/27/07, Itay Kirshenbaum <ikirsh at gmail.com> wrote:
> Hi,
>
> Is it possible to create ghost request pads?
> That is, to have a GstBin with a Tee at its end, and have the tee's dynamic
> source pads be used as the bins dynamic source pads?
>
> Or maybe without using ghost pads, is there any way to create a bin with
> request pads?
>
> Thanks,
> Itay.
>
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
>


-- 
Edward Hervey
Multimedia editing developer / Fluendo S.A.
http://www.pitivi.org/




More information about the gstreamer-devel mailing list