From 181518b78ca65feba93fd0a3937f38fee7e950f24234f843c2ac4609f89b9bda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 3 Feb 2016 09:31:21 +0000 Subject: [PATCH] Accepting request 357481 from GNOME:Next Update to 1.6.3 OBS-URL: https://build.opensuse.org/request/show/357481 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=66 --- gst-plugins-base-1.6.2.tar.xz | 3 --- gst-plugins-base-1.6.3.tar.xz | 3 +++ gstreamer-plugins-base.changes | 40 ++++++++++++++++++++++++++++++++++ gstreamer-plugins-base.spec | 8 +++---- 4 files changed, 47 insertions(+), 7 deletions(-) delete mode 100644 gst-plugins-base-1.6.2.tar.xz create mode 100644 gst-plugins-base-1.6.3.tar.xz diff --git a/gst-plugins-base-1.6.2.tar.xz b/gst-plugins-base-1.6.2.tar.xz deleted file mode 100644 index ee082a6..0000000 --- a/gst-plugins-base-1.6.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c75dd400e451526ed71e1c4955e33d470a2581f5e71ecf84920a41c0a5c75322 -size 2838544 diff --git a/gst-plugins-base-1.6.3.tar.xz b/gst-plugins-base-1.6.3.tar.xz new file mode 100644 index 0000000..26ab879 --- /dev/null +++ b/gst-plugins-base-1.6.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6154f8fdba4877e95efd94610ef0ada4f0171cd12eb829a3c3c97345d9c7a75 +size 2837460 diff --git a/gstreamer-plugins-base.changes b/gstreamer-plugins-base.changes index 9890774..decb14a 100644 --- a/gstreamer-plugins-base.changes +++ b/gstreamer-plugins-base.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Thu Jan 21 21:46:44 UTC 2016 - badshah400@gmail.com + +- Update to version 1.6.3: + - Fix regression in GL library that made glimagesink unsable on + Android. + - Integer arithmetic overflow in queue2 element that could break + buffering or cause crashes due to NULL pointer dereference. + - Fix crash in AAC/ADTS typefinder caused by reading more memory + than is available. + - Stop ignoring encoder errors in the VP8/VP9 encoders. + - Deprecate GstVideoEncoder GST_VIDEO_ENCODER_FLOW_DROPPED. It's + redudant and was never actually implemented. + - Ensure to store the correct video info in GstVideoBufferPool. + - Fix caps in rtspsrc when doing SRTP over interleaved TCP. + - Fix crash in pcap parser on 0-sized packets. + - Clear EOS flag in appsrc to allow reuse after EOS and + flushing. + - Ignore flushing streams in streamsynchronizer during stream + switches to fix problems caused by this in + gst-editing-services. + - Ignore tags and other metadata in WAV files after the "data" + chunk in PUSH mode to prevent them from being interpreted as + audio. + - Correctly use colorimetry in v4l2 only for YUV color formats. + - Set reserved bits in MPEG TS muxer to 1s. + - Fix calculation of SBC frame lengths. + - Fix output of the RTP JPEG2000 depayloader to have one frame + per buffer and crash in the OpenJPEG decoder on incomplete + frames. + - Update ffmpeg snapshot in gst-libav to 2.8.5. + - Memory leak fixes in scaletempo, the raw video RTP + depayloader, and in playsink related to audio/video filters. + - Fixes for error handling in the OSX audio plugin. + - Various gobject-introspection annotation fixes and additions. + - Compiler warning fixes for latest clang compiler. +- Change source URL to http://gstreamer.freedesktop.org/ instead + of http://download.gnome.org/; the former seems to be more + frequently updated. + ------------------------------------------------------------------- Wed Dec 23 14:26:40 UTC 2015 - dimstar@opensuse.org diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec index 7109693..b8e2095 100644 --- a/gstreamer-plugins-base.spec +++ b/gstreamer-plugins-base.spec @@ -1,7 +1,7 @@ # # spec file for package gstreamer-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 @@ -18,7 +18,7 @@ Name: gstreamer-plugins-base %define _name gst-plugins-base -Version: 1.6.2 +Version: 1.6.3 Release: 0 %define gst_branch 1.0 Url: http://gstreamer.freedesktop.org/ @@ -26,12 +26,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: GStreamer Streaming-Media Framework Plug-Ins License: LGPL-2.1+ and GPL-2.0+ Group: Productivity/Multimedia/Other -Source: http://download.gnome.org/sources/gst-plugins-base/1.6/%{_name}-%{version}.tar.xz +Source: http://gstreamer.freedesktop.org/src/gst-plugins-base/%{_name}-%{version}.tar.xz Source2: baselibs.conf Patch0: aarch64-no-neon.patch BuildRequires: cdparanoia-devel BuildRequires: glib2-devel >= 2.32 -BuildRequires: gstreamer-devel >= 1.6.2 +BuildRequires: gstreamer-devel >= 1.6.3 BuildRequires: gstreamer-utils > 0.11 BuildRequires: gtk-doc >= 1.12 BuildRequires: libICE-devel