Accepting request 555932 from home:Zaitor:branches:multimedia:libs

- Update to version 1.12.4:
  + Dozens of fixes for various issues detected with the help of
    Google's OSS-Fuzz project.
  + Performance regressions with registering debug categories after
    gst_init() were fixed.
  + Regression with seeking back to 0 in souphttpsrc was fixed.
  + Regression with header rewriting in flacparse was fixed.
  + Regression with playbin/playsink leaking sinks was fixed.
  + Inconsistencies with DROPPED/HANDLED handling in pad probe
    handlers are fixed.
  + gst_bin_iterate_sorted() always returns sources last now, as
    documented.
  + gst_query_writable_structure() will never return NULL, for
    consistency with events.
  + Removal of metas from gst_buffer_meta_foreach() works correctly
    now.
  + OpenJPEG plugin builds with OpenJPEG >= 2.3.
  + CDIO plugin builds with CDIO >= 1.0.
  + gstreamer-vaapi works correctly with libva 1.0.
  + gst-libav was updated to ffmpeg 3.3.5.
  + Various fixes for memory leaks, deadlocks and crashes in all
    modules and many, many more!
  + Bugs fixed: bgo#788520, bgo#788617.
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/555932
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=111
This commit is contained in:
Tomáš Chvátal 2017-12-11 18:35:51 +00:00 committed by Git OBS Bridge
parent 7b4f0b42f8
commit 38ecf11b40
4 changed files with 32 additions and 4 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5a8704aa4c2eeb04da192c4a9942f94f860ac1a585de90d9f914bac26a970674
size 3177208

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Mon Dec 11 12:30:50 UTC 2017 - zaitor@opensuse.org
- Update to version 1.12.4:
+ Dozens of fixes for various issues detected with the help of
Google's OSS-Fuzz project.
+ Performance regressions with registering debug categories after
gst_init() were fixed.
+ Regression with seeking back to 0 in souphttpsrc was fixed.
+ Regression with header rewriting in flacparse was fixed.
+ Regression with playbin/playsink leaking sinks was fixed.
+ Inconsistencies with DROPPED/HANDLED handling in pad probe
handlers are fixed.
+ gst_bin_iterate_sorted() always returns sources last now, as
documented.
+ gst_query_writable_structure() will never return NULL, for
consistency with events.
+ Removal of metas from gst_buffer_meta_foreach() works correctly
now.
+ OpenJPEG plugin builds with OpenJPEG >= 2.3.
+ CDIO plugin builds with CDIO >= 1.0.
+ gstreamer-vaapi works correctly with libva 1.0.
+ gst-libav was updated to ffmpeg 3.3.5.
+ Various fixes for memory leaks, deadlocks and crashes in all
modules and many, many more!
+ Bugs fixed: bgo#788520, bgo#788617.
+ Updated translations.
-------------------------------------------------------------------
Fri Dec 1 08:50:56 UTC 2017 - zaitor@opensuse.org

View File

@ -18,7 +18,7 @@
Name: gstreamer
%define _name gstreamer
Version: 1.12.3
Version: 1.12.4
Release: 0
%define gst_branch 1.0
Summary: Streaming-Media Framework Runtime