GstInterpipe - Simple Examples: Difference between revisions

no edit summary
(Created page with "{{GstInterpipe Page| Developers Guide| Interpipesrc Detailed Description| This page...")
 
No edit summary
Line 1: Line 1:
{{GstInterpipe Page|  
{{GstInterpipe Page|  
[[GstInterpipe - Developers Guide|Developers Guide]]|
[[GstInterpipe - Interpipesrc Detailed Description|Interpipesrc Detailed Description]]|
[[GstInterpipe - Interpipesrc Detailed Description|Interpipesrc Detailed Description]]|
[[GstInterpipe - Advance Examples|Advance Examples]]|


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 usage of gstd is necessary.


__TOC__
__TOC__
Line 9: Line 11:
== CCTV Example (Dynamic Switching) ==
== CCTV Example (Dynamic Switching) ==


<pre>
<syntaxhighlight lang=bash>
#!/bin/bash
#!/bin/bash


Line 66: Line 68:


echo -e "\n ====> CCTV Example Finished!!! \n"
echo -e "\n ====> CCTV Example Finished!!! \n"
</pre>
</syntaxhighlight>


}}
}}
1,433

edits