Update audio_renderer_gstreamer.c

This commit is contained in:
antimof
2020-05-02 17:18:12 +03:00
committed by GitHub
parent 0c81570b9b
commit 30129b828d

View File

@@ -24,6 +24,7 @@
#include <string.h>
#include <stdbool.h>
#include <unistd.h>
#include <math.h>
#include <gst/app/gstappsrc.h>
struct audio_renderer_s {