From 98ffdface2db429656b2f7b8f3cc5a301d498d75 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sun, 3 Feb 2002 20:10:04 +0000 Subject: Assorted fixes. Original commit message from CVS: Assorted fixes. Use the new clocking stuff. --- sys/oss/gstosssink.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sys/oss/gstosssink.h') diff --git a/sys/oss/gstosssink.h b/sys/oss/gstosssink.h index fa42324c..c526cea5 100644 --- a/sys/oss/gstosssink.h +++ b/sys/oss/gstosssink.h @@ -28,6 +28,7 @@ #include #include +#include "gstossclock.h" #ifdef __cplusplus extern "C" { @@ -60,7 +61,7 @@ struct _GstOssSink { GstPad *sinkpad; GstBufferPool *sinkpool; - //GstClockTime clocktime; + GstClock *provided_clock; GstClock *clock; /* device */ @@ -75,6 +76,10 @@ struct _GstOssSink { gint fragment; gboolean mute; guint bufsize; + guint bps; + guint64 offset; + + guint64 fragment_time; }; struct _GstOssSinkClass { -- cgit