mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 16:08:51 +00:00
docs: fix doc blob syntax
This commit is contained in:
parent
2086f5d9a5
commit
04d9490ca9
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ G_BEGIN_DECLS
|
||||||
typedef struct _GstAlpha GstAlpha;
|
typedef struct _GstAlpha GstAlpha;
|
||||||
typedef struct _GstAlphaClass GstAlphaClass;
|
typedef struct _GstAlphaClass GstAlphaClass;
|
||||||
|
|
||||||
/** GstAlphaMethod:
|
/**
|
||||||
|
* GstAlphaMethod:
|
||||||
* @ALPHA_METHOD_SET: Set/adjust alpha channel
|
* @ALPHA_METHOD_SET: Set/adjust alpha channel
|
||||||
* @ALPHA_METHOD_GREEN: Chroma Key green
|
* @ALPHA_METHOD_GREEN: Chroma Key green
|
||||||
* @ALPHA_METHOD_BLUE: Chroma Key blue
|
* @ALPHA_METHOD_BLUE: Chroma Key blue
|
||||||
|
|
Loading…
Reference in a new issue