Skip to content

Commit

Permalink
videoscale: make local quark vars static
Browse files Browse the repository at this point in the history
  • Loading branch information
tp-m committed Aug 28, 2020
1 parent 1cc18ec commit 4f12ce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gst/videoscale/gstvideoscale.c
Expand Up @@ -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
Expand Down

0 comments on commit 4f12ce6

Please sign in to comment.