diff options
-rw-r--r-- | recipes/gst-rtsp-server-1.0.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gst-rtsp-server-1.0.recipe b/recipes/gst-rtsp-server-1.0.recipe index 1c010159..061b47e8 100644 --- a/recipes/gst-rtsp-server-1.0.recipe +++ b/recipes/gst-rtsp-server-1.0.recipe @@ -8,7 +8,7 @@ class Recipe(recipe.Recipe): config_sh = 'sh ./autogen.sh --noconfigure && ./configure' configure_options = "--disable-examples --enable-static " remotes = {'upstream': 'git://anongit.freedesktop.org/gstreamer/gst-rtsp-server'} - commit = 'origin/master' + commit = 'origin/1.2' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0' ] files_devel = ['include/gstreamer-1.0/gst/rtsp-server', 'lib/pkgconfig/gstreamer-rtsp-server-1.0.pc'] |