diff --git a/helpers/DATA/gnome-menus/applications.menu b/helpers/DATA/gnome-menus/applications.menu
index 2ee97ae..d614eb3 100644
--- a/helpers/DATA/gnome-menus/applications.menu
+++ b/helpers/DATA/gnome-menus/applications.menu
@@ -172,7 +172,6 @@
gnash.desktop
- gnome-sound-recorder.desktop
diff --git a/helpers/make-gnome-media b/helpers/make-gnome-media
new file mode 100644
index 0000000..3124aca
--- /dev/null
+++ b/helpers/make-gnome-media
@@ -0,0 +1,28 @@
+#!/bin/sh
+#
+# Copyright (C) 2012 Rubén Rodríguez
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+#
+
+VERSION=1
+COMPONENT=main
+
+. ./config
+
+changelog "Reverted to gst 0.10"
+
+compile
+
diff --git a/helpers/make-gnome-menus b/helpers/make-gnome-menus
index f4e79e9..dcb7b72 100644
--- a/helpers/make-gnome-menus
+++ b/helpers/make-gnome-menus
@@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
-VERSION=7
+VERSION=8
COMPONENT=main
. ./config
diff --git a/helpers/make-libgnome-media-profiles b/helpers/make-libgnome-media-profiles
new file mode 100644
index 0000000..8640b1b
--- /dev/null
+++ b/helpers/make-libgnome-media-profiles
@@ -0,0 +1,31 @@
+#!/bin/sh
+#
+# Copyright (C) 2012 Rubén Rodríguez
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+#
+
+VERSION=1
+COMPONENT=main
+
+. ./config
+
+rm debian/patches/02-gstreamer-1.0.patch
+sed '/02-gstreamer-1.0/d' -i debian/patches/series
+
+changelog "Reverted to gst 0.10"
+
+compile
+