2022-11-14 18:55:00 +00:00
|
|
|
@echo off
|
|
|
|
set MYDIR=%~dp0
|
|
|
|
setlocal
|
|
|
|
set PATH=%MYDIR%bin;%PATH%
|
|
|
|
echo %PATH%
|
2023-09-27 15:59:25 +00:00
|
|
|
set GST_PLUGIN_PATH=%MYDIR%\lib\gstreamer-1.0
|
2022-11-14 18:55:00 +00:00
|
|
|
echo %GST_PLUGIN_PATH%
|
2024-01-04 13:32:17 +00:00
|
|
|
gst-pipeline-studio.exe
|