mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 06:16:36 +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"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "gstoverlaycomposition.h"
|
||||
|
||||
GST_DEBUG_CATEGORY_STATIC (gst_overlay_composition_debug);
|
||||
|
|
Loading…
Reference in a new issue