mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-25 10:30:59 +00:00
8 lines
162 B
Batchfile
8 lines
162 B
Batchfile
|
@echo off
|
||
|
set MYDIR=%~dp0
|
||
|
setlocal
|
||
|
set PATH=%MYDIR%bin;%PATH%
|
||
|
echo %PATH%
|
||
|
set GST_PLUGIN_PATH=%MYDIR%/gstreamer-1.0
|
||
|
echo %GST_PLUGIN_PATH%
|
||
|
gst_pipeline_studio.exe
|