communication b/w 2 pipelines

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

communication b/w 2 pipelines

Sudarshan Bisht

Hi all ,
             How can I establish communication between 2 pipelines . Is there any direct Gstreamer API whic does it or I have to use a common application which first grab the data from first pipeline and then insert the same data to second pipeline using fakesrc/appsrc plugins . 
 
 

--
Regards,

Sudarshan Bisht

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: communication b/w 2 pipelines

Wim Taymans
On Thu, 2008-08-21 at 18:03 +0530, sudarshan bisht wrote:
>
> Hi all ,
>              How can I establish communication between 2 pipelines .
> Is there any direct Gstreamer API whic does it or I have to use a
> common application which first grab the data from first pipeline and
> then insert the same data to second pipeline using
> fakesrc/appsrc plugins .
>  
>  
This example application fires up 2 pipelines, one to decode a wav file
and another one to play sounds. Data is transfered between the two
pipelines using appsrc and appsink.

http://webcvs.freedesktop.org/gstreamer/gst-plugins-bad/examples/app/appsink-src.c?revision=1.2&view=markup

Wim

>
> --
> Regards,
>
> Sudarshan Bisht
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel