mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-22 09:00:59 +00:00
8 lines
No EOL
162 B
Batchfile
8 lines
No EOL
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 |