summaryrefslogtreecommitdiffstats
path: root/sys/oss/gstosssrc.h
diff options
context:
space:
mode:
authorIain Holmes <iain@prettypeople.org>2002-12-06 01:23:41 +0000
committerIain Holmes <iain@prettypeople.org>2002-12-06 01:23:41 +0000
commit3a96272da6c4f8078db4a4236cc6b6f88d4d39ea (patch)
tree16531be58b575f09b656b2293527ec55f0b0bff2 /sys/oss/gstosssrc.h
parent8f5a50ba45a8711e10c705e950ad4f2e17fb7c03 (diff)
Add an event handler to the GstOssSrc. Handle EOS events.
Original commit message from CVS: Add an event handler to the GstOssSrc. Handle EOS events.
Diffstat (limited to 'sys/oss/gstosssrc.h')
-rw-r--r--sys/oss/gstosssrc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/oss/gstosssrc.h b/sys/oss/gstosssrc.h
index 343190ea..5109c3c4 100644
--- a/sys/oss/gstosssrc.h
+++ b/sys/oss/gstosssrc.h
@@ -70,8 +70,10 @@ struct _GstOssSrc {
gint format;
gint channels;
gint frequency;
+
gboolean need_sync; /* Do the parameters need resynced? */
-
+ gboolean need_eos; /* Do we need to emit an EOS? */
+
/* blocking */
guint64 basetime;
guint64 samples_since_basetime;