summaryrefslogtreecommitdiffstats
path: root/gst/playondemand/gstplayondemand.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/playondemand/gstplayondemand.h')
-rw-r--r--gst/playondemand/gstplayondemand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/playondemand/gstplayondemand.h b/gst/playondemand/gstplayondemand.h
index b48d6c8a..893d77a2 100644
--- a/gst/playondemand/gstplayondemand.h
+++ b/gst/playondemand/gstplayondemand.h
@@ -63,9 +63,9 @@ struct _GstPlayOnDemand {
gboolean mute;
gfloat buffer_time;
guint max_plays;
- gfloat clock_speed;
+ gfloat tick_rate;
guint total_ticks;
- GSList *tick_list;
+ guint32 *ticks;
/* internal buffer info */
gchar *buffer;