From 3de129f3ac8dd6cf51178b266837db4d5e4a1215 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Mon, 4 Oct 2010 11:48:43 +0100 Subject: introspect: Include whether a stream is corked in the info callback. --- PROTOCOL | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'PROTOCOL') diff --git a/PROTOCOL b/PROTOCOL index f180b96d..3bd2894f 100644 --- a/PROTOCOL +++ b/PROTOCOL @@ -200,3 +200,10 @@ new flag at end of CREATE_PLAYBACK_STREAM: new flag at end of CREATE_PLAYBACK_STREAM: bool passthrough + +## v19, implemented by >= 0.9.22 + +New proplist field for sink input, source output introspection opcodes and at the end: + + bool corked + -- cgit