mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
videoscale: make local quark vars static
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/802>
This commit is contained in:
parent
1cc18ec186
commit
4f12ce6213
1 changed files with 2 additions and 2 deletions
|
@ -127,8 +127,8 @@ static GstStaticCaps gst_video_scale_format_caps =
|
|||
GST_STATIC_CAPS (GST_VIDEO_CAPS_MAKE (GST_VIDEO_FORMATS) ";"
|
||||
GST_VIDEO_CAPS_MAKE_WITH_FEATURES ("ANY", GST_VIDEO_FORMATS));
|
||||
|
||||
GQuark _size_quark;
|
||||
GQuark _scale_quark;
|
||||
static GQuark _size_quark;
|
||||
static GQuark _scale_quark;
|
||||
|
||||
#define GST_TYPE_VIDEO_SCALE_METHOD (gst_video_scale_method_get_type())
|
||||
static GType
|
||||
|
|
Loading…
Reference in a new issue