mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
doc: Add a minimal GstVideoMultiviewFlagsSet documentation
This commit is contained in:
parent
7495006efa
commit
c2610d7f41
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@
|
|||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
/**
|
||||
* GstVideoMultiviewFlagsSet:
|
||||
*
|
||||
* See #GstVideoMultiviewFlags.
|
||||
*/
|
||||
#define GST_TYPE_VIDEO_MULTIVIEW_FLAGSET (gst_video_multiview_flagset_get_type())
|
||||
GST_VIDEO_API
|
||||
GType gst_video_multiview_flagset_get_type (void);
|
||||
|
|
Loading…
Reference in a new issue