Skip to content

Commit

Permalink
bin: Set GST_PRESET_PATH in pitivi-git-environment
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaunier committed Nov 7, 2015
1 parent 283120a commit b869dc4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions bin/pitivi-git-environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ else
export GST_VALIDATE_APPS_DIR=$GST_VALIDATE_APPS_DIR:$PITIVI/gst-editing-services/tests/validate/
export GST_VALIDATE_SCENARIOS_PATH=$PITIVI/gst-devtools/validate/data/scenarios/:$GST_VALIDATE_SCENARIOS_PATH
export GST_VALIDATE_PLUGIN_PATH=$GST_VALIDATE_PLUGIN_PATH:$PITIVI/gst-devtools/validate/plugins/
export GST_ENCODING_TARGET_PATH=$GST_VALIDATE_PLUGIN_PATH:$PITIVI/gst-devtools/validate/data/encoding-profiles/

export PKG_CONFIG_PATH="$PITIVI/gstreamer/pkgconfig\
:$PITIVI/gst-plugins-base/pkgconfig\
Expand Down Expand Up @@ -181,6 +182,17 @@ $PITIVI/gstreamer/plugins\
:$PITIVI/gst-editing-services/plugins/ges/\
:${GST_PLUGIN_PATH:+:$GST_PLUGIN_PATH}"

export GST_PRESET_PATH="\
$PITIVI/gst-plugins-good/gst/equalizer/\
:$PITIVI/gst-plugins-good/gst/equalizer\
:$PITIVI/gst-plugins-good/ext/jpeg\
:$PITIVI/gst-plugins-good/ext/vpx/\
:$PITIVI/gst-plugins-ugly/ext/x264\
:$PITIVI/gst-plugins-ugly/ext/amrnb\
:$PITIVI/gst-plugins-bad/gst/freeverb\
:$PITIVI/gst-plugins-bad/ext/voamrwbenc\
${GST_PRESET_PATH:+:$GST_PRESET_PATH}"

# don't use any system-installed plug-ins at all
export GST_PLUGIN_SYSTEM_PATH=
# set our registry somewhere else so we don't mess up the registry generated
Expand Down

0 comments on commit b869dc4

Please sign in to comment.