commit gstreamer-0_10-plugins-base for openSUSE:Factory

2016-08-05 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-base for 
openSUSE:Factory checked in at 2016-08-05 18:12:44

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-base (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-base.new (New)


Package is "gstreamer-0_10-plugins-base"

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-base/gstreamer-0_10-plugins-base.changes
  2016-06-29 15:01:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-base.new/gstreamer-0_10-plugins-base.changes
 2016-08-05 18:12:45.0 +0200
@@ -12,0 +13 @@
+  (Fate#318572)



Other differences:
--



commit gstreamer-0_10-plugins-base for openSUSE:Factory

2016-06-29 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-base for 
openSUSE:Factory checked in at 2016-06-29 15:01:48

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-base (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-base.new (New)


Package is "gstreamer-0_10-plugins-base"

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-base/gstreamer-0_10-plugins-base.changes
  2016-03-29 14:49:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-base.new/gstreamer-0_10-plugins-base.changes
 2016-06-29 15:01:50.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 17 11:01:35 UTC 2016 - dims...@opensuse.org
+
+- Add gstreamer-0_10-plugins-base-gcc6-fixes.patch: Fix header
+  files to now fail when being used with gcc 6 (boo#985251).
+
+---

New:

  gstreamer-0_10-plugins-base-gcc6-fixes.patch



Other differences:
--
++ gstreamer-0_10-plugins-base.spec ++
--- /var/tmp/diff_new_pack.w08tef/_old  2016-06-29 15:01:51.0 +0200
+++ /var/tmp/diff_new_pack.w08tef/_new  2016-06-29 15:01:51.0 +0200
@@ -37,6 +37,8 @@
 Patch2: gstreamer-0_10-plugins-base-gcc5-fix-on-i586.patch
 # PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-base-gtk-1.25.patch 
dims...@opensuse.org -- Fix build with gtk-doc 1.25. index.sgml is an internal 
file and must not be messed with (and with gtk-doc 1.25 it is no longer created)
 Patch3: gstreamer-0_10-plugins-base-gtk-1.25.patch
+# PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-base-gcc6-fixes.patch boo#985251 
dims...@opensuse.org -- Fix header files so they can be used with gcc 6
+Patch4: gstreamer-0_10-plugins-base-gcc6-fixes.patch
 BuildRequires:  alsa-devel
 BuildRequires:  cdparanoia-devel
 BuildRequires:  check-devel
@@ -242,6 +244,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"

++ gstreamer-0_10-plugins-base-gcc6-fixes.patch ++
Index: gst-plugins-base-0.10.36/gst-libs/gst/video/video.h
===
--- gst-plugins-base-0.10.36.orig/gst-libs/gst/video/video.h
+++ gst-plugins-base-0.10.36/gst-libs/gst/video/video.h
@@ -342,9 +342,9 @@ typedef enum {
  */
 #define GST_VIDEO_CAPS_RGB8_PALETTED \
   "video/x-raw-rgb, bpp = (int)8, depth = (int)8, " \
-  "width = "GST_VIDEO_SIZE_RANGE" , "  \
+  "width = " GST_VIDEO_SIZE_RANGE " , "\
   "height = " GST_VIDEO_SIZE_RANGE ", " \
-  "framerate = "GST_VIDEO_FPS_RANGE
+  "framerate = " GST_VIDEO_FPS_RANGE
 
 /**
  * GST_VIDEO_CAPS_YUV:



commit gstreamer-0_10-plugins-base for openSUSE:Factory

2016-03-29 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-base for 
openSUSE:Factory checked in at 2016-03-29 14:49:26

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-base (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-base.new (New)


Package is "gstreamer-0_10-plugins-base"

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-base/gstreamer-0_10-plugins-base.changes
  2015-07-14 17:20:42.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-base.new/gstreamer-0_10-plugins-base.changes
 2016-03-29 14:49:28.0 +0200
@@ -1,0 +2,7 @@
+Thu Mar 24 10:11:12 UTC 2016 - dims...@opensuse.org
+
+- Add gstreamer-0_10-plugins-base-gtk-1.25.patch: Fix build with
+  gtk-doc 1.25. index.sgml is an internal file and must not be
+  messed with (and with gtk-doc 1.25 it is no longer created).
+
+---

New:

  gstreamer-0_10-plugins-base-gtk-1.25.patch



Other differences:
--
++ gstreamer-0_10-plugins-base.spec ++
--- /var/tmp/diff_new_pack.ki1uiQ/_old  2016-03-29 14:49:29.0 +0200
+++ /var/tmp/diff_new_pack.ki1uiQ/_new  2016-03-29 14:49:29.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-0_10-plugins-base
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -35,6 +35,8 @@
 Patch1: gstreamer-0_10-plugins-base-0.10.36-kde_302652.patch
 # PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-base-gcc5-fix-on-i586.patch 
zai...@opensuse.org -- Fix build with gcc5 on i586, EMMINTRIN is defined but 
not usable without SSE. Patch taken from fedora.
 Patch2: gstreamer-0_10-plugins-base-gcc5-fix-on-i586.patch
+# PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-base-gtk-1.25.patch 
dims...@opensuse.org -- Fix build with gtk-doc 1.25. index.sgml is an internal 
file and must not be messed with (and with gtk-doc 1.25 it is no longer created)
+Patch3: gstreamer-0_10-plugins-base-gtk-1.25.patch
 BuildRequires:  alsa-devel
 BuildRequires:  cdparanoia-devel
 BuildRequires:  check-devel
@@ -239,6 +241,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"

++ gstreamer-0_10-plugins-base-gtk-1.25.patch ++
Index: gst-plugins-base-0.10.36/common/gtk-doc-plugins.mak
===
--- gst-plugins-base-0.10.36.orig/common/gtk-doc-plugins.mak
+++ gst-plugins-base-0.10.36/common/gtk-doc-plugins.mak
@@ -224,9 +224,6 @@ html-build.stamp: sgml.stamp $(DOC_MAIN_
  fi; \
fi; \
cd html && gtkdoc-mkhtml $$mkhtml_options $(DOC_MODULE) 
$(DOC_MAIN_SGML_FILE)
-   @mv html/index.sgml html/index.sgml.bak
-   @$(SED) "s/ href=\"$(DOC_MODULE)\// 
href=\"$(DOC_MODULE)-@GST_MAJORMINOR@\//g" html/index.sgml.bak >html/index.sgml
-   @rm -f html/index.sgml.bak
@rm -f html/$(DOC_MAIN_SGML_FILE)
@rm -rf html/xml
@rm -f html/version.entities
Index: gst-plugins-base-0.10.36/common/gtk-doc.mak
===
--- gst-plugins-base-0.10.36.orig/common/gtk-doc.mak
+++ gst-plugins-base-0.10.36/common/gtk-doc.mak
@@ -131,9 +131,6 @@ html-build.stamp: sgml.stamp $(DOC_MAIN_
  mkhtml_options=--path="$(abs_srcdir)"; \
fi; \
cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) 
$(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
-   @mv html/index.sgml html/index.sgml.bak
-   @$(SED) "s/ href=\"$(DOC_MODULE)\// 
href=\"$(DOC_MODULE)-@GST_MAJORMINOR@\//g" html/index.sgml.bak >html/index.sgml
-   @rm -f html/index.sgml.bak
@rm -rf html/xml
@rm -f version.entities
@test "x$(HTML_IMAGES)" = "x" ||  ( cd $(srcdir) && cp $(HTML_IMAGES) 
$(abs_builddir)/html )
Index: gst-plugins-base-0.10.36/docs/libs/Makefile.in
===
--- gst-plugins-base-0.10.36.orig/docs/libs/Makefile.in
+++ gst-plugins-base-0.10.36/docs/libs/Makefile.in
@@ -853,9 +853,6 @@ upload: $(FORMATS)
 @ENABLE_GTK_DOC_TRUE@mkhtml_options=--path="$(abs_srcdir)"; \
 @ENABLE_GTK_DOC_TRUE@  fi; \
 @ENABLE_GTK_DOC_TRUE@  cd html && gtkdoc-mkhtml $$mkhtml_options 
$(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
-@ENABLE_GTK_DOC_TRUE@  @mv html/index.sgml html/index.sgml.bak
-@ENABLE_GTK_DOC_TRUE@  @$(SED) "s/ href=\"$(DOC_MODULE)\// 
href=\"$(DOC_MODULE)-@GST_MAJORMINOR@\//g" html/index.sgml.bak 

commit gstreamer-0_10-plugins-base for openSUSE:Factory

2015-07-14 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-base for 
openSUSE:Factory checked in at 2015-07-14 17:20:41

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-base (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-base.new (New)


Package is gstreamer-0_10-plugins-base

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-base/gstreamer-0_10-plugins-base.changes
  2013-09-07 12:33:09.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-base.new/gstreamer-0_10-plugins-base.changes
 2015-07-14 17:20:42.0 +0200
@@ -1,0 +2,6 @@
+Sat Jun 27 18:08:26 UTC 2015 - zai...@opensuse.org
+
+- Add gstreamer-0_10-plugins-base-gcc5-fix-on-i586.patch: Fixes
+  build on i586 with gcc = 5.
+
+---

New:

  gstreamer-0_10-plugins-base-gcc5-fix-on-i586.patch



Other differences:
--
++ gstreamer-0_10-plugins-base.spec ++
--- /var/tmp/diff_new_pack.F7Iybk/_old  2015-07-14 17:20:42.0 +0200
+++ /var/tmp/diff_new_pack.F7Iybk/_new  2015-07-14 17:20:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-0_10-plugins-base
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -33,6 +33,8 @@
 Patch0: gstreamer-0_10-plugins-base-missing-return-value.patch
 # PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-base-0.10.36-kde_302652.patch 
kde#302652 reddw...@opensuse.org -- Fix problem in Amarok when changing between 
streams. Gstreamer doesn't seem to care about the 0.10.x branch any more.
 Patch1: gstreamer-0_10-plugins-base-0.10.36-kde_302652.patch
+# PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-base-gcc5-fix-on-i586.patch 
zai...@opensuse.org -- Fix build with gcc5 on i586, EMMINTRIN is defined but 
not usable without SSE. Patch taken from fedora.
+Patch2: gstreamer-0_10-plugins-base-gcc5-fix-on-i586.patch
 BuildRequires:  alsa-devel
 BuildRequires:  cdparanoia-devel
 BuildRequires:  check-devel
@@ -236,6 +238,7 @@
 translation-update-upstream po gst-plugins-base-0.10
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 export CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing

++ gstreamer-0_10-plugins-base-gcc5-fix-on-i586.patch ++
From bde72c7bebaa9d10cd49ae5542d361bda7aa7bd0 Mon Sep 17 00:00:00 2001
From: Antoine Jacoutot ajacou...@gnome.org
Date: Mon, 20 Jan 2014 15:44:09 +0100
Subject: [PATCH 1/2] audioresample: Fix build on x86 if emmintrin.h is
 available but can't be used

On i386, EMMINTRIN is defined but not usable without SSE so check for
__SSE__ and __SSE2__ as well.

https://bugzilla.gnome.org/show_bug.cgi?id=670690
---
 gst/audioresample/resample.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gst/audioresample/resample.c b/gst/audioresample/resample.c
index 98d006c..481fa01 100644
--- a/gst/audioresample/resample.c
+++ b/gst/audioresample/resample.c
@@ -77,13 +77,13 @@
 #define EXPORT G_GNUC_INTERNAL
 
 #ifdef _USE_SSE
-#ifndef HAVE_XMMINTRIN_H
+#if !defined(__SSE__) || !defined(HAVE_XMMINTRIN_H)
 #undef _USE_SSE
 #endif
 #endif
 
 #ifdef _USE_SSE2
-#ifndef HAVE_EMMINTRIN_H
+#if !defined(__SSE2__) || !defined(HAVE_XMMINTRIN_H)
 #undef _USE_SSE2
 #endif
 #endif
-- 
1.9.0

From e9746600b409db9a5c63dc7a22b21f80c8c5328c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= sebast...@centricular.com
Date: Mon, 20 Jan 2014 16:11:04 +0100
Subject: [PATCH 2/2] audioresample: It's HAVE_EMMINTRIN_H, not
 HAVE_XMMINTRIN_H for SSE2

---
 gst/audioresample/resample.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gst/audioresample/resample.c b/gst/audioresample/resample.c
index 481fa01..4410bdd 100644
--- a/gst/audioresample/resample.c
+++ b/gst/audioresample/resample.c
@@ -83,7 +83,7 @@
 #endif
 
 #ifdef _USE_SSE2
-#if !defined(__SSE2__) || !defined(HAVE_XMMINTRIN_H)
+#if !defined(__SSE2__) || !defined(HAVE_EMMINTRIN_H)
 #undef _USE_SSE2
 #endif
 #endif
-- 
1.9.0



commit gstreamer-0_10-plugins-base for openSUSE:Factory

2013-09-07 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-base for 
openSUSE:Factory checked in at 2013-09-07 12:33:08

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-base (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-base.new (New)


Package is gstreamer-0_10-plugins-base

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-base/gstreamer-0_10-plugins-base.changes
  2013-02-04 19:03:55.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-base.new/gstreamer-0_10-plugins-base.changes
 2013-09-07 12:33:09.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep  2 19:04:20 UTC 2013 - sch...@linux-m68k.org
+
+- Override ORCC_FLAGS on ppc to fix bad code generation
+
+---



Other differences:
--
++ gstreamer-0_10-plugins-base.spec ++
--- /var/tmp/diff_new_pack.QAdjt9/_old  2013-09-07 12:33:10.0 +0200
+++ /var/tmp/diff_new_pack.QAdjt9/_new  2013-09-07 12:33:10.0 +0200
@@ -247,7 +247,11 @@
 --enable-introspection\
 %endif
%{nil}
-make %{?jobs:-j%jobs}
+make %{?jobs:-j%jobs} V=1 \
+%ifarch ppc ppc64
+   ORCC_FLAGS= \
+%endif
+   %{nil}
 
 %install
 %makeinstall

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gstreamer-0_10-plugins-base for openSUSE:Factory

2013-02-04 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-base for 
openSUSE:Factory checked in at 2013-02-04 19:03:53

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-base (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-base.new (New)


Package is gstreamer-0_10-plugins-base, Maintainer is 
gnome-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-base/gstreamer-0_10-plugins-base.changes
  2012-11-20 13:07:53.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-base.new/gstreamer-0_10-plugins-base.changes
 2013-02-04 19:03:55.0 +0100
@@ -1,0 +2,5 @@
+Sat Feb  2 18:51:00 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ gstreamer-0_10-plugins-base.spec ++
--- /var/tmp/diff_new_pack.UU3GuT/_old  2013-02-04 19:03:56.0 +0100
+++ /var/tmp/diff_new_pack.UU3GuT/_new  2013-02-04 19:03:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-0_10-plugins-base
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
 %define gst_branch 0.10
 Url:http://gstreamer.freedesktop.org/
 Summary:GStreamer Streaming-Media Framework Plug-Ins
-License:GPL-2.0+ ; LGPL-2.1+
+License:GPL-2.0+ and LGPL-2.1+
 Group:  Productivity/Multimedia/Other
 Source: 
http://gstreamer.freedesktop.org/src/gst-plugins-base/%{_name}-%{version}.tar.xz
 Source2:baselibs.conf


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gstreamer-0_10-plugins-base for openSUSE:Factory

2012-11-20 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-base for 
openSUSE:Factory checked in at 2012-11-20 13:07:51

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-base (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-base.new (New)


Package is gstreamer-0_10-plugins-base, Maintainer is 
gnome-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-base/gstreamer-0_10-plugins-base.changes
  2012-02-24 12:04:47.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-base.new/gstreamer-0_10-plugins-base.changes
 2012-11-20 13:07:53.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov 19 19:55:20 UTC 2012 - reddw...@opensuse.org
+
+- Add gstreamer-0_10-plugins-base-0.10.36-kde_302652.patch. Fixes kde#302652.
+
+---

New:

  gstreamer-0_10-plugins-base-0.10.36-kde_302652.patch



Other differences:
--
++ gstreamer-0_10-plugins-base.spec ++
--- /var/tmp/diff_new_pack.LssOb4/_old  2012-11-20 13:07:54.0 +0100
+++ /var/tmp/diff_new_pack.LssOb4/_new  2012-11-20 13:07:54.0 +0100
@@ -31,6 +31,8 @@
 Source2:baselibs.conf
 # PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-base-missing-return-value.patch 
bgo#670548 vu...@opensuse.org -- Fix missing return value
 Patch0: gstreamer-0_10-plugins-base-missing-return-value.patch
+# PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-base-0.10.36-kde_302652.patch 
kde#302652 reddw...@opensuse.org -- Fix problem in Amarok when changing between 
streams. Gstreamer doesn't seem to care about the 0.10.x branch any more.
+Patch1: gstreamer-0_10-plugins-base-0.10.36-kde_302652.patch
 BuildRequires:  alsa-devel
 BuildRequires:  cdparanoia-devel
 BuildRequires:  check-devel
@@ -99,7 +101,8 @@
 # Nanes of splitted subpackages (=10.2 and ==SLE10):
 Provides:   gstreamer010-plugins-base-oil = %{version}-%{release}
 Provides:   gstreamer010-plugins-base-visual = %{version}-%{release}
-Obsoletes:  gstreamer010-plugins-base-oil  %{version}-%{release} 
gstreamer010-plugins-base-visual  %{version}-%{release}
+Obsoletes:  gstreamer010-plugins-base-oil  %{version}-%{release}
+Obsoletes:  gstreamer010-plugins-base-visual  %{version}-%{release}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -232,6 +235,7 @@
 %setup -q -n %{_name}-%{version}
 translation-update-upstream po gst-plugins-base-0.10
 %patch0 -p1
+%patch1 -p1
 
 %build
 export CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing


++ gstreamer-0_10-plugins-base-0.10.36-kde_302652.patch ++
From 38803239c026163589dde04259b00c5fe33ad706 Mon Sep 17 00:00:00 2001
From: Alessandro Decina alessandr...@gmail.com
Date: Wed, 04 Apr 2012 18:43:23 +
Subject: audiodecoder: don't discard timestamps when consecutive input buffers 
have the same ts

Avoid pushing out buffers with the same timestamp only if the out buffers are
decoded from the same input buffer. Instead keep the timestamps when upstream
pushes consecutive buffers with the same ts.
---
diff --git a/gst-libs/gst/audio/gstaudiodecoder.c 
b/gst-libs/gst/audio/gstaudiodecoder.c
index 5dfd278..6bc054d 100644
--- a/gst-libs/gst/audio/gstaudiodecoder.c
+++ b/gst-libs/gst/audio/gstaudiodecoder.c
@@ -220,6 +220,7 @@ struct _GstAudioDecoderPrivate
   GstAdapter *adapter;
   /* tracking input ts for changes */
   GstClockTime prev_ts;
+  guint64 prev_distance;
   /* frames obtained from input */
   GQueue frames;
   /* collected output data */
@@ -445,6 +446,7 @@ gst_audio_decoder_reset (GstAudioDecoder * dec, gboolean 
full)
   dec-priv-out_ts = GST_CLOCK_TIME_NONE;
   dec-priv-out_dur = 0;
   dec-priv-prev_ts = GST_CLOCK_TIME_NONE;
+  dec-priv-prev_distance = 0;
   dec-priv-drained = TRUE;
   dec-priv-base_ts = GST_CLOCK_TIME_NONE;
   dec-priv-samples = 0;
@@ -977,6 +979,7 @@ gst_audio_decoder_push_buffers (GstAudioDecoder * dec, 
gboolean force)
 if (G_LIKELY (av)) {
   gint len;
   GstClockTime ts;
+  guint64 distance;
 
   /* parse if needed */
   if (klass-parse) {
@@ -1016,12 +1019,13 @@ gst_audio_decoder_push_buffers (GstAudioDecoder * dec, 
gboolean force)
 len = av;
   }
   /* track upstream ts, but do not get stuck if nothing new upstream */
-  ts = gst_adapter_prev_timestamp (priv-adapter, NULL);
-  if (ts == priv-prev_ts) {
+  ts = gst_adapter_prev_timestamp (priv-adapter, distance);
+  if (ts != priv-prev_ts || distance = priv-prev_distance) {
+priv-prev_ts = ts;
+priv-prev_distance = distance;
+  } else {
 GST_LOG_OBJECT (dec, ts == prev_ts; discarding);
 ts = GST_CLOCK_TIME_NONE;
-  } else {
-

commit gstreamer-0_10-plugins-base for openSUSE:Factory

2012-02-24 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-base for 
openSUSE:Factory checked in at 2012-02-24 12:04:45

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-base (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-base.new (New)


Package is gstreamer-0_10-plugins-base, Maintainer is 
gnome-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-base/gstreamer-0_10-plugins-base.changes
  2012-02-21 07:31:15.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-base.new/gstreamer-0_10-plugins-base.changes
 2012-02-24 12:04:47.0 +0100
@@ -1,0 +2,174 @@
+Tue Feb 21 14:02:05 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.10.36:
+  + audio:
+- new IEC 61937 payloading library
+- new GstAudioFormat, GstAudioFormatInfo and GstAudioInfo API
+- new GstAudioDecoder and GstAudioEncoder base classes
+- baseaudiosink: allow subclasses to provide payloaders
+- baseaudiosink: fix latency calculation for live elements
+- baseaudiosink: make discont-wait configurable
+- baseaudiosink: split drift-tolerance into
+  alignment-threshold
+  + codec-utils: add method to convert H.264 text level in a
+level_idc
+  + discoverer: add support for subtitles; try harder to extract
+language and duration
+  + encoding-profile: add function to create a profile from a
+discoverer info
+  + ringbuffer: add support for AAC, DTS, E-AC3 and MPEG audio
+buffers
+  + rtcpbuffer:
+- add feedback message types from RFC 510
+- prevent overflow of 16bit header length
+  + rtspconnection:
+- make hostname lookup thread-safe; OSX portability fixes
+- only send new data immediately if there are no queued
+  messages
+  + tags:
+- add new GstTagMux base class
+- add convenience API to handle creative commons licenses
+- add API to parse ID3v2 tags
+- various exif and xmp tag writing fixes
+- xmp: add Iptc4xmpExt schema support
+- gstvorbistag: map ENCODER Vorbis comment to application-name
+  + video:
+- add video overlay composition API for subtitles
+- fix a RGB ordering mixup in colorspace conversion code
+  + alsasink: fix high sample rates being rejected, and negotiation
+to nearest rate
+  + audioresample:
+- don't emit DISCONT buffers if no discontinuity happened
+- fix quality setting being ignored; use SSE/SSE2 when possible
+  + audiotestsrc: add red (brownian) and blue/violet noise
+generator
+  + cdparanoiasrc: fix build issue on OSX (caused by broken
+cdparanoia port and broken system headers)
+  + decodebin2:
+- improve handling of multi-stream chains (e.g. mpeg-ts)
+- cache the upstream seekability for demuxer decode chains and
+  use it for the non-preroll multiqueue limits
+- add support for autoplugging parsers and parser-converters,
+  and negotiate stream-format conversions properly as needed
+- link elements before testing if they can reach the READY
+  state, so allow hw-accelerated elements can query the video
+  context
+- use a TIME limit for pre-rolling in live streams and not in
+  non-live streams
+- fix preroll for HLS streams at low bitrates
+- add source pads to stream-topology element messages
+  + decodebin, decodebin2: don't plug the same parser multiple
+times in a row, so we can make parsers accept parsed input as
+well (and use them to convert to different stream formats)
+  + encodebin:
+- add flags to disable conversion elements
+- autoplug formatters; re-enable parsers
+  + gnomevfssrc: add support for cancelling read operations
+  + oggdemux, oggmux: add support for new Opus audio codec
+  + oggdemux:
+- implement push mode seeking (e.g. for http)
+- assume input is live stream if byte size cannot be determined
+- fix hang on small truncated files
+  + oggmux:
+- add skeleton write support
+- sync input streams and select input buffers based on running
+  time
+- headers should always have granpos 0
+- refactor how EOS is determined
+- support sparse streams as input (e.g. kate subtitle streams)
+  + playbin2:
+- fix decoder-sink compatibility check for raw audio/video
+  formats
+- make sure that the decoders we plug are compatible with the
+  fixed sink
+- improve stream switching
+  + playsink: add audio and video converter convenience bins
+  + playbin2/playsink:
+- decide if A/V caps are raw only inside playsink
+- better support for raw + compressed streams (audio
+  passthrough)
+- improve handling of non-raw formats (for hw-accelerated
+  video decoding)
+  + playsinkconvertbin: reconfigure if we switch from raw to
+incompatible raw caps
+  + subparse: subtitle 

commit gstreamer-0_10-plugins-base for openSUSE:Factory

2012-02-20 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-base for 
openSUSE:Factory checked in at 2012-02-21 07:31:11

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-base (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-base.new (New)


Package is gstreamer-0_10-plugins-base, Maintainer is 
gnome-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-base/gstreamer-0_10-plugins-base.changes
  2012-01-09 12:55:20.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-base.new/gstreamer-0_10-plugins-base.changes
 2012-02-21 07:31:15.0 +0100
@@ -1,0 +2,9 @@
+Sun Feb 19 17:34:14 UTC 2012 - dims...@opensuse.org
+
+- Add pkgconfig(xv) BuildRequires on openSUSE  12.1: this used to
+  be pulled in by something else, but the relayout of xorg-x11
+  packages changed that. Pull in conditionally only to not risk
+  breakage in linked OBS instances (pkgconfig() was not supported
+  in older openSUSE releases).
+
+---



Other differences:
--
++ gstreamer-0_10-plugins-base.spec ++
--- /var/tmp/diff_new_pack.YIFqbE/_old  2012-02-21 07:31:16.0 +0100
+++ /var/tmp/diff_new_pack.YIFqbE/_new  2012-02-21 07:31:16.0 +0100
@@ -53,6 +53,9 @@
 %if %suse_version = 1120
 BuildRequires:  gobject-introspection-devel = 0.9.12
 %endif
+%if 0%{?suse_version} = 1220
+BuildRequires:  pkgconfig(xv)
+%endif
 Source: %{_name}-%{version}.tar.bz2
 Source2:baselibs.conf
 Url:http://gstreamer.freedesktop.org/

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gstreamer-0_10-plugins-base for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-base for 
openSUSE:Factory checked in at 2012-01-09 12:55:07

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-base (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-base.new (New)


Package is gstreamer-0_10-plugins-base, Maintainer is 
gnome-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-base/gstreamer-0_10-plugins-base.changes
  2011-11-14 11:52:36.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-base.new/gstreamer-0_10-plugins-base.changes
 2012-01-09 12:55:20.0 +0100
@@ -1,0 +2,13 @@
+Fri Jan  6 10:19:31 UTC 2012 - vu...@opensuse.org
+
+- Split typelib files into typelib-1_0-GstApp-0_10 and
+  typelib-1_0-GstInterfaces-0_10 subpackages.
+- Add typelib-1_0-GstApp-0_10 and typelib-1_0-GstInterfaces-0_10
+  Requires to devel subpackage.
+- Change group of libgstapp-0_10-0 from
+  Productivity/Multimedia/Other to System/Libraries.
+- Remove explicit Requires for glib2-devel, gstreamer-0_10-devel,
+  libxml2-devel and zlib-devel in devel subpackage: they will
+  automatically be added the pkgconfig way.
+
+---



Other differences:
--
++ gstreamer-0_10-plugins-base.spec ++
--- /var/tmp/diff_new_pack.XOeUue/_old  2012-01-09 12:55:25.0 +0100
+++ /var/tmp/diff_new_pack.XOeUue/_new  2012-01-09 12:55:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-0_10-plugins-base
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,14 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %define build_v4l 0%{?suse_version} = 1140
 
 Name:   gstreamer-0_10-plugins-base
 %define _name gst-plugins-base
 Version:0.10.35
-Release:4
+Release:0
 %define gst_branch 0.10
 BuildRequires:  alsa-devel
 BuildRequires:  cdparanoia-devel
@@ -54,13 +53,13 @@
 %if %suse_version = 1120
 BuildRequires:  gobject-introspection-devel = 0.9.12
 %endif
-License:GPL-2.0+ ; LGPL-2.1+
-Group:  Productivity/Multimedia/Other
 Source: %{_name}-%{version}.tar.bz2
 Source2:baselibs.conf
 Url:http://gstreamer.freedesktop.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:GStreamer Streaming-Media Framework Plug-Ins
+License:GPL-2.0+ ; LGPL-2.1+
+Group:  Productivity/Multimedia/Other
 Supplements:gstreamer-0_10
 # Name up to 10.3:
 Provides:   gstreamer010-plugins-base = %{version}
@@ -88,7 +87,6 @@
 processing capabilities can be added simply by installing new plug-ins.
 
 %package -n gstreamer-0_10-plugin-gnomevfs
-License:GPL-2.0+ ; LGPL-2.1+
 Summary:GStreamer Streaming-Media Framework Plug-Ins -- gnome-vfs 
plugin
 Group:  Productivity/Multimedia/Other
 # We want to have base modules installed:
@@ -103,7 +101,6 @@
 processing capabilities can be added simply by installing new plug-ins.
 
 %package -n libgstinterfaces-0_10-0
-License:GPL-2.0+ ; LGPL-2.1+
 # This is a library package bundle, which contains more shared
 # libraries. Use the name of the lowest level one, because libgstbase
 # may cause confusion (it is a part of libgstreamer-0_10-0).
@@ -123,10 +120,25 @@
 videos. Its plug-in-based architecture means that new data types or
 processing capabilities can be added simply by installing new plug-ins.
 
+%if %suse_version = 1120
+%package -n typelib-1_0-GstInterfaces-0_10
+Summary:GStreamer Streaming-Media Framework Plug-Ins -- Introspection 
bindings
+Group:  System/Libraries
+
+%description -n typelib-1_0-GstInterfaces-0_10
+GStreamer is a streaming media framework based on graphs of filters
+that operate on media data. Applications using this library can do
+anything media-related, from real-time sound processing to playing
+videos. Its plug-in-based architecture means that new data types or
+processing capabilities can be added simply by installing new plug-ins.
+
+This package provides the GObject Introspection bindings for GStreamer
+plug-ins.
+%endif
+
 %package -n libgstapp-0_10-0
-License:GPL-2.0+ ; LGPL-2.1+
 Summary:GStreamer Streaming-Media Framework Plug-Ins
-Group:  Productivity/Multimedia/Other
+Group:  System/Libraries
 # We want to have base modules installed:
 Requires:   %{name}
 
@@ -137,12 +149,31 @@
 videos. 

commit gstreamer-0_10-plugins-base for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-base for 
openSUSE:Factory checked in at 2011-12-06 18:16:40

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-base (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-base.new (New)


Package is gstreamer-0_10-plugins-base, Maintainer is 
gnome-maintain...@suse.de

Changes:




Other differences:
--
++ gstreamer-0_10-plugins-base.spec ++
--- /var/tmp/diff_new_pack.t8ybOJ/_old  2011-12-06 18:25:34.0 +0100
+++ /var/tmp/diff_new_pack.t8ybOJ/_new  2011-12-06 18:25:34.0 +0100
@@ -54,7 +54,7 @@
 %if %suse_version = 1120
 BuildRequires:  gobject-introspection-devel = 0.9.12
 %endif
-License:GPLv2+ ; LGPLv2.1+
+License:GPL-2.0+ ; LGPL-2.1+
 Group:  Productivity/Multimedia/Other
 Source: %{_name}-%{version}.tar.bz2
 Source2:baselibs.conf
@@ -88,7 +88,7 @@
 processing capabilities can be added simply by installing new plug-ins.
 
 %package -n gstreamer-0_10-plugin-gnomevfs
-License:GPLv2+ ; LGPLv2.1+
+License:GPL-2.0+ ; LGPL-2.1+
 Summary:GStreamer Streaming-Media Framework Plug-Ins -- gnome-vfs 
plugin
 Group:  Productivity/Multimedia/Other
 # We want to have base modules installed:
@@ -103,7 +103,7 @@
 processing capabilities can be added simply by installing new plug-ins.
 
 %package -n libgstinterfaces-0_10-0
-License:GPLv2+ ; LGPLv2.1+
+License:GPL-2.0+ ; LGPL-2.1+
 # This is a library package bundle, which contains more shared
 # libraries. Use the name of the lowest level one, because libgstbase
 # may cause confusion (it is a part of libgstreamer-0_10-0).
@@ -124,7 +124,7 @@
 processing capabilities can be added simply by installing new plug-ins.
 
 %package -n libgstapp-0_10-0
-License:GPLv2+ ; LGPLv2.1+
+License:GPL-2.0+ ; LGPL-2.1+
 Summary:GStreamer Streaming-Media Framework Plug-Ins
 Group:  Productivity/Multimedia/Other
 # We want to have base modules installed:
@@ -138,7 +138,7 @@
 processing capabilities can be added simply by installing new plug-ins.
 
 %package devel
-License:GPLv2+ ; LGPLv2.1+
+License:GPL-2.0+ ; LGPL-2.1+
 Summary:Include files and libraries mandatory for development with 
gstreamer-0_10-plugins-base
 Group:  Development/Libraries/C and C++
 Requires:   libgstinterfaces-0_10-0 = %{version} libgstapp-0_10-0 = 
%{version} gstreamer-0_10-devel
@@ -160,7 +160,7 @@
 to compile and link applications that use gstreamer-0_10-plugins-base.
 
 %package doc
-License:GPLv2+ ; LGPLv2.1+
+License:GPL-2.0+ ; LGPL-2.1+
 Summary:Documentation for gstreamer-0_10-plugins-base
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gstreamer-0_10-plugins-base for openSUSE:Factory

2011-11-14 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-base for 
openSUSE:Factory checked in at 2011-11-14 11:52:35

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-base (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-base.new (New)


Package is gstreamer-0_10-plugins-base, Maintainer is 
gnome-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-base/gstreamer-0_10-plugins-base.changes
  2011-09-23 02:02:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-base.new/gstreamer-0_10-plugins-base.changes
 2011-11-14 11:52:36.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 13 09:11:27 UTC 2011 - co...@suse.com
+
+- add libtool as explicit buildrequire to avoid implicit dependency from 
prjconf
+
+---



Other differences:
--
++ gstreamer-0_10-plugins-base.spec ++
--- /var/tmp/diff_new_pack.2ZOgMq/_old  2011-11-14 11:52:38.0 +0100
+++ /var/tmp/diff_new_pack.2ZOgMq/_new  2011-11-14 11:52:38.0 +0100
@@ -40,6 +40,7 @@
 %if %{build_v4l}
 BuildRequires:  libv4l-devel
 %endif
+BuildRequires:  libtool
 BuildRequires:  libvisual-devel
 BuildRequires:  libvorbis-devel
 BuildRequires:  orc

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gstreamer-0_10-plugins-base for openSUSE:Factory

2011-08-08 Thread h_root

Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-base for 
openSUSE:Factory
checked in at Mon Aug 8 15:01:56 CEST 2011.




--- GNOME/gstreamer-0_10-plugins-base/gstreamer-0_10-plugins-base.changes   
2011-07-07 09:46:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/gstreamer-0_10-plugins-base/gstreamer-0_10-plugins-base.changes
2011-08-06 22:13:07.0 +0200
@@ -1,0 +2,6 @@
+Sat Aug  6 20:11:30 UTC 2011 - ch...@computersalat.de
+
+- fix deps
+  o gobject-introspection = 0.9.12
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gstreamer-0_10-plugins-base.spec ++
--- /var/tmp/diff_new_pack.YXtPDm/_old  2011-08-08 15:00:17.0 +0200
+++ /var/tmp/diff_new_pack.YXtPDm/_new  2011-08-08 15:00:17.0 +0200
@@ -22,7 +22,7 @@
 Name:   gstreamer-0_10-plugins-base
 %define _name gst-plugins-base
 Version:0.10.35
-Release:2
+Release:4
 %define gst_branch 0.10
 BuildRequires:  alsa-devel
 BuildRequires:  cdparanoia-devel
@@ -51,7 +51,7 @@
 BuildRequires:  valgrind-devel
 %endif
 %if %suse_version = 1120
-BuildRequires:  gobject-introspection-devel
+BuildRequires:  gobject-introspection-devel = 0.9.12
 %endif
 License:GPLv2+ ; LGPLv2.1+
 Group:  Productivity/Multimedia/Other






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gstreamer-0_10-plugins-base for openSUSE:Factory

2011-07-07 Thread h_root

Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-base for 
openSUSE:Factory
checked in at Thu Jul 7 14:20:30 CEST 2011.




--- GNOME/gstreamer-0_10-plugins-base/gstreamer-0_10-plugins-base.changes   
2011-06-17 11:44:58.0 +0200
+++ 
/mounts/work_src_done/STABLE/gstreamer-0_10-plugins-base/gstreamer-0_10-plugins-base.changes
2011-07-07 09:46:41.0 +0200
@@ -1,0 +2,9 @@
+Wed Jul  6 20:07:57 UTC 2011 - dims...@opensuse.org
+
+- Introduce build_v4l macro. Video4Linux does no longer build
+  with linux-glibc-devel = 3.0, due to the fact that
+  VID_TYPE_MPEG_ENCODER is no longer defined (which in turn is used
+  to identify if v4l is usable). Video4Linux2 plugin can be found,
+  as before, in gstreamer-0_10-plugins-good package.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gstreamer-0_10-plugins-base.spec ++
--- /var/tmp/diff_new_pack.y6OrCQ/_old  2011-07-07 14:14:29.0 +0200
+++ /var/tmp/diff_new_pack.y6OrCQ/_new  2011-07-07 14:14:29.0 +0200
@@ -17,11 +17,12 @@
 
 # norootforbuild
 
+%define build_v4l 0%{?suse_version} = 1140
 
 Name:   gstreamer-0_10-plugins-base
 %define _name gst-plugins-base
 Version:0.10.35
-Release:1
+Release:2
 %define gst_branch 0.10
 BuildRequires:  alsa-devel
 BuildRequires:  cdparanoia-devel
@@ -36,6 +37,9 @@
 BuildRequires:  libgudev-1_0-devel
 %endif
 BuildRequires:  libtheora-devel
+%if %{build_v4l}
+BuildRequires:  libv4l-devel
+%endif
 BuildRequires:  libvisual-devel
 BuildRequires:  libvorbis-devel
 BuildRequires:  orc
@@ -234,7 +238,9 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgsttcp.so
 %{_libdir}/gstreamer-%{gst_branch}/libgsttheora.so
 %{_libdir}/gstreamer-%{gst_branch}/libgsttypefindfunctions.so
+%if %{build_v4l}
 %{_libdir}/gstreamer-%{gst_branch}/libgstvideo4linux.so
+%endif
 %{_libdir}/gstreamer-%{gst_branch}/libgstvideorate.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstvideoscale.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstvideotestsrc.so






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gstreamer-0_10-plugins-base for openSUSE:Factory

2011-06-20 Thread h_root

Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-base for 
openSUSE:Factory
checked in at Mon Jun 20 09:38:01 CEST 2011.




--- GNOME/gstreamer-0_10-plugins-base/gstreamer-0_10-plugins-base.changes   
2011-05-18 19:24:58.0 +0200
+++ 
/mounts/work_src_done/STABLE/gstreamer-0_10-plugins-base/gstreamer-0_10-plugins-base.changes
2011-06-17 11:44:58.0 +0200
@@ -1,0 +2,9 @@
+Fri Jun 17 11:03:38 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.10.35:
+  + Work around GLib atomic ops API change.
+  + don't use G_CONST_RETURN in public headers.
+  + bgo#600043: subparse: fails to recognise Cyrillic subtitles in
+windows-1251 encoding.
+
+---

calling whatdependson for head-i586


Old:

  gst-plugins-base-0.10.34.tar.bz2

New:

  gst-plugins-base-0.10.35.tar.bz2



Other differences:
--
++ gstreamer-0_10-plugins-base.spec ++
--- /var/tmp/diff_new_pack.ym44Th/_old  2011-06-20 09:31:24.0 +0200
+++ /var/tmp/diff_new_pack.ym44Th/_new  2011-06-20 09:31:24.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   gstreamer-0_10-plugins-base
 %define _name gst-plugins-base
-Version:0.10.34
+Version:0.10.35
 Release:1
 %define gst_branch 0.10
 BuildRequires:  alsa-devel

++ gst-plugins-base-0.10.34.tar.bz2 - gst-plugins-base-0.10.35.tar.bz2 
++
 6342 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gstreamer-0_10-plugins-base for openSUSE:Factory

2011-05-19 Thread h_root

Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-base for 
openSUSE:Factory
checked in at Thu May 19 09:21:53 CEST 2011.




--- GNOME/gstreamer-0_10-plugins-base/gstreamer-0_10-plugins-base.changes   
2011-05-11 15:04:38.0 +0200
+++ 
/mounts/work_src_done/STABLE/gstreamer-0_10-plugins-base/gstreamer-0_10-plugins-base.changes
2011-05-18 19:24:58.0 +0200
@@ -1,0 +2,7 @@
+Wed May 18 19:21:08 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.10.34:
+  + None changes: this release is identical to 0.10.33 and just
+done to keep core/base versions in sync.
+
+---

calling whatdependson for head-i586


Old:

  gst-plugins-base-0.10.33.tar.bz2

New:

  gst-plugins-base-0.10.34.tar.bz2



Other differences:
--
++ gstreamer-0_10-plugins-base.spec ++
--- /var/tmp/diff_new_pack.VKj1rn/_old  2011-05-19 09:16:44.0 +0200
+++ /var/tmp/diff_new_pack.VKj1rn/_new  2011-05-19 09:16:44.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   gstreamer-0_10-plugins-base
 %define _name gst-plugins-base
-Version:0.10.33
+Version:0.10.34
 Release:1
 %define gst_branch 0.10
 BuildRequires:  alsa-devel

++ gst-plugins-base-0.10.33.tar.bz2 - gst-plugins-base-0.10.34.tar.bz2 
++
 1762 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gstreamer-0_10-plugins-base for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-base for 
openSUSE:Factory
checked in at Mon May 16 09:47:47 CEST 2011.




--- GNOME/gstreamer-0_10-plugins-base/gstreamer-0_10-plugins-base.changes   
2011-01-26 09:55:49.0 +0100
+++ 
/mounts/work_src_done/STABLE/gstreamer-0_10-plugins-base/gstreamer-0_10-plugins-base.changes
2011-05-11 15:04:38.0 +0200
@@ -1,0 +2,122 @@
+Wed May 11 14:25:37 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.10.33:
+  + audioringbuffer: make sure to not start if the may_start flag
+is FALSE
+  + baseaudiosink:
+- arrange for running clock when rendering eos
+- don't allow aligning behind the read-segment
+- start ringbuffer upon going to PLAYING and already EOS
+  + riff: Add support for video/x-camstudio
+  + rtcpbuffer:
+- fix invalid read in validation of padding in rtcp packet
+- Round to next 32bit word, not current 32bit word at end of
+  SDES chunk
+  + rtpbuffer: Off-by-one error when creating RTP header extensions
+with a two-byte header
+  + rtsptransport: ensure valid int result when parsing ranges
+  + tag:
+- map the ID3v2 TENC frame to GST_TAG_ENCODED_BY
+- add GST_TAG_CAPTURING_EXPOSURE_COMPENSATION incl. EXIF/XMP
+  mappings
+- add a new GstTagXmpWriter interface to select XMP schemas to
+  be used
+  + tagdemux: also push cached events downstream when operating in
+pull mode
+  + video:
+- add GST_VIDEO_BUFFER_PROGRESSIVE flag
+- add ARGB64 and AYUV64 (16 bits per channel) formats
+- add r210 (10 bits per channel) format
+- add gst_video_format_get_component_depth() and
+  _new_template_caps()
+- fix creation of grayscale caps and height calculation for
+  YUV9/YVU9
+  + appsink: emit new-buffer-list signal for buffer lists if
+handled by app
+  + audiorate: add skip-to-first property
+  + decodebin2:
+- don't use the same parser element multiple times in the same
+  chain
+- improve detection of raw caps in expose-all-streams=false
+  mode
+  + discoverer:
+- don't wait for subtitle streams to preroll; leak fixes
+- use nominal bitrate if bitrate tag is unavailable
+  + encodebin:
+- add an audioconvert after the audio resampler
+- fix refcounting issues and leaks related to request pads
+- return a new reference of the pad for the request-pad
+  signal
+- set all elements to NULL and remove them from the bin when
+  removing a source group
+- tear down old profiles when setting new ones
+  + multifdsink: disconnect inactive clients in the select loop too
+  + oggmux:
+- prefer headers from caps to determine stream type (for VP8)
+- fix issue with ogg page numbering and discont flag handling
+- ensure stream serial numbers are unique
+- use running time for muxing instead of timestamps
+  + oggparse: better detection of delta unit flag
+  + playbin2:
+- uridecodebin: add source-setup signal
+- always prefer the custom set sink and also set it back to
+  NULL in all cases
+- check if an already existing sink supports the non-raw format
+- fix handling of non-raw custom sinks
+- if a sink claims to support ANY caps assume that it only
+  supports the usual raw formats
+- only consider the audio/video sinks in autoplug_continue for
+  the normal uridecodebin
+- use gst_pad_accept_caps() instead of intersecting with the
+  getcaps caps
+- set sinks to READY before checking if it accept caps
+  + textoverlay:
+- add support for ARGB and other RGB alpha variants, and xBGR
+  and RGBx
+- add support for vertical center alignment
+- converted AYUV to use 'A OVER B' alpha compositing
+- use a class wide mutex to work around pango reentrance issues
+  + theoraenc:
+- don't reset the video quality when setting the bitrate
+- allow adjustment of the speed level while running
+- set speed-level property defaults from libtheora's defaults
+  + typefinding:
+- MPEG-TS detection fixes
+- detect HTTP live streaming m3u8 playlists
+- detect windows icon files and DEGAS images
+- detect raw h.263
+- add depth and endianness fields to DTS caps
+  + uridecodebin:
+- Add default handler for autoplug-select
+- add https:// to protocols for which to enable buffering
+- expose autoplug-sort signal
+- post proper error message if decodebin2/typefind elements are
+  missing
+- Return NULL from the default autoplug-sort handler
+  + videorate: fix skip-to-first timestamp setup
+  + videoscale: add 16-bit-channel support (ARGB64, AYUV64), fix
+ARGB bilinear scaling
+  + videotestsrc: add 16-bit-per-channel support (ARGB64, AYUV64)
+  + vorbis: add support for using tremolo on android
+  + vorbistag:
+- Add support for METADATA_BLOCK_PICTURE tags
+- Write GST_TAG_IMAGE and GST_TAG_PREVIEW_IMAGE as
+