rpms/gstreamer-plugins-good/devel gst-plugins-good-0.10.6-v4l2-min-buffers.patch, NONE, 1.1 gstreamer-plugins-good.spec, 1.46, 1.47

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Fri Jan 11 22:53:32 UTC 2008


Author: ajax

Update of /cvs/pkgs/rpms/gstreamer-plugins-good/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28759

Modified Files:
	gstreamer-plugins-good.spec 
Added Files:
	gst-plugins-good-0.10.6-v4l2-min-buffers.patch 
Log Message:
* Fri Jan 11 2008 Adam Jackson <ajax at redhat.com> 0.10.6-7
- gst-plugins-good-0.10.6-v4l2-min-buffers.patch: Be sure to get at least
  GST_V4L2_MIN_BUFFERS from the source. (#316931)


gst-plugins-good-0.10.6-v4l2-min-buffers.patch:

--- NEW FILE gst-plugins-good-0.10.6-v4l2-min-buffers.patch ---
diff -up gst-plugins-good-0.10.6/sys/v4l2/gstv4l2src.c.buffers gst-plugins-good-0.10.6/sys/v4l2/gstv4l2src.c
--- gst-plugins-good-0.10.6/sys/v4l2/gstv4l2src.c.buffers	2007-12-08 14:27:54.000000000 -0500
+++ gst-plugins-good-0.10.6/sys/v4l2/gstv4l2src.c	2007-12-08 14:28:34.000000000 -0500
@@ -298,7 +298,7 @@ gst_v4l2src_init (GstV4l2Src * v4l2src, 
       gst_v4l2_get_input, gst_v4l2_set_input, NULL);
 
   /* number of buffers requested */
-  v4l2src->num_buffers = 0;
+  v4l2src->num_buffers = GST_V4L2_MIN_BUFFERS;
 
   v4l2src->formats = NULL;
 


Index: gstreamer-plugins-good.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gstreamer-plugins-good/devel/gstreamer-plugins-good.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- gstreamer-plugins-good.spec	8 Oct 2007 12:37:28 -0000	1.46
+++ gstreamer-plugins-good.spec	11 Jan 2008 22:52:33 -0000	1.47
@@ -6,7 +6,7 @@
 
 Name: 		%{gstreamer}-plugins-good
 Version: 	0.10.6
-Release:  	6%{?dist}
+Release:  	7%{?dist}
 Summary: 	GStreamer plug-ins with good code and licensing
 
 Group: 		Applications/Multimedia
@@ -15,6 +15,7 @@
 Source:         http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-%{version}.tar.bz2
 Patch0:		gst-plugins-good-0.10.4-docs.patch
 Patch1:		gstreamer-0.10.6-id3demux-segment.patch
+Patch2:		gst-plugins-good-0.10.6-v4l2-min-buffers.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires: 	%{gstreamer} >= %{_gst}
@@ -98,6 +99,7 @@
 pushd gst/id3demux/
 %patch1 -p0 -b .segment
 popd
+%patch2 -p1 -b .min-buffers
 
 %build
 
@@ -234,6 +236,10 @@
 gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer-%{majorminor}.schemas > /dev/null || :
 
 %changelog
+* Fri Jan 11 2008 Adam Jackson <ajax at redhat.com> 0.10.6-7
+- gst-plugins-good-0.10.6-v4l2-min-buffers.patch: Be sure to get at least
+  GST_V4L2_MIN_BUFFERS from the source. (#316931)
+
 * Mon Oct 08 2007 - Bastien Nocera <bnocera at redhat.com> - 0.10.6-6
 - Kill esound output, as we don't have esound installed anymore, just
   Pulseaudio (#323061)




More information about the fedora-extras-commits mailing list