summaryrefslogtreecommitdiffstats
path: root/gst/flx/gstflxdec.h
diff options
context:
space:
mode:
authorZeeshan Ali <zeenix@gmail.com>2005-10-16 21:19:44 +0000
committerZeeshan Ali <zeenix@gmail.com>2005-10-16 21:19:44 +0000
commite509e3980d32855eedcd153d4d1c8f4044b35661 (patch)
tree1d780b0e6013ff6ab414fc5d805d66fa99011c22 /gst/flx/gstflxdec.h
parent3650ac0c24a0667b633a144912aade79b581b4fc (diff)
flx plugin ported to 0.9
Original commit message from CVS: flx plugin ported to 0.9
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;