rpms/nautilus/devel nautilus-2.20-make-audio-preview-work.patch, 1.1, 1.2 nautilus.spec, 1.172, 1.173

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Tue Oct 30 14:09:22 UTC 2007


Author: hadess

Update of /cvs/pkgs/rpms/nautilus/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19468

Modified Files:
	nautilus-2.20-make-audio-preview-work.patch nautilus.spec 
Log Message:
* Tue Oct 30 2007 - Bastien Nocera <bnocera at redhat.com> - 2.20.0-6
- Fix audio preview command-line to use decodebin so playbin doesn't
  pop up a window for videos detected as audio


nautilus-2.20-make-audio-preview-work.patch:

Index: nautilus-2.20-make-audio-preview-work.patch
===================================================================
RCS file: /cvs/pkgs/rpms/nautilus/devel/nautilus-2.20-make-audio-preview-work.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nautilus-2.20-make-audio-preview-work.patch	16 Oct 2007 14:48:41 -0000	1.1
+++ nautilus-2.20-make-audio-preview-work.patch	30 Oct 2007 14:09:18 -0000	1.2
@@ -27,7 +27,7 @@
 +	if (command) {
 +		char *new_cmd;
 +
-+		new_cmd = g_strdup_printf ("%s playbin uri=fd://0", command);
++		new_cmd = g_strdup_printf ("%s uridecodebin uri=fd://0 ! audioconvert ! audioresample !  autoaudiosink", command);
 +		g_free (command);
 +		return new_cmd;
 +	}


Index: nautilus.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nautilus/devel/nautilus.spec,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- nautilus.spec	16 Oct 2007 14:50:34 -0000	1.172
+++ nautilus.spec	30 Oct 2007 14:09:18 -0000	1.173
@@ -18,7 +18,7 @@
 Name:		nautilus
 Summary:        Nautilus is a file manager for GNOME
 Version: 	2.20.0
-Release:	5%{?dist}
+Release:	6%{?dist}
 License: 	GPLv2+
 Group:          User Interface/Desktops
 Source: 	http://download.gnome.org/sources/%{name}/2.20/%{name}-%{version}.tar.bz2
@@ -232,6 +232,10 @@
 %{_libdir}/*.so
 
 %changelog
+* Tue Oct 30 2007 - Bastien Nocera <bnocera at redhat.com> - 2.20.0-6
+- Fix audio preview command-line to use decodebin so playbin doesn't
+  pop up a window for videos detected as audio
+
 * Tue Oct 16 2007 - Bastien Nocera <bnocera at redhat.com> - 2.20.0-5
 - Add patch from upstream to get audio preview working again
   (#332251)




More information about the fedora-extras-commits mailing list