gst/base/gstbasetransform.c: Passthrough elements don't need the caps as they don...
[platform/upstream/gstreamer.git] / docs / gst / tmpl / gstfilter.sgml
1 <!-- ##### SECTION Title ##### -->
2 GstFilter
3
4 <!-- ##### SECTION Short_Description ##### -->
5 Take data in and spit data out
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9 Filters take data in and spit data out. They are the main Element in a filter graph.
10 Filters have zero or more inputs and zero or more outputs. Filters are linked
11 together to form filter graphs. A GstFilter is the base class and is not very usefull
12 on its own.
13 </para>
14
15 <!-- ##### SECTION See_Also ##### -->
16 <para>
17
18 </para>
19
20 <!-- ##### SECTION Stability_Level ##### -->
21
22
23 <!-- ##### USER_FUNCTION GstFilterFunc ##### -->
24 <para>
25
26 </para>
27
28 @obj: 
29 @user_data: 
30 @Returns: 
31
32
33 <!-- ##### FUNCTION gst_filter_run ##### -->
34 <para>
35
36 </para>
37
38 @list: 
39 @func: 
40 @first: 
41 @user_data: 
42 @Returns: 
43
44