mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-27 04:50:59 +00:00
FS-11425 update vpx test code to suuport verbose logging
This commit is contained in:
parent
921bc97ed7
commit
17ec25d635
@ -11,10 +11,15 @@ FST_CORE_BEGIN("./conf")
|
|||||||
{
|
{
|
||||||
FST_SETUP_BEGIN()
|
FST_SETUP_BEGIN()
|
||||||
{
|
{
|
||||||
|
switch_stream_handle_t stream = { 0 };
|
||||||
|
SWITCH_STANDARD_STREAM(stream);
|
||||||
|
|
||||||
|
switch_api_execute("vpx", "debug on", NULL, &stream);
|
||||||
|
switch_safe_free(stream.data);
|
||||||
}
|
}
|
||||||
FST_SETUP_END()
|
FST_SETUP_END()
|
||||||
|
|
||||||
FST_TEST_BEGIN(avcodec_test)
|
FST_TEST_BEGIN(vp8_test)
|
||||||
{
|
{
|
||||||
switch_status_t status;
|
switch_status_t status;
|
||||||
switch_codec_t codec = { 0 };
|
switch_codec_t codec = { 0 };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user