mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 04:05:34 +00:00
ges: frame-composition-meta: Stop using keyword 'operator' for field in C++
Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3421 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6440>
This commit is contained in:
parent
e0dfb3d974
commit
324c211283
1 changed files with 4 additions and 0 deletions
|
@ -66,7 +66,11 @@ struct _GESFrameCompositionMeta {
|
||||||
gdouble height;
|
gdouble height;
|
||||||
gdouble width;
|
gdouble width;
|
||||||
guint zorder;
|
guint zorder;
|
||||||
|
#ifdef __cplusplus
|
||||||
|
gint _operator;
|
||||||
|
#else
|
||||||
gint operator;
|
gint operator;
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
GES_API
|
GES_API
|
||||||
|
|
Loading…
Reference in a new issue