Hello community,

here is the log from the commit of package gstreamer-plugins-good for 
openSUSE:Factory checked in at 2014-07-27 08:24: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"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-good/gstreamer-plugins-good.changes
    2014-04-26 11:04:40.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-good.new/gstreamer-plugins-good.changes
       2014-07-27 08:25:02.000000000 +0200
@@ -1,0 +2,74 @@
+Mon Jul 21 11:18:15 UTC 2014 - dims...@opensuse.org
+
+- Update to version 1.4.0:
+  + Bugs fixed: bgo#732912, bgo#733122, bgo#733190, bgo#733380.
+  + Updated translations.
+- Package baselibs.conf.
+
+-------------------------------------------------------------------
+Thu Jul 17 22:46:45 UTC 2014 - dims...@opensuse.org
+
+- Update to version 1.3.91:
+  + Various API additions.
+  + New plugins and elements:
+    - v4l2videodec element for accessing hardware codecs on
+      platforms that make them accessible via V4L2.
+    - New downloadbuffer element that replaces the download
+      buffering feature of queue2.
+    - rtpstreampay and rtpstreamdepay elements for transmitting RTP
+      packets over a stream API (e.g. TCP) according to RFC 4571.
+    - rtprtx elements for standard compliant implementation of
+      retransmissions, integrated into the rtpmanager plugin.
+    - audiomixer element that mixes multiple audio streams together
+      into a single one while keeping synchronization.
+    - OpenNI2 plugin for 3D cameras like the Kinect camera.
+    - OpenEXR plugin for decoding high-dynamic-range EXR images.
+    - curlsshsink and curlsftpsink to write files via SSH/SFTP.
+    - videosignal, ivfparse and sndfile plugins ported from 0.10.
+    - avfvideosrc, vtdec and other elements were ported from 0.10
+      and are available on OS X and iOS now.
+  + Other changes:
+    - gst-libav now uses libav 10.1, and gained support for
+      H265/HEVC.
+    - Support for hardware codecs and special memory types has been
+      improved with bugfixes and feature additions in various
+      plugins and base classes.
+    - Various bugfixes and improvements to buffering in queue2 and
+      multiqueue elements.
+    - dvbsrc supports more delivery mechanisms and other features
+      now, including DVB S2 and T2 support.
+    - The MPEGTS library has support for many more descriptors.
+    - Major improvements to tsdemux and tsparse, especially time
+      and seeking related.
+    - souphttpsrc now has support for keep-alive connections,
+      compression, configurable number of retries and configuration
+      for SSL certificate validation.
+    - hlsdemux has undergone major refactoring and works more
+      reliable now and supports more HLS features like trick modes.
+    - dashdemux and mssdemux are now also pushing fragments
+      downstream while they're downloaded instead of waiting for
+      each fragment to finish.
+    - videoflip can automatically flip based on the orientation
+      tag.
+    - openjpeg supports the OpenJPEG2 API.
+    - waylandsink was refactored and should be more useful now.
+    - gst-rtsp-server supports SRTP and MIKEY now.
+    - gst-libav encoders are now negotiating any profile/level
+      settings with downstream via caps.
+    - Lots of fixes for coverity warnings all over the place.
+    - Negotiation related performance improvements.
+    - 800+ fixed bug reports.
+  + Things to look out for:
+    - The eglglessink element was removed and replaced by the
+      glimagesink element.
+    - The mfcdec element was removed and replaced by v4l2videodec.
+    - osxvideosink is only available in OS X 10.6 or newer.
+    - On Android the namespace of the automatically generated Java
+      class for initialization of GStreamer has changed from
+      com.gstreamer to org.freedesktop.gstreamer to prevent
+      namespace pollution.
+    - On iOS you have to update your gst_ios_init.h and
+      gst_ios_init.m in your projects from the one included in the
+      binaries if you used the GnuTLS GIO module before.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ gstreamer-plugins-good.spec ++++++
--- /var/tmp/diff_new_pack.Rh9HuK/_old  2014-07-27 08:25:04.000000000 +0200
+++ /var/tmp/diff_new_pack.Rh9HuK/_new  2014-07-27 08:25:04.000000000 +0200
@@ -22,21 +22,22 @@
 
 Name:           gstreamer-plugins-good
 %define _name gst-plugins-good
-Version:        1.2.4
+Version:        1.4.0
 Release:        0
 %define gst_branch 1.0
 Summary:        GStreamer Streaming-Media Framework Plug-Ins
 License:        LGPL-2.1+
 Group:          Productivity/Multimedia/Other
 Url:            http://gstreamer.freedesktop.org/
-Source0:        
http://download.gnome.org/sources/gst-plugins-good/1.2/%{_name}-%{version}.tar.xz
+Source0:        
http://download.gnome.org/sources/gst-plugins-good/1.4/%{_name}-%{version}.tar.xz
+Source99:       baselibs.conf
 %if 0%{?ENABLE_AALIB}
 BuildRequires:  aalib-devel
 %endif
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel >= 2.31.14
-BuildRequires:  gstreamer-devel >= 1.2.4
-BuildRequires:  gstreamer-plugins-base-devel >= 1.2.1
+BuildRequires:  gstreamer-devel >= 1.4.0
+BuildRequires:  gstreamer-plugins-base-devel >= 1.4.0
 BuildRequires:  gtk-doc >= 1.12
 BuildRequires:  libICE-devel
 BuildRequires:  libSM-devel
@@ -60,14 +61,14 @@
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.8.0
 BuildRequires:  pkgconfig(gtk+-3.0) >= 2.91.3
 BuildRequires:  pkgconfig(gtk+-x11-3.0) >= 2.91.3
-BuildRequires:  pkgconfig(gudev-1.0) >= 143
+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(libpng) >= 1.2
 BuildRequires:  pkgconfig(libpulse) >= 1.0
 BuildRequires:  pkgconfig(libraw1394) >= 2.0.0
-BuildRequires:  pkgconfig(libsoup-gnome-2.4) >= 2.26.1
+BuildRequires:  pkgconfig(libsoup-gnome-2.4) >= 2.40.0
 BuildRequires:  pkgconfig(libv4l2)
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.4.9
 BuildRequires:  pkgconfig(shout) >= 2.0

++++++ gst-plugins-good-1.2.4.tar.xz -> gst-plugins-good-1.4.0.tar.xz ++++++
++++ 145554 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to