rpms/gstreamer-plugins-fc/F-13 gstreamer-plugin-fc-0.1-tags-unknown.patch, NONE, 1.1 gstreamer-plugins-fc.spec, 1.2, 1.3 import.log, 1.1, NONE

Michael Schwendt mschwendt at fedoraproject.org
Mon May 31 17:55:47 UTC 2010


Author: mschwendt

Update of /cvs/pkgs/rpms/gstreamer-plugins-fc/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8233

Modified Files:
	gstreamer-plugins-fc.spec 
Added Files:
	gstreamer-plugin-fc-0.1-tags-unknown.patch 
Removed Files:
	import.log 
Log Message:
* Mon May 31 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 0.1-4
- Set empty list of tags (so e.g. the SoundConverter app doesn't freeze).


gstreamer-plugin-fc-0.1-tags-unknown.patch:
 gstfcdec.cpp |    3 +++
 1 file changed, 3 insertions(+)

--- NEW FILE gstreamer-plugin-fc-0.1-tags-unknown.patch ---
diff -Nur gstreamer-plugin-fc-0.1-orig/src/gstfcdec.cpp gstreamer-plugin-fc-0.1/src/gstfcdec.cpp
--- gstreamer-plugin-fc-0.1-orig/src/gstfcdec.cpp	2008-10-14 13:26:08.000000000 +0200
+++ gstreamer-plugin-fc-0.1/src/gstfcdec.cpp	2010-05-31 19:44:41.000000000 +0200
@@ -346,6 +346,9 @@
         return FALSE;
     }
 
+    GstTagList *list = gst_tag_list_new();
+    gst_element_found_tags_for_pad( GST_ELEMENT_CAST(fcdec), fcdec->srcpad, list);
+
     if (!fcdec_negotiate (fcdec)) {
         GST_ELEMENT_ERROR (fcdec, CORE, NEGOTIATION,
                            ("Could not negotiate format"), ("Could not negotiate format"));


Index: gstreamer-plugins-fc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gstreamer-plugins-fc/F-13/gstreamer-plugins-fc.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- gstreamer-plugins-fc.spec	9 Jan 2010 14:34:23 -0000	1.2
+++ gstreamer-plugins-fc.spec	31 May 2010 17:55:47 -0000	1.3
@@ -3,13 +3,14 @@
 
 Name: gstreamer-plugins-fc
 Version: 0.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: Future Composer input plugin for GStreamer
 Group: Applications/Multimedia
 License: GPLv2+
 URL: http://xmms-fc.sourceforge.net
 Source0: http://downloads.sourceforge.net/xmms-fc/gstreamer-plugin-fc-%{version}.tar.bz2
 Patch0: gstreamer-plugin-fc-0.1-cvs.patch
+Patch1: gstreamer-plugin-fc-0.1-tags-unknown.patch
 
 BuildRequires: gstreamer-devel >= %{gstreamer_ver}
 
@@ -25,6 +26,7 @@ music files from AMIGA. Song-length dete
 %prep
 %setup -q -n gstreamer-plugin-fc-%{version}
 %patch0 -p1 -b .cvs
+%patch1 -p1 -b .tags-unknown
 
 
 %build
@@ -45,6 +47,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec 
 
 
 %changelog
+* Mon May 31 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 0.1-4
+- Set empty list of tags (so e.g. the SoundConverter app doesn't freeze).
+
 * Sat Jan  9 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 0.1-3
 - Remove redundant buildroot related spec instructions for
   Fedora 11 and newer.


--- import.log DELETED ---



More information about the scm-commits mailing list