Accepting request 393181 from GNOME:Next
New stable update OBS-URL: https://build.opensuse.org/request/show/393181 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=72
This commit is contained in:
parent
4c4a65cd37
commit
445874e803
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:abc0acc1d15b4b9c97c65cd9689bd6400081853b9980ea428d3c8572dd791522
|
|
||||||
size 2890152
|
|
3
gst-plugins-base-1.8.1.tar.xz
Normal file
3
gst-plugins-base-1.8.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:15a9de985cd265c344e359f5b19347df4021b7611ed2c2d91917cb900f2fad6f
|
||||||
|
size 2879248
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 20 17:31:52 UTC 2016 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.8.1:
|
||||||
|
+ bgo#764020: adaptivedemux: Deadlock on HLS and DASH streams
|
||||||
|
when scrub seeking.
|
||||||
|
+ bgo#764865: audiosrc, audiosink: race in gstaudiosrc
|
||||||
|
audioringbuffer thread.
|
||||||
|
+ bgo#765027: critical warning in rtspsrc when doing srtp.
|
||||||
|
+ bgo#765082: mikey: add new function gst_mikey_message_to_caps.
|
||||||
|
- Properly escape some macros in comments to silence rpmlint.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 26 17:11:24 UTC 2016 - zaitor@opensuse.org
|
Sat Mar 26 17:11:24 UTC 2016 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: gstreamer-plugins-base
|
Name: gstreamer-plugins-base
|
||||||
%define _name gst-plugins-base
|
%define _name gst-plugins-base
|
||||||
Version: 1.8.0
|
Version: 1.8.1
|
||||||
Release: 0
|
Release: 0
|
||||||
%define gst_branch 1.0
|
%define gst_branch 1.0
|
||||||
Url: http://gstreamer.freedesktop.org/
|
Url: http://gstreamer.freedesktop.org/
|
||||||
@ -502,9 +502,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/gstreamer-%{gst_branch}/libgstaudiotestsrc.so
|
%{_libdir}/gstreamer-%{gst_branch}/libgstaudiotestsrc.so
|
||||||
%{_libdir}/gstreamer-%{gst_branch}/libgstaudiorate.so
|
%{_libdir}/gstreamer-%{gst_branch}/libgstaudiorate.so
|
||||||
%{_libdir}/gstreamer-%{gst_branch}/libgstcdparanoia.so
|
%{_libdir}/gstreamer-%{gst_branch}/libgstcdparanoia.so
|
||||||
#%%{_libdir}/gstreamer-%{gst_branch}/libgstdecodebin.so
|
#%%{_libdir}/gstreamer-%%{gst_branch}/libgstdecodebin.so
|
||||||
#%%{_libdir}/gstreamer-%{gst_branch}/libgstdecodebin2.so
|
#%%{_libdir}/gstreamer-%%{gst_branch}/libgstdecodebin2.so
|
||||||
#%%{_libdir}/gstreamer-%{gst_branch}/libgstffmpegcolorspace.so
|
#%%{_libdir}/gstreamer-%%{gst_branch}/libgstffmpegcolorspace.so
|
||||||
%{_libdir}/gstreamer-%{gst_branch}/libgstgio.so
|
%{_libdir}/gstreamer-%{gst_branch}/libgstgio.so
|
||||||
%{_libdir}/gstreamer-%{gst_branch}/libgstlibvisual.so
|
%{_libdir}/gstreamer-%{gst_branch}/libgstlibvisual.so
|
||||||
%{_libdir}/gstreamer-%{gst_branch}/libgstogg.so
|
%{_libdir}/gstreamer-%{gst_branch}/libgstogg.so
|
||||||
@ -524,7 +524,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/gstreamer-%{gst_branch}/libgstximagesink.so
|
%{_libdir}/gstreamer-%{gst_branch}/libgstximagesink.so
|
||||||
%{_libdir}/gstreamer-%{gst_branch}/libgstxvimagesink.so
|
%{_libdir}/gstreamer-%{gst_branch}/libgstxvimagesink.so
|
||||||
#Moved to -bad for now... likely to come pack later
|
#Moved to -bad for now... likely to come pack later
|
||||||
#%%{_libdir}/gstreamer-%{gst_branch}/libgstgdp.so
|
#%%{_libdir}/gstreamer-%%{gst_branch}/libgstgdp.so
|
||||||
%{_libdir}/gstreamer-%{gst_branch}/libgstencodebin.so
|
%{_libdir}/gstreamer-%{gst_branch}/libgstencodebin.so
|
||||||
%doc %{_mandir}/man1/gst-device-monitor-*
|
%doc %{_mandir}/man1/gst-device-monitor-*
|
||||||
%doc %{_mandir}/man1/gst-discoverer-*
|
%doc %{_mandir}/man1/gst-discoverer-*
|
||||||
|
Loading…
Reference in New Issue
Block a user