summaryrefslogtreecommitdiffstats
path: root/gst/flx/gstflxdec.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/flx/gstflxdec.h')
-rw-r--r--gst/flx/gstflxdec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/flx/gstflxdec.h b/gst/flx/gstflxdec.h
index c7d6f386..edbfce17 100644
--- a/gst/flx/gstflxdec.h
+++ b/gst/flx/gstflxdec.h
@@ -23,7 +23,7 @@
#include <gst/gst.h>
#include "flx_color.h"
-#include <gst/bytestream/bytestream.h>
+#include <gst/base/gstadapter.h>
#ifdef __cplusplus
@@ -47,7 +47,7 @@ struct _GstFlxDec {
gboolean active, new_meta;
GstBuffer *delta, *frame;
- GstByteStream *bs;
+ GstAdapter *adapter;
gulong size;
GstFlxDecState state;
glong frame_time;