mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
Fix warning typos and Gstreamer ci test
This commit is contained in:
parent
b1d167ec22
commit
a85ab85bf8
1 changed files with 1 additions and 1 deletions
|
@ -597,7 +597,7 @@ set_default_svt_configuration (EbSvtAv1EncConfiguration * svt_config)
|
|||
// thread affinity
|
||||
svt_config->logical_processors = PROP_CORES_DEFAULT;
|
||||
svt_config->target_socket = PROP_SOCKET_DEFAULT;
|
||||
svt_config->unpin = 1;
|
||||
svt_config->pin_threads = 0;
|
||||
|
||||
// tile based encoding
|
||||
svt_config->tile_columns = 0;
|
||||
|
|
Loading…
Reference in a new issue