Plugin utilisation

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Plugin utilisation

raju03e
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
Reply | Threaded
Open this post in threaded view
|

Re: Plugin utilisation

sumit kumar-11
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:

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
--
View this message in context: http://www.nabble.com/Plugin-utilisation-tp24741040p24741040.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


------------------------------------------------------------------------------
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


------------------------------------------------------------------------------
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
Reply | Threaded
Open this post in threaded view
|

Re: Plugin utilisation

michael smith-6-3
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