forked from pool/gstreamer-plugins-base
Accepting request 134265 from home:dimstar:branches:multimedia:libs
Update to 0.11.94 OBS-URL: https://build.opensuse.org/request/show/134265 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=10
This commit is contained in:
parent
0ab78b9be1
commit
3ee80ecb78
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0cce74557a7815c0a9dae7ae9241eea6314478e0bfa3759dbac1b63bcff51d8
|
||||
size 2322608
|
3
gst-plugins-base-0.11.94.tar.xz
Normal file
3
gst-plugins-base-0.11.94.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e4c6ccf10e90dadd43fef61f86aae0f55acedb899b11fcd80b58504587ac409
|
||||
size 2332896
|
@ -1,45 +0,0 @@
|
||||
From 7bdcb12b41780694019a4e65b9ac1addf2afabc8 Mon Sep 17 00:00:00 2001
|
||||
From: Sebastian Drö<sebastian.droege@collabora.co.uk>
|
||||
Date: Wed, 08 Aug 2012 14:12:20 +0000
|
||||
Subject: gst: Set alignment at the correct place of GstAllocationParams
|
||||
|
||||
---
|
||||
Index: gst-plugins-base-0.11.93/gst-libs/gst/video/gstvideofilter.c
|
||||
===================================================================
|
||||
--- gst-plugins-base-0.11.93.orig/gst-libs/gst/video/gstvideofilter.c
|
||||
+++ gst-plugins-base-0.11.93/gst-libs/gst/video/gstvideofilter.c
|
||||
@@ -82,7 +82,7 @@ gst_video_filter_propose_allocation (Gst
|
||||
if (gst_query_get_n_allocation_pools (query) == 0) {
|
||||
GstStructure *structure;
|
||||
GstAllocator *allocator = NULL;
|
||||
- GstAllocationParams params = { 0, 0, 0, 15, };
|
||||
+ GstAllocationParams params = { 0, 15, 0, 0, };
|
||||
|
||||
if (gst_query_get_n_allocation_params (query) > 0)
|
||||
gst_query_parse_nth_allocation_param (query, 0, &allocator, ¶ms);
|
||||
Index: gst-plugins-base-0.11.93/sys/ximage/ximagesink.c
|
||||
===================================================================
|
||||
--- gst-plugins-base-0.11.93.orig/sys/ximage/ximagesink.c
|
||||
+++ gst-plugins-base-0.11.93/sys/ximage/ximagesink.c
|
||||
@@ -1079,7 +1079,7 @@ gst_ximagesink_setcaps (GstBaseSink * bs
|
||||
GstBufferPool *newpool, *oldpool;
|
||||
const GValue *par;
|
||||
gint size;
|
||||
- static GstAllocationParams params = { 0, 0, 0, 15, };
|
||||
+ static GstAllocationParams params = { 0, 15, 0, 0, };
|
||||
|
||||
ximagesink = GST_XIMAGESINK (bsink);
|
||||
|
||||
Index: gst-plugins-base-0.11.93/sys/xvimage/xvimagesink.c
|
||||
===================================================================
|
||||
--- gst-plugins-base-0.11.93.orig/sys/xvimage/xvimagesink.c
|
||||
+++ gst-plugins-base-0.11.93/sys/xvimage/xvimagesink.c
|
||||
@@ -1555,7 +1555,7 @@ gst_xvimagesink_setcaps (GstBaseSink * b
|
||||
gint display_par_n, display_par_d; /* display's PAR */
|
||||
guint num, den;
|
||||
gint size;
|
||||
- static GstAllocationParams params = { 0, 0, 0, 15, };
|
||||
+ static GstAllocationParams params = { 0, 15, 0, 0, };
|
||||
|
||||
xvimagesink = GST_XVIMAGESINK (bsink);
|
||||
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 14 09:44:27 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.11.94:
|
||||
+ videodecoder: Handle GAP events
|
||||
+ gdp: move gdp plugin to -bad
|
||||
+ port to new GLib thread API
|
||||
+ Updated documentation
|
||||
+ Bugs fixed: bgo#635256, bgo#667562, bgo#668996, bgo#673185,
|
||||
bgo#673888, bgo#674069, bgo#675812, bgo#676022, bgo#676639,
|
||||
bgo#677306, bgo#677712, bgo#678301, bgo#678384, bgo#679145,
|
||||
bgo#679337, bgo#679443, bgo#679545, bgo#679550, bgo#679612,
|
||||
bgo#679823, bgo#679878, bgo#679958, bgo#680025, bgo#680091,
|
||||
bgo#680093, bgo#680162, bgo#680262, bgo#680441, bgo#680488,
|
||||
bgo#680520, bgo#680553, bgo#680614, bgo#680796, bgo#681196,
|
||||
bgo#681260, bgo#681436, bgo#681499, bgo#681535, bgo#681719,
|
||||
bgo#681904, bgo#681905, bgo#683180, bgo#683428, bgo#683527,
|
||||
bgo#683672, bgo#683838.
|
||||
- Drop gstreamer-plugins-base-fix.patch: fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 13 07:44:21 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
Name: gstreamer-plugins-base
|
||||
%define _name gst-plugins-base
|
||||
Version: 0.11.93
|
||||
Version: 0.11.94
|
||||
Release: 0
|
||||
%define gst_branch 1.0
|
||||
Url: http://gstreamer.freedesktop.org/
|
||||
@ -28,12 +28,11 @@ License: GPL-2.0+ ; LGPL-2.1+
|
||||
Group: Productivity/Multimedia/Other
|
||||
Source: http://download.gnome.org/sources/gst-plugins-base/0.11/%{_name}-%{version}.tar.xz
|
||||
Source2: baselibs.conf
|
||||
# PATCH-FIX-UPSTREAM gstreamer-plugins-base-fix.patch dimstar@opensuse.org -- gst: Set alignment at the correct place of GstAllocationParams, taken from git
|
||||
Patch0: gstreamer-plugins-base-fix.patch
|
||||
BuildRequireS: gstreamer-utils > 0.11
|
||||
BuildRequires: cdparanoia-devel
|
||||
BuildRequires: glib2-devel >= 2.32
|
||||
BuildRequires: gstreamer-devel >= 0.11.93
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: gstreamer-devel >= 0.11.94
|
||||
BuildRequires: gtk-doc >= 1.12
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: libXext-devel
|
||||
@ -394,7 +393,6 @@ package.
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q -n %{_name}-%{version}
|
||||
%patch0 -p1
|
||||
translation-update-upstream po gst-plugins-base-%{gst_branch}
|
||||
|
||||
%build
|
||||
@ -461,7 +459,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-, root, root)
|
||||
%doc AUTHORS COPYING COPYING.LIB NEWS README RELEASE REQUIREMENTS
|
||||
%{_bindir}/gst-discoverer-%{gst_branch}
|
||||
%{_bindir}/gst-visualise-%{gst_branch}
|
||||
%{_libdir}/gstreamer-%{gst_branch}/libgstadder.so
|
||||
%{_libdir}/gstreamer-%{gst_branch}/libgstalsa.so
|
||||
%{_libdir}/gstreamer-%{gst_branch}/libgstapp.so
|
||||
@ -490,9 +487,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/gstreamer-%{gst_branch}/libgstvorbis.so
|
||||
%{_libdir}/gstreamer-%{gst_branch}/libgstximagesink.so
|
||||
%{_libdir}/gstreamer-%{gst_branch}/libgstxvimagesink.so
|
||||
%{_libdir}/gstreamer-%{gst_branch}/libgstgdp.so
|
||||
#Moved to -bad for now... likely to come pack later
|
||||
#%{_libdir}/gstreamer-%{gst_branch}/libgstgdp.so
|
||||
%{_libdir}/gstreamer-%{gst_branch}/libgstencodebin.so
|
||||
%doc %{_mandir}/man1/gst-visualise-%{gst_branch}.*
|
||||
%doc %{_mandir}/man1/gst-discoverer-*
|
||||
|
||||
%files lang -f %{_name}-%{gst_branch}.lang
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user