Is it possible to use same plugin, in pipeline for two times.
if possible what are the things should be taken care for writting that plugin. Thanks Nagaraju K |
It depends on what kind of plugin you are going to write.
On Thu, Jul 30, 2009 at 9:11 PM, raju03e <[hidden email]> wrote:
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by raju03e
On Thu, Jul 30, 2009 at 8:41 AM, raju03e<[hidden email]> wrote:
> > Is it possible to use same plugin, in pipeline for two times. > if possible what are the things should be taken care for writting that > plugin. A plugin can contain a number of different elements - using multiple elements from the same plugin is fine. You can also use multiple instances of the same element in a pipeline with no trouble. What you CANNOT do is use the same instance of an element in two different places in a pipeline. It's unclear which of the above things you were asking about - but the only thing you need to take care of is that your elements may not use global shared state; that's a basic gstreamer rule for all code. Mike ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |