diff options
Diffstat (limited to 'gst/passthrough')
-rw-r--r-- | gst/passthrough/gstpassthrough.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/passthrough/gstpassthrough.c b/gst/passthrough/gstpassthrough.c index dc50e626..0faa878b 100644 --- a/gst/passthrough/gstpassthrough.c +++ b/gst/passthrough/gstpassthrough.c @@ -20,7 +20,7 @@ #include <string.h> #include <gst/gst.h> -#include <libs/audio/gstaudio.h> +#include <gst/audio/audio.h> #include "gstpassthrough.h" |