Accepting request 205500 from multimedia:libs

(forwarded request 205309 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/205500
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer?expand=0&rev=17
This commit is contained in:
Stephan Kulow 2013-11-04 06:06:03 +00:00 committed by Git OBS Bridge
commit a4c4d38b4a
5 changed files with 50 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8e0aa9f41370586171a2616326fbc508bc4b61ffc4d55b2a8c4c3459d0cc1130
size 3140588

3
gstreamer-1.2.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:94af5274299f845adf41cc504e0209b269acab7721293f49850fea27b4099463
size 3194556

View File

@ -19,14 +19,14 @@
Name: gstreamer-doc Name: gstreamer-doc
%define _name gstreamer %define _name gstreamer
%define build_doc 1 %define build_doc 1
Version: 1.0.10 Version: 1.2.0
Release: 0 Release: 0
%define gst_branch 1.0 %define gst_branch 1.0
Summary: Streaming-Media Framework Runtime Summary: Streaming-Media Framework Runtime
License: LGPL-2.1+ License: LGPL-2.1+
Group: Productivity/Multimedia/Other Group: Productivity/Multimedia/Other
Url: http://gstreamer.freedesktop.org/ Url: http://gstreamer.freedesktop.org/
Source0: http://gstreamer.freedesktop.org/src/gstreamer/%{_name}-%{version}.tar.xz Source0: http://download.gnome.org/sources/gstreamer/1.2/%{_name}-%{version}.tar.xz
Source1: gstreamer.macros Source1: gstreamer.macros
Source2: gstreamer.prov Source2: gstreamer.prov
Source99: baselibs.conf Source99: baselibs.conf

View File

@ -1,3 +1,46 @@
-------------------------------------------------------------------
Tue Oct 22 20:42:36 UTC 2013 - dimstar@opensuse.org
- Update to version 1.2.0:
+ A bunch of API changes (new stable branch 1.2).
+ New tool: gst-play-1.0 in gst-plugins-base for basic playback
testing on the command line.
+ New plugins:
- mssdemux for Microsoft Smooth Streaming.
- dashdemux for DASH adaptive streaming protocol.
- bluez for interaction with Bluetooth devices.
- openjpeg for JPEG2000 decoding and encoding.
- daala for experimental Daala decoding and encoding.
- vpx plugin has experimental VP9 decoding and encoding
support.
- webp plugin for WebP decoding (encoding to be added later).
- Various others: yadif, srtp, sbc, fluidsynth, midiparse,
mfc, ivtv, accuraterip and audiofxbad.
+ Moved plugins: dtmf, vp8rtp, scaletempo and rtpmux plugins are
now in gstreamer-plugins-good.
+ Audio and Video related fixes.
+ Other changes:
- gst-libav now uses libav 9.
- Static linking of plugins is supported now.
- rtspsrc: add support for NetClientClock.
- RTP retransmission / NACK support and big RTP jitterbuffer
improvements.
- SRTP and DTLS support.
- Changes to many elements and core to use the correct sticky
event order and also not lose any important sticky events
during flushing.
- >1000 fixed bug reports, and many other bug fixes and other
improvements everywhere that had no bug report.
+ Notes:
- Single header includes for all libraries,
e.g. #include <gst/video/video.h>
- Stricter (correct) caps subset checking in some cases.
- x264enc now outputs data in byte-stream by default if
downstream has ANY caps.
- The MPEG TS demuxer posts messages contain the PMT, PAT,
etc, in a different format now.
- The GstContext API has changed between 1.1.4 and 1.1.90.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Aug 31 10:15:33 UTC 2013 - zaitor@opensuse.org Sat Aug 31 10:15:33 UTC 2013 - zaitor@opensuse.org

View File

@ -19,14 +19,14 @@
Name: gstreamer Name: gstreamer
%define _name gstreamer %define _name gstreamer
%define build_doc 0 %define build_doc 0
Version: 1.0.10 Version: 1.2.0
Release: 0 Release: 0
%define gst_branch 1.0 %define gst_branch 1.0
Summary: Streaming-Media Framework Runtime Summary: Streaming-Media Framework Runtime
License: LGPL-2.1+ License: LGPL-2.1+
Group: Productivity/Multimedia/Other Group: Productivity/Multimedia/Other
Url: http://gstreamer.freedesktop.org/ Url: http://gstreamer.freedesktop.org/
Source0: http://gstreamer.freedesktop.org/src/gstreamer/%{_name}-%{version}.tar.xz Source0: http://download.gnome.org/sources/gstreamer/1.2/%{_name}-%{version}.tar.xz
Source1: gstreamer.macros Source1: gstreamer.macros
Source2: gstreamer.prov Source2: gstreamer.prov
Source99: baselibs.conf Source99: baselibs.conf