diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/pulse/pulsesink.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/pulse/pulsesink.c b/ext/pulse/pulsesink.c index bb0c7503..e2bc57da 100644 --- a/ext/pulse/pulsesink.c +++ b/ext/pulse/pulsesink.c @@ -929,11 +929,10 @@ gst_pulseringbuffer_commit (GstRingBuffer * buf, guint64 * sample, GstPulseSink *psink; GstPulseRingBuffer *pbuf; guint result; - guint bps; guint8 *data_end; gboolean reverse; gint *toprocess; - gint inr, outr; + gint inr, outr, bps; gint64 offset; guint bufsize; |