Adding a new plugin: switch.
authorJulien Moutte <julien@moutte.net>
Mon, 8 Dec 2003 20:01:01 +0000 (20:01 +0000)
committerJulien Moutte <julien@moutte.net>
Mon, 8 Dec 2003 20:01:01 +0000 (20:01 +0000)
commit537891db4127e8fe27c1038e6ff088df3d520008
tree9f8515d0075723ccd405146fc9efcdf818cf0efc
parenteb652be7e1a4582ed8dc9e4749eebc3884046cd1
Adding a new plugin: switch.

Original commit message from CVS:
Adding a new plugin: switch.

It takes N input and only has 1 output. You can "switch" the forwarded input through properties ("nb_sources", "active_source") and i will probably add tuner interface support soon.

It should be able to handle any kind of data passing through it.

It is still a work in progress don't consider it usable for production yet.
configure.ac
gst/switch/Makefile.am [new file with mode: 0644]
gst/switch/gstswitch.c [new file with mode: 0644]
gst/switch/gstswitch.h [new file with mode: 0644]