rpms/gstreamer-plugins-base/devel gstpb-0.10.20-ogg-skeleton.patch, NONE, 1.1 gstreamer-plugins-base.spec, 1.59, 1.60

Bastien Nocera hadess at fedoraproject.org
Fri Aug 22 23:49:00 UTC 2008


Author: hadess

Update of /cvs/pkgs/rpms/gstreamer-plugins-base/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20321

Modified Files:
	gstreamer-plugins-base.spec 
Added Files:
	gstpb-0.10.20-ogg-skeleton.patch 
Log Message:
* Sat Aug 23 2008 - Bastien Nocera <bnocera at redhat.com> - 0.10.20-2
- Fix useless codeina popup when playing recent ogg files (#458404)


gstpb-0.10.20-ogg-skeleton.patch:

--- NEW FILE gstpb-0.10.20-ogg-skeleton.patch ---
Index: ext/ogg/gstoggdemux.c
===================================================================
RCS file: /cvs/gstreamer/gst-plugins-base/ext/ogg/gstoggdemux.c,v
retrieving revision 1.195
diff -u -r1.195 gstoggdemux.c
--- ext/ogg/gstoggdemux.c	7 Aug 2008 15:58:50 -0000	1.195
+++ ext/ogg/gstoggdemux.c	9 Aug 2008 11:55:54 -0000
@@ -1746,6 +1746,9 @@
   for (i = 0; i < chain->streams->len; i++) {
     GstOggPad *pad = g_array_index (chain->streams, GstOggPad *, i);
 
+    if (pad->is_skeleton)
+      continue;
+
     gst_pad_push_event (GST_PAD_CAST (pad), gst_event_new_eos ());
 
     GST_DEBUG_OBJECT (ogg, "removing pad %" GST_PTR_FORMAT, pad);
@@ -1786,6 +1789,10 @@
       GstOggPad *pad;
 
       pad = g_array_index (chain->streams, GstOggPad *, i);
+
+      if (pad->is_skeleton)
+        continue;
+
       GST_DEBUG_OBJECT (ogg, "adding pad %" GST_PTR_FORMAT, pad);
 
       /* mark discont */


Index: gstreamer-plugins-base.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gstreamer-plugins-base/devel/gstreamer-plugins-base.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- gstreamer-plugins-base.spec	19 Jun 2008 08:51:21 -0000	1.59
+++ gstreamer-plugins-base.spec	22 Aug 2008 23:48:30 -0000	1.60
@@ -5,7 +5,7 @@
 
 Name: 		%{gstreamer}-plugins-base
 Version: 	0.10.20
-Release:  	1%{?dist}	
+Release:  	2%{?dist}	
 Summary: 	GStreamer streaming media framework base plug-ins
 
 Group: 		Applications/Multimedia
@@ -15,6 +15,9 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Patch0:		gstpb-0.10.15-cd-speed.patch
+# https://bugzilla.redhat.com/show_bug.cgi?id=458404
+# http://bugzilla.gnome.org/show_bug.cgi?id=537599
+Patch1:		gstpb-0.10.20-ogg-skeleton.patch
 
 Requires:       %{gstreamer} >= %{_gst}
 Requires:	liboil >= 0.3.12-9
@@ -51,6 +54,7 @@
 %prep
 %setup -q -n gst-plugins-base-%{version}
 %patch0 -p1 -b .cd-speed
+%patch1 -p0 -b .skeleton
 
 %build
 %configure \
@@ -238,6 +242,9 @@
 %doc %{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{majorminor}
 
 %changelog
+* Sat Aug 23 2008 - Bastien Nocera <bnocera at redhat.com> - 0.10.20-2
+- Fix useless codeina popup when playing recent ogg files (#458404)
+
 * Wed Jun 18 2008 - Bastien Nocera <bnocera at redhat.com> - 0.10.20-1
 - Update to 0.10.20
 




More information about the fedora-extras-commits mailing list