summaryrefslogtreecommitdiffstats
path: root/ext/esd/esdsink.h
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-07-04 07:32:19 +0000
committerDavid Schleef <ds@schleef.org>2003-07-04 07:32:19 +0000
commit7a95d860f1eba380ef58c32a1d6ebdd57b66db01 (patch)
treed787ba2a35b88aa967d403982b1d957cba596d17 /ext/esd/esdsink.h
parent0bad514d94109e9902f6df7b59f6be8a1e5bf4cf (diff)
Fix longstanding bug with esdsink seeking. esdsink still needs a clock, though.
Original commit message from CVS: Fix longstanding bug with esdsink seeking. esdsink still needs a clock, though.
Diffstat (limited to 'ext/esd/esdsink.h')
-rw-r--r--ext/esd/esdsink.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/esd/esdsink.h b/ext/esd/esdsink.h
index de1564ea..458f3095 100644
--- a/ext/esd/esdsink.h
+++ b/ext/esd/esdsink.h
@@ -44,6 +44,8 @@ struct _GstEsdsink {
GstPad *sinkpad;
+ GstClock *clock;
+
gboolean mute;
int fd;
gint format;