summaryrefslogtreecommitdiffstats
path: root/sys/oss/gstosssink.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-05-26 21:59:22 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-05-26 21:59:22 +0000
commit91a716f915e94b43ea4cb88a81b1308906940d45 (patch)
tree374291fcb2ff64c8d6fe5e716172ac04cd57434f /sys/oss/gstosssink.h
parente9ddec5f6863d23b99adef4912f23776075b0a05 (diff)
- Changed plugins for new APIs
Original commit message from CVS: - Changed plugins for new APIs - modularized audiofile. - added seeking, query and convert functions for mad, mpeg2dec, avidemux, mpegdemux, mpegparse - sync updates to oss. removed the ossclock for now
Diffstat (limited to 'sys/oss/gstosssink.h')
-rw-r--r--sys/oss/gstosssink.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/oss/gstosssink.h b/sys/oss/gstosssink.h
index 1a600eb3..84f3bd17 100644
--- a/sys/oss/gstosssink.h
+++ b/sys/oss/gstosssink.h
@@ -63,6 +63,7 @@ struct _GstOssSink {
GstClock *provided_clock;
GstClock *clock;
+ gboolean resync;
/* device */
gchar *device;
@@ -77,9 +78,6 @@ struct _GstOssSink {
gboolean mute;
guint bufsize;
guint bps;
- gboolean have_offset;
- guint64 offset;
- guint64 handled;
guint64 fragment_time;
};