mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
examples: add missing stdlib.h include in typefind example
This commit is contained in:
parent
8fffa2d790
commit
a70a6d10ff
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
|||
|
||||
#include <gst/gst.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
static void
|
||||
type_found (GstElement * typefind, guint probability, const GstCaps * caps,
|
||||
gpointer user_data)
|
||||
|
|
Loading…
Reference in a new issue