Issues doing an uninstalled setup

Pedro Côrte-Real pedro at pedrocr.net
Mon Dec 30 11:08:00 PST 2013


On Mon, Dec 30, 2013 at 1:40 PM, Sebastian Dröge
<sebastian at centricular.com> wrote:
> Did you build gst-plugins-base 1.2 or git master? The gst-inspect-1.0
> and GStreamer core libraries you use there are from 1.2, while the alsa
> plugin seems to be a newer version.

I used create-uninstalled-setup.sh with BRANCH="1.2" so it should be
1.2. Let me check:

$ for i in `ls -1 | grep gst`; do echo "$i: $(git --git-dir=./$i/.git
branch |head -n 1)"; done
gst-libav: * 1.2
gst-plugins-bad: * 1.2
gst-plugins-base: * 1.2
gst-plugins-good: * 1.2
gst-plugins-ugly: * 1.2
gstreamer: * 1.2
gst-rtsp-server: * master

Seems fine. gst-rtsp-server doesn't have a master branch so I just
symlinked it from master.

Pedro


More information about the gstreamer-devel mailing list