diff options
Diffstat (limited to 'gst/mixmatrix')
-rw-r--r-- | gst/mixmatrix/mixmatrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/mixmatrix/mixmatrix.c b/gst/mixmatrix/mixmatrix.c index 7b03c83f..d17c8b53 100644 --- a/gst/mixmatrix/mixmatrix.c +++ b/gst/mixmatrix/mixmatrix.c @@ -22,7 +22,7 @@ #endif #include <config.h> #include <gst/gst.h> -#include <gst/bytestream.h> +#include <gst/bytestream/bytestream.h> #include <gst/audio/audio.h> #include <string.h> |