mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-05 15:08:48 +00:00
overlaycomposition: Fix implicit use of memset
https://bugzilla.gnome.org/show_bug.cgi?id=797353
This commit is contained in:
parent
0d030d37a4
commit
f780c718e7
1 changed files with 2 additions and 0 deletions
|
@ -121,6 +121,8 @@
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include "gstoverlaycomposition.h"
|
#include "gstoverlaycomposition.h"
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_STATIC (gst_overlay_composition_debug);
|
GST_DEBUG_CATEGORY_STATIC (gst_overlay_composition_debug);
|
||||||
|
|
Loading…
Reference in a new issue