summaryrefslogtreecommitdiffstats
path: root/ext/pulse/pulsesink.h
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-03-20 13:27:59 +0000
committerJan Schmidt <thaytan@noraisin.net>2009-03-20 13:27:59 +0000
commitb39d090a499c114d039aa27ca4329a2cda6b181b (patch)
treea94c7fa826bfed73bddd883b495eaccbdeceadcb /ext/pulse/pulsesink.h
parent120e6bfc5c187eb6482fe13f4f55cf869feee896 (diff)
pulsesink: Track the corked/uncorked state ourselves
Use an instance variable to track whether the stream is corked or not, instead of using PA API that was only introduced in 0.9.11
Diffstat (limited to 'ext/pulse/pulsesink.h')
-rw-r--r--ext/pulse/pulsesink.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pulse/pulsesink.h b/ext/pulse/pulsesink.h
index 70fd8a65..9ec626cd 100644
--- a/ext/pulse/pulsesink.h
+++ b/ext/pulse/pulsesink.h
@@ -68,6 +68,7 @@ struct _GstPulseSink
gboolean operation_success;
gboolean did_reset, in_write;
+ gboolean corked;
gint notify;
};