summaryrefslogtreecommitdiffstats
path: root/gst/playondemand/gstplayondemand.h
diff options
context:
space:
mode:
authorLeif Johnson <leif@ambient.2y.net>2003-06-16 22:20:52 +0000
committerLeif Johnson <leif@ambient.2y.net>2003-06-16 22:20:52 +0000
commit7e761258c178514e8126f604f237667229c3779a (patch)
tree95b19be5b40c448d28bb49ecbaadec47577f8970 /gst/playondemand/gstplayondemand.h
parentbea8637738b4b608d61f624465ca155522fe583d (diff)
downloadgst-plugins-bad-7e761258c178514e8126f604f237667229c3779a.tar.gz
gst-plugins-bad-7e761258c178514e8126f604f237667229c3779a.tar.bz2
gst-plugins-bad-7e761258c178514e8126f604f237667229c3779a.zip
+ simplifying the filter's structure, but it's still not working perfectly + starting to wonder if/how midi integrati...
Original commit message from CVS: + simplifying the filter's structure, but it's still not working perfectly + starting to wonder if/how midi integration is possible ...
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;