diff options
Diffstat (limited to 'gst/flacparse/gstflacparse.c')
-rw-r--r-- | gst/flacparse/gstflacparse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/flacparse/gstflacparse.c b/gst/flacparse/gstflacparse.c index 871082b1..d65ba062 100644 --- a/gst/flacparse/gstflacparse.c +++ b/gst/flacparse/gstflacparse.c @@ -28,8 +28,8 @@ #include <gst/tag/tag.h> #include <gst/audio/audio.h> -#include "gstbitreader.h" -#include "gstbytereader.h" +#include <gst/base/gstbitreader.h> +#include <gst/base/gstbytereader.h> GST_DEBUG_CATEGORY_STATIC (flacparse_debug); #define GST_CAT_DEFAULT flacparse_debug |