[libav-devel] [PATCH] AMF SDK integration code cleanup: replace writer_id option to LIBAV_AMF_WRITER_ID

2018-03-07 Thread Kravchenko, Alexander
> Also, I'd replace the log message with > > amf: Replace writer_id option with LIBAV_AMF_WRITER_ID constant > > AMFTraceWriter is an abstraction to configure how AMF outputs its logs > for the current process and can be configured to output different levels > of trace output. If

Re: [libav-devel] [PATCH] AMF SDK integration code cleanup: replace writer_id option to LIBAV_AMF_WRITER_ID

2018-03-07 Thread Diego Biurrun
On Thu, Mar 01, 2018 at 09:27:33AM +0100, Diego Biurrun wrote: > On Wed, Feb 28, 2018 at 06:33:05AM +, Kravchenko, Alexander wrote: > > AMFTraceWriter is abstraction to configure how AMF outputs its logs for > > current process, not for component. > > > > Example instances of AMFTraceWriter

Re: [libav-devel] [PATCH] AMF SDK integration code cleanup: replace writer_id option to LIBAV_AMF_WRITER_ID

2018-03-01 Thread Kravchenko, Alexander
> -Original Message- > From: libav-devel [mailto:libav-devel-boun...@libav.org] On Behalf Of Diego > Biurrun > Sent: Thursday, March 1, 2018 3:10 PM > To: libav development <libav-devel@libav.org> > Subject: Re: [libav-devel] [PATCH] AMF SDK integration code clea

Re: [libav-devel] [PATCH] AMF SDK integration code cleanup: replace writer_id option to LIBAV_AMF_WRITER_ID

2018-03-01 Thread Diego Biurrun
On Wed, Feb 28, 2018 at 06:33:05AM +, Kravchenko, Alexander wrote: > If we use multiple LibavWriter objects in one process, we will have > duplication of output in avlib log. What is avlib log? Diego ___ libav-devel mailing list

Re: [libav-devel] [PATCH] AMF SDK integration code cleanup: replace writer_id option to LIBAV_AMF_WRITER_ID

2018-03-01 Thread Diego Biurrun
On Wed, Feb 28, 2018 at 06:33:05AM +, Kravchenko, Alexander wrote: > AMFTraceWriter is abstraction to configure how AMF outputs its logs for > current process, not for component. > > Example instances of AMFTraceWriter can be > * FileWriter > * SocketWriter > * DebugOutputWriter > *

Re: [libav-devel] [PATCH] AMF SDK integration code cleanup: replace writer_id option to LIBAV_AMF_WRITER_ID

2018-02-28 Thread Luca Barbato
On 28/02/2018 07:33, Kravchenko, Alexander wrote: AMFTraceWriter is abstraction to configure how AMF outputs its logs for current process, not for component. Example instances of AMFTraceWriter can be * FileWriter * SocketWriter * DebugOutputWriter * LibavWriter (output using av_log function).

[libav-devel] [PATCH] AMF SDK integration code cleanup: replace writer_id option to LIBAV_AMF_WRITER_ID

2018-02-27 Thread Kravchenko, Alexander
AMFTraceWriter is abstraction to configure how AMF outputs its logs for current process, not for component. Example instances of AMFTraceWriter can be * FileWriter * SocketWriter * DebugOutputWriter * LibavWriter (output using av_log function). AMFTraceWriter can be