From 86528298fa2abfe825d6763b806095972e8bd8f4 Mon Sep 17 00:00:00 2001 From: Bert Vermeulen Date: Sun, 15 Jan 2012 23:20:39 +0100 Subject: srd: PDs now get a logic feed with sample numbers, not time/duration --- type_decoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'type_decoder.c') diff --git a/type_decoder.c b/type_decoder.c index 34b414e..e1e6796 100644 --- a/type_decoder.c +++ b/type_decoder.c @@ -177,7 +177,7 @@ static PyObject *Decoder_add(PyObject *self, PyObject *args) static PyMethodDef Decoder_methods[] = { {"put", Decoder_put, METH_VARARGS, - "Accepts a dictionary with the following keys: time, duration, data"}, + "Accepts a dictionary with the following keys: startsample, endsample, data"}, {"add", Decoder_add, METH_VARARGS, "Create a new output stream"}, {NULL, NULL, 0, NULL} }; -- cgit v1.2.3-70-g09d2