rpms/gstreamer-plugins/FC-4 gst-plugins-0.8.8-gnomevfs.patch, NONE, 1.1 gstreamer-plugins.spec, 1.41, 1.42

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Aug 10 15:33:08 UTC 2005


Author: johnp

Update of /cvs/dist/rpms/gstreamer-plugins/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv2697

Modified Files:
	gstreamer-plugins.spec 
Added Files:
	gst-plugins-0.8.8-gnomevfs.patch 
Log Message:
- Add patch from Ronald Bultje <rbultje[at]ronald.bitfreak.net> 
  (Bug #165542) to prevent RhythmBox from eating all of your ram 


gst-plugins-0.8.8-gnomevfs.patch:
 gstgnomevfssrc.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE gst-plugins-0.8.8-gnomevfs.patch ---
--- gst-plugins-0.8.8/ext/gnomevfs/gstgnomevfssrc.c.orig	2004-11-01 09:43:35.000000000 -0500
+++ gst-plugins-0.8.8/ext/gnomevfs/gstgnomevfssrc.c	2005-08-10 11:13:05.000000000 -0400
@@ -1038,7 +1038,7 @@
   g_return_val_if_fail (GST_FLAG_IS_SET (src, GST_GNOMEVFSSRC_OPEN), NULL);
 
   /* deal with EOF state */
-  if ((src->curoffset >= src->size) && (src->size != 0)) {
+  if ((src->curoffset >= src->size) && (src->size != 0) && !src->new_seek) {
     gst_element_set_eos (GST_ELEMENT (src));
     GST_DEBUG ("Returning EOS");
     return GST_DATA (gst_event_new (GST_EVENT_EOS));


Index: gstreamer-plugins.spec
===================================================================
RCS file: /cvs/dist/rpms/gstreamer-plugins/FC-4/gstreamer-plugins.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- gstreamer-plugins.spec	9 May 2005 19:25:08 -0000	1.41
+++ gstreamer-plugins.spec	10 Aug 2005 15:33:00 -0000	1.42
@@ -6,7 +6,7 @@
 Version: 0.8.8
 %define majmin 0.8
 %define po_package gst-plugins-%{majmin}
-Release: 6 
+Release: 7 
 License: LGPL
 Group: Applications/Multimedia
 Source: gst-plugins-%{version}.patched.tar.bz2
@@ -18,6 +18,7 @@
 
 Patch1: gstreamer-plugins-0.8.7-alsa.patch
 Patch2: gst-plugins-0.8.8-unknown_filetype_segv.patch
+Patch3: gst-plugins-0.8.8-gnomevfs.patch
 
 Requires: glib2 >= %_glib2
 Requires: gstreamer >= %{version}
@@ -87,6 +88,7 @@
 %setup -q -n gst-plugins-%{version} -a 4
 %patch1 -p1 -b .alsa
 %patch2 -p1 -b .unknown_filetype_segv
+%patch3 -p1 -b .gnomevfs
 
 mkdir gst-libs/ext/ffmpeg
 
@@ -312,6 +314,10 @@
 %{_libdir}/*so
 
 %changelog
+* Wed Aug 10 2005 John (J5) Palmieri <johnp at redhat.com> - 0.8.8-7
+- Add patch from Ronald Bultje <rbultje[at]ronald.bitfreak.net> 
+  (Bug #165542) to prevent RhythmBox from eating all of your ram 
+
 * Mon May  9 2005 John (J5) Palmieri <johnp at redhat.com> - 0.8.8-6
 - Added patch to fix segfault (Bug #156622)
 




More information about the fedora-cvs-commits mailing list