diff options
Diffstat (limited to 'gst/playondemand')
-rw-r--r-- | gst/playondemand/gstplayondemand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/playondemand/gstplayondemand.c b/gst/playondemand/gstplayondemand.c index 9d2ebff3..2f7ebb08 100644 --- a/gst/playondemand/gstplayondemand.c +++ b/gst/playondemand/gstplayondemand.c @@ -19,7 +19,7 @@ #include <string.h> #include <gst/gst.h> -#include <libs/audio/gstaudio.h> +#include <gst/audio/audio.h> #include "gstplayondemand.h" |