doc/capsfilter: Document filtering modes

This is documentation for the HTML documentation.
This commit is contained in:
Nicolas Dufresne 2015-07-28 16:57:43 -04:00
parent 25fa87a9e4
commit 1177291e1e

View file

@ -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