suggestion for gst-LOCAL.sh
Rob Walker
rwalker at codeaurora.org
Mon Jun 4 12:56:25 PDT 2012
I just realized that gst-LOCAL isn't part of gstreamer. gst-head is
what I should have used.
Please disregard below, for now.
Thanks,
Rob
On 6/4/2012 12:33 PM, Rob Walker wrote:
> I like gstreamer's ability to support local development trees. I find
> the need to edit gst-LOCAL a bit tedious, though. With a small
> upstream change to gst-LOCAL, though, I can get pretty much what I want.
>
> Instead of using a hand-edited MYGST directory, I use the location of
> the script itself:
>
> --- gst-. 2012-06-04 11:11:16.023615677 -0700
> +++ gst-LOCAL.sh 2012-05-31 10:45:41.930640474 -0700
> @@ -28,7 +28,7 @@
> # This script is run -i so that PS1 doesn't get cleared
>
> # The search base is where this script was executed from
> -MYGST=${MYGST:-$(cd ${0%/*} && pwd)}
> # Change this variable to the location of your gstreamer git checkouts
> +MYGST=$HOME
>
> #
> # Everything below this line shouldn't be edited!
>
> Note, the above also supports overriding MYGST, if something like the
> old behavior is what you prefer.
>
> -Rob
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list