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).

AMFTraceWriter can be Registered/Unregistered/Enabled/Disabled and configured 
to output particular level of trace output.

If we use multiple LibavWriter objects in one process, we will have duplication 
of output in avlib log.
To prevent this scenario we should use one constant writer_id .

Patch ok to me. Thank you

lu

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to