We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a02c1d6 commit 3e18474Copy full SHA for 3e18474
1 file changed
board/explora/wpeframework.sh
@@ -18,6 +18,10 @@ export NF_GST_AUDIO_PCM_TRANSPORT_UNIT_OVERRIDE=5
18
export NF_GST_AUDIO_PCM_LATENCY_OVERRIDE=170
19
export NF_SW_PLAYBACK_QUEUE_SIZE_OVERRIDE=32
20
export GST_DEBUG=1
21
+export GST_VIDEO_WINDOW_BOX_MODE='y'
22
+export GST_VIRTUAL_DISP_WIDTH=1280
23
+export GST_VIRTUAL_DISP_HEIGHT=720
24
+export GST_ENABLE_SVP='y'
25
26
#FIXME: Temporary solution for TCP receive buffer size
27
sysctl net.core.rmem_max=262144
0 commit comments