[gst-plugins-farsight/master] Document fsselector
Olivier Crête
olivier.crete at collabora.co.uk
Tue Feb 10 11:35:19 PST 2009
---
gst/selector/fsselector.c | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/gst/selector/fsselector.c b/gst/selector/fsselector.c
index 1f1c115..e5135e8 100644
--- a/gst/selector/fsselector.c
+++ b/gst/selector/fsselector.c
@@ -18,6 +18,19 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
+/**
+ * SECTION:element-fsselector:
+ *
+ * The #fsselector element has one sink and one source pad. It will look for
+ * other elements that also have one sink and one source pad.
+ * It will then pick an element that matches the caps on both sides.
+ * If the caps change, it may change the selected element if the current one
+ * no longer matches the caps.
+ *
+ * The list of element it will look into can be specified in the
+ * #FsSelector::factories property, otherwise it will look at all available
+ * elements.
+ */
#include "fsselector.h"
--
1.5.6.5
More information about the farsight-commits
mailing list