pvsrc: implement source selection

Allow pvsrc to select what source to connect to.
This commit is contained in:
Wim Taymans 2015-05-20 12:01:13 +02:00
parent 98861cb940
commit 4a61f988dc
6 changed files with 81 additions and 40 deletions

View file

@ -23,8 +23,8 @@
* <refsect2>
* <title>Example launch line</title>
* |[
* gst-launch -v pulsevideosink ! ximagesink
* ]| Shows pulsevideo output in an X window.
* gst-launch -v videotestsrc ! pulsevideosink
* ]| Sends a test video source to pulsevideo
* </refsect2>
*/