Accepting request 357489 from multimedia:libs
1 OBS-URL: https://build.opensuse.org/request/show/357489 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer-plugins-base?expand=0&rev=31
This commit is contained in:
commit
7140478922
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c75dd400e451526ed71e1c4955e33d470a2581f5e71ecf84920a41c0a5c75322
|
|
||||||
size 2838544
|
|
3
gst-plugins-base-1.6.3.tar.xz
Normal file
3
gst-plugins-base-1.6.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b6154f8fdba4877e95efd94610ef0ada4f0171cd12eb829a3c3c97345d9c7a75
|
||||||
|
size 2837460
|
@ -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
|
Wed Dec 23 14:26:40 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gstreamer-plugins-base
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: gstreamer-plugins-base
|
Name: gstreamer-plugins-base
|
||||||
%define _name gst-plugins-base
|
%define _name gst-plugins-base
|
||||||
Version: 1.6.2
|
Version: 1.6.3
|
||||||
Release: 0
|
Release: 0
|
||||||
%define gst_branch 1.0
|
%define gst_branch 1.0
|
||||||
Url: http://gstreamer.freedesktop.org/
|
Url: http://gstreamer.freedesktop.org/
|
||||||
@ -26,12 +26,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
||||||
License: LGPL-2.1+ and GPL-2.0+
|
License: LGPL-2.1+ and GPL-2.0+
|
||||||
Group: Productivity/Multimedia/Other
|
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
|
Source2: baselibs.conf
|
||||||
Patch0: aarch64-no-neon.patch
|
Patch0: aarch64-no-neon.patch
|
||||||
BuildRequires: cdparanoia-devel
|
BuildRequires: cdparanoia-devel
|
||||||
BuildRequires: glib2-devel >= 2.32
|
BuildRequires: glib2-devel >= 2.32
|
||||||
BuildRequires: gstreamer-devel >= 1.6.2
|
BuildRequires: gstreamer-devel >= 1.6.3
|
||||||
BuildRequires: gstreamer-utils > 0.11
|
BuildRequires: gstreamer-utils > 0.11
|
||||||
BuildRequires: gtk-doc >= 1.12
|
BuildRequires: gtk-doc >= 1.12
|
||||||
BuildRequires: libICE-devel
|
BuildRequires: libICE-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user