mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-04 15:19:57 +00:00
doc/capsfilter: Document filtering modes
This is documentation for the HTML documentation.
This commit is contained in:
parent
25fa87a9e4
commit
1177291e1e
1 changed files with 7 additions and 0 deletions
|
@ -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…
Reference in a new issue