Hi,
In the following commit you added the OutputPin_DeliverNewSegment() function to pin.c. However today it is unused. Is there any plan to use it? Is it still relevant?
commit 0a6f11c88a8da49d80e4e7d8a0236ae4b36926b7 Author: Robert Shearman R.J.Shearman@warwick.ac.uk Date: Thu Sep 25 23:50:06 2003 +0000
- A few cosmetic fixes. - Various bug fixes. - Add some OutputPin helpers. - Add a new type of pin, PullPin.
2009/1/6 Francois Gouget fgouget@free.fr:
In the following commit you added the OutputPin_DeliverNewSegment() function to pin.c. However today it is unused. Is there any plan to use it? Is it still relevant?
Not, it looks like it has been superseded by InputPin_NewSegment. If Maarten agrees, then feel free to send a patch to remove it.
commit 0a6f11c88a8da49d80e4e7d8a0236ae4b36926b7 Author: Robert Shearman R.J.Shearman@warwick.ac.uk Date: Thu Sep 25 23:50:06 2003 +0000
- A few cosmetic fixes. - Various bug fixes. - Add some OutputPin helpers. - Add a new type of pin, PullPin.
Hello Francois,
Rob Shearman schreef:
2009/1/6 Francois Gouget fgouget@free.fr:
In the following commit you added the OutputPin_DeliverNewSegment() function to pin.c. However today it is unused. Is there any plan to use it? Is it still relevant?
Not, it looks like it has been superseded by InputPin_NewSegment. If Maarten agrees, then feel free to send a patch to remove it.
Even my win32 compatible dirac codec is not using it, so feel free to remove it :)
Cheers, Maarten.