mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-22 09:00:59 +00:00
8 lines
No EOL
166 B
Batchfile
8 lines
No EOL
166 B
Batchfile
@echo off
|
|
set MYDIR=%~dp0
|
|
setlocal
|
|
set PATH=%MYDIR%bin;%PATH%
|
|
echo %PATH%
|
|
set GST_PLUGIN_PATH=%MYDIR%\lib\gstreamer-1.0
|
|
echo %GST_PLUGIN_PATH%
|
|
gst-pipeline-studio.exe |