From: Tim-Philipp Müller Date: Mon, 13 Dec 2010 15:19:23 +0000 (+0000) Subject: update-common: also update gst-rtsp-server X-Git-Tag: upstream/20130618~68^2~67 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc26b3e74f251c7b3716f5ba4150f2c53c50d04b;p=platform%2Fupstream%2Fgst-common.git update-common: also update gst-rtsp-server Now that it's been converted to use the common submodule --- diff --git a/update-common b/update-common index aa2e9dc..85ed6e2 100755 --- a/update-common +++ b/update-common @@ -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" + gnonlin gst-plugins-gl gst-rtsp-server" topdir=`pwd` dir=`mktemp -d $topdir/common-update-XXXXXX`