Skip to content

Commit

Permalink
fix: repair DISPLAY was forced to assign a value of :0
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeChenL committed Jul 23, 2024
1 parent 5894986 commit 4013579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usr/lib/rsetup/cli/test/mpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mpp_enable_logging() {
export mpp_log_level=6
export GST_DEBUG="2,*mpp*:4,*fps*:7"
export LIBV4L_RKMPP_LOG_LEVEL=6
export DISPLAY=":0"
export DISPLAY="${DISPLAY:-':0'}"
}

mpp_play() {
Expand Down

0 comments on commit 4013579

Please sign in to comment.