Hi,
I need to write a source element having multiple src_%d pads, is there a base source class able to handle such element (GstPushSrc and GstBaseSrc don't seem to fit....) ? Or any such element already implementing similar behavior ? This element will be in charge of reading data from multiples file descriptors (udp sockets) and push data to the pad associated to the file descriptor. All fds are managed using epoll(). Regards. ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi, gstreamer-devel:
AFAIK, there is no "base src" element with multiple src pads. You should implement it yourself by inherit from GstElement or GstBin. Eric Zhang
2008/12/16 SP GLE <[hidden email]> Hi, ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Thanks for your answer. I'm going to switch to base class GstElement, as i want to avoid multiple elemnts to reduce overhead. Regards. --- En date de : Mer 17.12.08, Eric Zhang <[hidden email]> a écrit : > De: Eric Zhang <[hidden email]> > Objet: Re: [gst-devel] BaseSrc class with multiple src > À: "Discussion of the development of GStreamer" <[hidden email]> > Date: Mercredi 17 Décembre 2008, 3h30 > Hi, gstreamer-devel: > > AFAIK, there is no "base src" element with > multiple src pads. You should > implement it yourself by inherit from GstElement or GstBin. > > Eric Zhang > > 2008/12/16 SP GLE <[hidden email]> > > > Hi, > > I need to write a source element having multiple > src_%d pads, is there a > > base source class able to handle such element > (GstPushSrc and GstBaseSrc > > don't seem to fit....) ? Or any such element > already implementing similar > > behavior ? > > > > This element will be in charge of reading data from > multiples file > > descriptors (udp sockets) and push data to the pad > associated to the file > > descriptor. All fds are managed using epoll(). > > > > Regards. > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > SF.Net email is Sponsored by MIX09, March 18-20, 2009 > in Las Vegas, Nevada. > > The future of the web can't happen without you. > Join us at MIX09 to help > > pave the way to the Next Web now. Learn more and > register at > > > > > http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ > > _______________________________________________ > > gstreamer-devel mailing list > > [hidden email] > > > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > > > ------------------------------------------------------------------------------ > SF.Net email is Sponsored by MIX09, March 18-20, 2009 in > Las Vegas, Nevada. > The future of the web can't happen without you. Join > us at MIX09 to help > pave the way to the Next Web now. Learn more and register > at > http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/_______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |