Hello community,

here is the log from the commit of package gstreamer-plugins-good for 
openSUSE:Factory checked in at 2018-05-29 10:26:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-good (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer-plugins-good.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer-plugins-good"

Tue May 29 10:26:49 2018 rev:56 rq:611164 version:1.14.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-good/gstreamer-plugins-good.changes
    2018-04-02 22:48:28.883471933 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-good.new/gstreamer-plugins-good.changes
       2018-05-29 10:26:55.308368226 +0200
@@ -1,0 +2,130 @@
+Sun May 20 09:28:27 UTC 2018 - bjorn....@gmail.com
+
+- Update to version 1.14.1:
+  + GstPad: Fix race condition causing the same probe to be called
+    multiple times
+  + Fix occasional deadlocks on windows when outputting debug
+    logging
+  + Fix debug levels being applied in the wrong order
+  + GIR annotation fixes for bindings
+  + audiomixer, audioaggregator: fix some negotiation issues
+  + gst-play-1.0: fix leaving stdin in non-blocking mode after exit
+  + flvmux: wait for caps on all input pads before writing header
+    even if source is live
+  + flvmux: don't wake up the muxer unless there is data, fixes
+    busy looping if there's no input data
+  + flvmux: fix major leak of input buffers
+  + rtspsrc, rtsp-server: revert to RTSP RFC handling of
+    sendonly/recvonly attributes
+  + rtpvrawpay: fix payloading with very large mtu sizes where
+    everything fits into a single RTP packet
+  + v4l2: Fix hard-coded enabled v4l2 probe on Linux/ARM
+  + v4l2: Disable DMABuf for emulated formats when using libv4l2
+  + v4l2: Always set colorimetry in S_FMT
+  + asfdemux: Set stream-format field for H264 streams and handle
+    H.264 in bytestream format
+  + x265enc: Fix tagging of keyframes on output buffers
+  + ladspa: Fix critical during plugin load on Windows
+  + decklink: Fix COM initialisation on Windows
+  + h264parse: fix re-use across pipeline stop/restart
+  + mpegtsmux: fix force-keyframe event handling and PCR/PMT
+    changes that would confuse some players with generated HLS
+    streams
+  + adaptivedemux: Support period change in live playlist
+  + rfbsrc: Fix support for applevncserver and support NULL pool in
+    decide_allocation
+  + jpegparse: Fix APP1 marker segment parsing
+  + h265parse: Make caps writable before modifying them, fixes
+    criticals
+  + fakevideosink: request an extra buffer if enable-last-sample is
+    enabled
+  + wasapisrc: Don't provide a clock based on WASAPI's clock
+  + wasapi: Only use audioclient3 when low-latency, as it might
+    otherwise glitch with slow CPUs or VMs
+  + wasapi: Don't derive device period from latency time, should
+    make it more robust against glitches
+  + audiolatency: Fix wave detection in buffers and avoid bogus pts
+    values while starting
+  + msdk: fix plugin load on implementations with only HW support
+  + msdk: dec: set framerate to the driver only if provided, not in
+    0/1 case
+  + msdk: Don't set extended coding options for JPEG encode
+  + rtponviftimestamp: fix state change function init/reset causing
+    races/crashes on shutdown
+  + decklink: fix initialization failure in windows binary
+  + ladspa: Fix critical warnings during plugin load on Windows and
+    fix dependencies in meson build
+  + gl: fix cross-compilation error with viv-fb
+  + qmlglsink: make work with eglfs_kms
+  + rtspclientsink: Don't deadlock in preroll on early close
+  + rtspclientsink: Fix client ports for the RTCP backchannel
+  + rtsp-server: Fix session timeout when streaming data to client
+    over TCP
+  + vaapiencode: h264: find best profile in those available, fixing
+    negotiation errors
+  + vaapi: remove custom GstGL context handling, use GstGL instead.
+    Fixes GL Context sharing with WebkitGtk on wayland
+  + gst-editing-services: various fixes
+  + gst-python: bump pygobject req to 3.8;
+    fix GstPad.set_query_function(); dist autogen.sh and
+    configure.ac in tarball
+  + g-i: pick up GstVideo-1.0.gir from local build directory in
+    GstGL build
+  + g-i: update constant values for bindings
+  + avoid duplicate symbols in plugins across modules in static
+    builds
+  + ... and many, many more!
+
+-------------------------------------------------------------------
+Fri Mar 30 03:02:52 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 1.14.0:
+  + Highlights:
+    - WebRTC support: real-time audio/video streaming to and from
+      web browsers;
+    - Experimental support for the next-gen royalty-free AV1 video
+      codec
+    - Video4Linux: encoding support, stable element names and
+      faster device probing;
+    - Support for the Secure Reliable Transport (SRT) video
+      streaming protocol;
+    - RTP Forward Error Correction (FEC) support (ULPFEC);
+    - RTSP 2.0 support in rtspsrc and gst-rtsp-server;
+    - ONVIF audio backchannel support in gst-rtsp-server and
+      rtspsrc;
+    - playbin3 gapless playback and pre-buffering support;
+    - Tee, our stream splitter/duplication element, now does
+      allocation query aggregation which is important for efficient
+      data handling and zero-copy;
+    - QuickTime muxer has a new prefill recording mode that allows
+      file import in Adobe Premiere and FinalCut Pro while the file
+      is still being written;
+    - rtpjitterbuffer fast-start mode and timestamp offset
+      adjustment smoothing;
+    - souphttpsrc connection sharing, which allows for connection
+      reuse, cookie sharing, etc;
+    - nvdec: new plugin for hardware-accelerated video decoding
+      using the NVIDIA NVDEC API;
+    - Adaptive DASH trick play support;
+    - ipcpipeline: new plugin that allows splitting a pipeline
+      across multiple processes;
+    - Major gobject-introspection annotation improvements for large
+      parts of the library API;
+    - GStreamer C# bindings have been revived and seen many updates
+      and fixes;
+    - The externally maintained GStreamer Rust bindings had many
+      usability improvements and cover most of the API now.
+      Coinciding with the 1.14 release, a new release with the 1.14
+      API additions is happening.
+  + Updated translations.
+- Add:
+  + Mesa-libGLESv3-devel and Mesa-libGLESv2-devel, libmp3lame-devel
+    and gstreamer-gl-1.0, gtk+-wayland-3.0, libmpg123 and twolame
+    pkgconfig modules as build time dependencies.
+  + pkgconfig(x11) BuildRequires to avoid implicit dependencies.
+  + Gtk, MPG123, lame and TwoLame plugins moved from
+    gstreamer-plugins-bad/ugly, following upstream changes.
+  + gstreamer-plugins-ugly Conflicts, ensure we do not have
+    clashing files.
+
+-------------------------------------------------------------------

Old:
----
  gst-plugins-good-1.12.5.tar.xz

New:
----
  gst-plugins-good-1.14.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gstreamer-plugins-good.spec ++++++
--- /var/tmp/diff_new_pack.dMNBIf/_old  2018-05-29 10:26:56.084339553 +0200
+++ /var/tmp/diff_new_pack.dMNBIf/_new  2018-05-29 10:26:56.092339258 +0200
@@ -22,19 +22,22 @@
 %define _name gst-plugins-good
 %define gst_branch 1.0
 Name:           gstreamer-plugins-good
-Version:        1.12.5
+Version:        1.14.1
 Release:        0
 Summary:        GStreamer Streaming-Media Framework Plug-Ins
 License:        LGPL-2.1-or-later
 Group:          Productivity/Multimedia/Other
 URL:            http://gstreamer.freedesktop.org/
-Source0:        
https://gstreamer.freedesktop.org/src/gst-plugins-good/%{_name}-%{version}.tar.xz
+Source0:        
http://download.gnome.org/sources/gst-plugins-good/1.14/%{_name}-%{version}.tar.xz
 Source1:        gstreamer-plugins-good.appdata.xml
 Source99:       baselibs.conf
+BuildRequires:  Mesa-libGLESv2-devel
+BuildRequires:  Mesa-libGLESv3-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gtk-doc >= 1.12
 BuildRequires:  libICE-devel
 BuildRequires:  libSM-devel
+BuildRequires:  libmp3lame-devel
 # used by libgstvideo4linux2.so
 BuildRequires:  libXv-devel
 BuildRequires:  libavc1394-devel
@@ -52,18 +55,21 @@
 BuildRequires:  pkgconfig(flac) >= 1.1.4
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.8.0
 BuildRequires:  pkgconfig(glib-2.0) >= 2.40.0
-BuildRequires:  pkgconfig(gstreamer-1.0) >= 1.12.0
-BuildRequires:  pkgconfig(gstreamer-base-1.0) >= 1.12.0
+BuildRequires:  pkgconfig(gstreamer-1.0) >= %{version}
+BuildRequires:  pkgconfig(gstreamer-base-1.0) >= %{version}
 BuildRequires:  pkgconfig(gstreamer-check-1.0)
-BuildRequires:  pkgconfig(gstreamer-controller-1.0) >= 1.12.0
-BuildRequires:  pkgconfig(gstreamer-net-1.0) >= 1.12.0
-BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0) >= 1.12.0
-BuildRequires:  pkgconfig(gtk+-3.0) >= 2.91.3
-BuildRequires:  pkgconfig(gtk+-x11-3.0) >= 2.91.3
+BuildRequires:  pkgconfig(gstreamer-controller-1.0) >= %{version}
+BuildRequires:  pkgconfig(gstreamer-gl-1.0)
+BuildRequires:  pkgconfig(gstreamer-net-1.0) >= %{version}
+BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0) >= %{version}
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.15.0
+BuildRequires:  pkgconfig(gtk+-wayland-3.0) >= 3.15.0
+BuildRequires:  pkgconfig(gtk+-x11-3.0) >= 3.15.0
 BuildRequires:  pkgconfig(gudev-1.0) >= 147
 BuildRequires:  pkgconfig(jack) >= 0.99.10
 BuildRequires:  pkgconfig(libdv) >= 0.100
 BuildRequires:  pkgconfig(libiec61883) >= 1.0.0
+BuildRequires:  pkgconfig(libmpg123) >= 1.13
 BuildRequires:  pkgconfig(libpng) >= 1.2
 BuildRequires:  pkgconfig(libpulse) >= 2.0
 BuildRequires:  pkgconfig(libraw1394) >= 2.0.0
@@ -74,12 +80,14 @@
 BuildRequires:  pkgconfig(shout) >= 2.0
 BuildRequires:  pkgconfig(speex) >= 1.1.6
 BuildRequires:  pkgconfig(taglib) >= 1.5
+BuildRequires:  pkgconfig(twolame) >= 0.3.10
 BuildRequires:  pkgconfig(vpx) >= 1.3.0
 BuildRequires:  pkgconfig(wavpack) >= 4.60.0
+BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xdamage)
 BuildRequires:  pkgconfig(xfixes)
-Requires:       gstreamer >= 1.8.0
-Requires:       gstreamer-plugins-base >= 1.8.1
+Requires:       gstreamer >= %{version}
+Requires:       gstreamer-plugins-base >= %{version}
 Recommends:     %{name}-lang
 Enhances:       gstreamer
 # Generic name, never used in SuSE: I wish it had been used I would have used 
it then I wouldn't have to keep copy pasting and actually type it.
@@ -87,6 +95,7 @@
 %if 0%{?ENABLE_AALIB}
 BuildRequires:  aalib-devel
 %endif
+Conflicts:      gstreamer-plugins-ugly < 1.13.92
 
 %description
 GStreamer is a streaming media framework based on graphs of filters
@@ -181,6 +190,7 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgstflv.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstflxdec.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstgdkpixbuf.so
+%{_libdir}/gstreamer-%{gst_branch}/libgstgtk.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstgoom.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstgoom2k1.so
 %{_libdir}/gstreamer-%{gst_branch}/libgsticydemux.so
@@ -189,8 +199,10 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgstinterleave.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstisomp4.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstjpeg.so
+%{_libdir}/gstreamer-%{gst_branch}/libgstlame.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstlevel.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstmatroska.so
+%{_libdir}/gstreamer-%{gst_branch}/libgstmpg123.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstmulaw.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstmultifile.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstmultipart.so
@@ -209,6 +221,7 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgstspectrum.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstspeex.so
 %{_libdir}/gstreamer-%{gst_branch}/libgsttaglib.so
+%{_libdir}/gstreamer-%{gst_branch}/libgsttwolame.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstudp.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstvideo4linux2.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstvideobox.so
@@ -222,8 +235,6 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgstximagesrc.so
 %{_libdir}/gstreamer-%{gst_branch}/libgsty4menc.so
 
-%files lang -f %{_name}-%{gst_branch}.lang
-
 %files doc
 %doc AUTHORS README RELEASE REQUIREMENTS
 %{_datadir}/gtk-doc/html/gst-plugins-good-plugins-%{gst_branch}
@@ -242,4 +253,6 @@
 %files jack
 %{_libdir}/gstreamer-%{gst_branch}/libgstjack.so
 
+%files lang -f %{_name}-%{gst_branch}.lang
+
 %changelog

++++++ gst-plugins-good-1.12.5.tar.xz -> gst-plugins-good-1.14.1.tar.xz ++++++
++++ 123142 lines of diff (skipped)

++++++ gstreamer-plugins-good.appdata.xml ++++++
--- /var/tmp/diff_new_pack.dMNBIf/_old  2018-05-29 10:26:57.728278809 +0200
+++ /var/tmp/diff_new_pack.dMNBIf/_new  2018-05-29 10:26:57.728278809 +0200
@@ -12,7 +12,7 @@
       format is not patent encumbered.
     </p>
     <p>
-      A codec decodes audio and video for for playback or editing and is also
+      A codec decodes audio and video for playback or editing and is also
       used for transmission or storage.
       Different codecs are used in video-conferencing, streaming media and
       video editing applications.


Reply via email to