doc/capsfilter: Document filtering modes
This is documentation for the HTML documentation.
This commit is contained in:
parent
25fa87a9e4
commit
1177291e1e
@ -44,6 +44,13 @@ G_BEGIN_DECLS
|
||||
typedef struct _GstCapsFilter GstCapsFilter;
|
||||
typedef struct _GstCapsFilterClass GstCapsFilterClass;
|
||||
|
||||
/**
|
||||
* GstCapsFilterCapsChangeMode:
|
||||
* @GST_CAPS_FILTER_CAPS_CHANGE_MODE_IMMEDIATE: Only accept the current filter caps
|
||||
* @GST_CAPS_FILTER_CAPS_CHANGE_MODE_DELAYED: Temporarily accept previous filter caps
|
||||
*
|
||||
* Filter caps change behaviour
|
||||
*/
|
||||
typedef enum {
|
||||
GST_CAPS_FILTER_CAPS_CHANGE_MODE_IMMEDIATE,
|
||||
GST_CAPS_FILTER_CAPS_CHANGE_MODE_DELAYED
|
||||
|
Loading…
x
Reference in New Issue
Block a user