From b2d148685a2f73524c422beb2ab8d120165f19f5 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 17 Jan 2003 05:27:12 +0000 Subject: Update for new API Original commit message from CVS: Update for new API --- ext/swfdec/gstswfdec.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ext/swfdec/gstswfdec.h') diff --git a/ext/swfdec/gstswfdec.h b/ext/swfdec/gstswfdec.h index fe059389..38f58e88 100644 --- a/ext/swfdec/gstswfdec.h +++ b/ext/swfdec/gstswfdec.h @@ -24,7 +24,7 @@ #include #include -#include +#include #ifdef __cplusplus extern "C" { @@ -54,12 +54,13 @@ struct _GstSwfdec { GstPad *audiopad; GstBufferPool *pool; - swf_state_t *state; + SwfdecDecoder *state; gboolean closed; /* the timestamp of the next frame */ gboolean first; + double rate; gint64 timestamp; gint64 interval; gdouble frame_rate; -- cgit v1.2.1