update-common: add gst-editing-services to modules to be updated
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 10 Jan 2011 15:43:40 +0000 (15:43 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 10 Jan 2011 15:43:40 +0000 (15:43 +0000)
update-common

index 85ed6e2..0d56dcd 100755 (executable)
@@ -22,7 +22,7 @@ set -x
 
 modules="gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad \
        gst-plugins-ugly gst-ffmpeg gst-python \
-       gnonlin gst-plugins-gl gst-rtsp-server"
+       gnonlin gst-plugins-gl gst-rtsp-server gst-editing-services"
 
 topdir=`pwd`
 dir=`mktemp -d $topdir/common-update-XXXXXX`