#!/bin/sh
# Initialize the environment for development with CVS gst.

export GST_ROOT=~/src/gst-all-0.8
export PATH="$GST_ROOT/gstreamer/tools:$GST_ROOT/gst-plugins/tools:$PATH"
export GST_PLUGIN_PATH=$GST_ROOT/gst-plugins
export PKG_CONFIG_PATH=$GST_ROOT/gstreamer/pkgconfig:$GST_ROOT/gst-plugins/pkgconfig:$GST_ROOT/gst-editor:$PKG_CONFIG_PATH

bash --rcfile ~/bin/gst-envrc
