Re: [FFmpeg-devel] [PATCH 3/5] lavfi: deprecate avfilter_link_set_closed().

2015-12-22 Thread Nicolas George
Le tridi 13 frimaire, an CCXXIV, Nicolas George a écrit : > Will push the series soon if nobody objects and start working on the next > step. > > Thanks everybody for the reviews. Series pushed. Thanks again. Regards, -- Nicolas George signature.asc Description: Digital signature

Re: [FFmpeg-devel] [PATCH 3/5] lavfi: deprecate avfilter_link_set_closed().

2015-12-03 Thread Nicolas George
Le duodi 12 frimaire, an CCXXIV, Andreas Cadhalpun a écrit : > It would be nice to mention this deprecation in APIchanges. > Other than that, this deprecation should be fine, as there seem to be no users > of this function. Added this: 2015-XX-XX - xxx - lavfi 6.19.101 - avfilter.h

Re: [FFmpeg-devel] [PATCH 3/5] lavfi: deprecate avfilter_link_set_closed().

2015-12-02 Thread Andreas Cadhalpun
On 29.11.2015 17:21, Nicolas George wrote: > Applications are not supposed to mess with links, > they should close the sinks. > Furthermore, this function does not distinguish what end > of the link caused the close and does not have a timestamp. > > Signed-off-by: Nicolas George

Re: [FFmpeg-devel] [PATCH 3/5] lavfi: deprecate avfilter_link_set_closed().

2015-11-30 Thread Michael Niedermayer
On Sun, Nov 29, 2015 at 05:21:50PM +0100, Nicolas George wrote: > Applications are not supposed to mess with links, > they should close the sinks. > Furthermore, this function does not distinguish what end > of the link caused the close and does not have a timestamp. > > Signed-off-by: Nicolas

[FFmpeg-devel] [PATCH 3/5] lavfi: deprecate avfilter_link_set_closed().

2015-11-29 Thread Nicolas George
Applications are not supposed to mess with links, they should close the sinks. Furthermore, this function does not distinguish what end of the link caused the close and does not have a timestamp. Signed-off-by: Nicolas George --- libavfilter/avfilter.h | 3 +++ 1 file changed,