GstInterpipe - Simple Examples: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 5: Line 5:
This page contains simple examples to demonstrate the usage of the interpipesink and interpipesrc elements.
This page contains simple examples to demonstrate the usage of the interpipesink and interpipesrc elements.


The perfect complement for the GstInterpipe is the [[Gstd-1.0|GStreamer Daemon (Gstd-1.0)]].  
GstInterpipe has many features that take place on runtime, so it is no possible to fully test it and demonstrate its capabilities using a quick gst-launch-1.0 prototype pipeline. In this case it will be necessary to develop a quick C or C++ application that integrates the GStreamer framework, but fortunately there is simpler and quicker alternative: [[Gstd-1.0|GStreamer Daemon (Gstd-1.0)]]. The perfect complement for the GstInterpipe is the [[Gstd-1.0|GStreamer Daemon (Gstd-1.0)]]. It gives the possibility to create a set of different independent pipelines, on which you can independently change their state or their element properties.
 
Based on the above explanation, the following samples were developed using the [[Gstd-1.0|GStreamer Daemon (Gstd-1.0)]].  


__TOC__
__TOC__
1,433

edits