Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libgstreamer-1_0-0-1.16.2-1.53 RPM for s390x

From OpenSuSE Leap 15.3 for s390x

Name: libgstreamer-1_0-0 Distribution: SUSE Linux Enterprise 15
Version: 1.16.2 Vendor: SUSE LLC <https://www.suse.com/>
Release: 1.53 Build date: Sat Jun 6 04:10:22 2020
Group: System/Libraries Build host: s390zp36
Size: 2287784 Source RPM: gstreamer-1.16.2-1.53.src.rpm
Packager: https://www.suse.com/
Url: http://gstreamer.freedesktop.org/
Summary: Streaming-Media Framework Runtime
GStreamer is a streaming-media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related.  Its plug-in-based architecture
means that new data types or processing capabilities can be added by
installing new plug-ins.

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* Wed Dec 04 2019 bjorn.lie@gmail.com
  - Update to version 1.16.2:
    + Interlaced video scaling fixes
    + CineForm video support in AVI
    + audioresample: avoid glitches due to rounding errors after
      changing rate
    + Command line tool output printing improvements on Windows
    + various performance improvements, memory leak fixes and
      security fixes
    + VP9 decoding fixes
    + wasapi: bug fixes and stability improvements
    + tsdemux: improved handling of certain discontinuities
    + vaapi h265 decoder: wait for I-frame before trying to decode
    + tee: Make sure to actually deactivate pads that are released
    + bin: Drop need-context messages without source instead of
      crashing
    + gst: Don't pass miniobjects to GST_DEBUG_OBJECT() and similar
      macros
    + tracers: Don't leak temporary GstStructure
* Tue Sep 24 2019 bjorn.lie@gmail.com
  - Update to version 1.16.1:
    + GStreamer-vaapi: fix green frames and decoding artefacts in
      some cases.
    + OpenGL: fix wayland event source burning CPU in certain
      circumstances.
    + Memory leak fixes and memory footprint improvements.
    + Performance improvements.
    + Stability and security fixes.
    + Fix enum for GST_MESSAGE_DEVICE_CHANGED which is technically an
      API break, but this is only used internally in GStreamer and
      duplicated another message enum.
    + hls: Make crypto dependency optional when hls-crypto is auto.
    + player: fix switching back and forth between forward and
      reverse playback.
    + decklinkaudiosink: Drop late buffers.
    + openh264enc: Fix compilation with openh264 v2.0.
    + wasapisrc: fix segtotal value being always 2.
* Wed Jul 10 2019 dimstar@opensuse.org
  - Fix meson script using sed: since we rename gst-plugin-helper for
    multi arch purpose, we also need to fix meson.build to make the
    code look for the correct name (boo#1140998).
* Mon Jul 01 2019 schwab@suse.de
  - Use libunwind only if available
* Wed Jun 12 2019 mgorse@suse.com
  - Update to version 1.16.0:
    + Highlights
    - GStreamer WebRTC stack gained support for data channels for
      peer-to-peer communication based on SCTP, BUNDLE support,
      as well as support for multiple TURN servers.
    - AV1 video codec support for Matroska and QuickTime/MP4
      containers and more configuration options and supported
      input formats for the AOMedia AV1 encoder
    - Support for Closed Captions and other Ancillary Data in video
    - Support for planar (non-interleaved) raw audio
    - GstVideoAggregator, compositor and OpenGL mixer elements are
      now in -base
    - New alternate fields interlace mode where each buffer carries
      a single field
    - WebM and Matroska ContentEncryption support in the Matroska
      demuxer
    - new WebKit WPE-based web browser source element
    - Video4Linux: HEVC encoding and decoding, JPEG encoding, and
      improved dmabuf import/export
    - Hardware-accelerated Nvidia video decoder gained support for
      VP8/VP9 decoding, whilst the encoder gained support for
      H.265/HEVC encoding.
    - Many improvements to the Intel Media SDK based
      hardware-accelerated video decoder and encoder plugin
      (msdk): dmabuf import/export for zero-copy integration with
      other components; VP9 decoding; 10-bit HEVC encoding; video
      post-processing (vpp) support including deinterlacing; and
      the video decoder now handles dynamic resolution changes.
    - The ASS/SSA subtitle overlay renderer can now handle multiple
      subtitles that overlap in time and will show them on screen
      simultaneously
    - The Meson build is now feature-complete (*) and it is now the
      recommended build system on all platforms. The Autotools
      build is scheduled to be removed in the next cycle.
    - The GStreamer Rust bindings and Rust plugins module are now
      officially part of upstream GStreamer.
    - The GStreamer Editing Services gained a gesdemux element
      that allows directly playing back serialized edit list with
      playbin or (uri)decodebin
    - Many performance improvements
  - Switch to meson on Tumbleweed.
  - Rebase gstreamer-rpm-prov.patch.
  - Require libdw. Helps with generating backtraces.
  - Place gdb autoload files in -devel package.
  - Add gstreamer-pie.patch to generate position-independent
    executables. Previously done through CFLAGS/LDFLAGS, but this
    makes ninja pass -pie when linking libraries as well, causing
    the link to fail.
  - Now requires glib2 >= 2.40.0.
* Fri May 31 2019 bjorn.lie@gmail.com
  - Update to version 1.14.5:
    + aggregator:
    - Take the pad lock around queue gap event removal.
    - Don’t leak gap buffer when out of segment.
    + buffer: fix possible memory corruption in
      gst_buffer_foreach_meta() when removing metas.
    + bus:
    - Make removing of signal/bus watches thread-safe.
    - Don’t allow removing signal watches with
      gst_bus_remove_watch().
    + controlbinding: Check if the weak pointer was cleared before
      explicitly removing it.
    + ptp clock: Wait for ANNOUNCE before selecting a master;
      increase tolerance for late follow-up and delay-resp.
    + segment: Allow stop == -1 in gst_segment_to_running_time() and
      negative rate.
    + g-i: annotations fixes.
* Wed Oct 03 2018 sean@suspend.net
  - Update to version 1.14.4:
    + glviewconvert: wait and set the gl sync meta on buffers.
    + glviewconvert: copy composition meta from the primary buffer to
      both outputs.
    + glcolorconvert: don't copy overlay composition meta over to
      NULL outbufs.
    + matroskademux: add functionality needed for MSE use case fixing
      youtube playback in epiphany/webkit-gtk.
    + tagdemux: Use upstream GST_EVENT_STREAM_START (and stream-id)
      if present.
    + vorbisdec: fix header handling regression: init decoder
      immediately once we have headers.
    + wasapisink: recover from low buffer levels in shared mode.
    + fix GstSegment unit test which would fail on some 32-bit x86
      CPUs.
* Wed Sep 26 2018 bjorn.lie@gmail.com
  - Update to version 1.14.3:
    + opusenc: fix crash on 32-bit platforms.
    + compositor: fix major buffer leak when doing crossfading on
      some but not all pads.
    + wasapi: various fixes for wasapisrc and wasapisink regressions.
    + x264enc: Set bit depth to fix "This build of x264 requires
      8-bit depth. Rebuild to..." runtime errors with x264 version
      ≥ 153.
    + audioaggregator, audiomixer: caps negotiation fixes.
    + input-selector: latency handling fixes.
    + playbin, playsink: audio visualization support fixes.
    + dashdemux: fix possible crash if stream is neither isobmff nor
      isoff_ondemand profile.
    + opencv: Fix build for opencv >= 3.4.2.
    + h265parse: miscellaneous fixes backported from h264parse.
    + pads: fix changing of pad offsets from inside pad probes.
    + pads: ensure that pads are blocked for IDLE probes if they are
      called from the streaming thread too.
* Fri Jul 20 2018 bjorn.lie@gmail.com
  - Update to version 1.14.2:
    + Update docs.
    + basetransform: Do not check if NULL is an emtpy caps.
    + concat: Properly forward the SEGMENT seqnum.
    + gst: add some GIR array annotations.
    + meson: Fix detection of glib-mkenums under MSYS2.
* Thu Jul 12 2018 dimstar@opensuse.org
  - Update gstreamer.macros and gstreamer.prov to be compatible with
    file 5.33, which differently idenfies executables from libraries.
* Sun May 20 2018 bjorn.lie@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!
* Mon Apr 23 2018 dimstar@opensuse.org
  - Rename gst-plugin-scanner to gst-plugin-scanner-%{arch}, allowing
    multiple variants to co-exist (boo#1049452).
* Fri Mar 30 2018 luc14n0@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:
    + gio-2.0, gio-unix-2.0, gmodule-2.0 and gobject-2.0 pkgconfig
      modules BuildRequires to avoid implicit dependencies.
    + libcap-progs BuildRequires: new dependency.
  - Drop libxml2-devel BuildRequires: it has been dropped upstream,
    and now so do we.
  - Point fdupes to the data directory instead of the build root,
    which is a practice that must be avoided.
  - Rebase gstreamer-rpm-prov.patch.
* Thu Mar 29 2018 bjorn.lie@gmail.com
  - Update to version 1.12.5:
    + pad: fix some stream deactivation deadlocks/races.
    + registrychunks: don't read from unaligned memory when loading
      registry.
    + ptp: fix build failure with #undef USE_MEASUREMENT_FILTERING.
    + downloadbuffer: Don't hold the mutex while posting the
      download-complete message.
    + playbin3: Fix accessing invalid index in GstStream when
      received select-stream event.
    + id3v2: re-fix handling of ID3 v2.4 tags with extended headers.
    + audio: fix handling of U32BE format.
    + videodecoder: Reset QoS time after pushing segment. This fixes
      playbin gapless playback with videos.
    + subparse: push out of last chunk of text if last line has no
      newline.
    + aacparse: When parsing raw input, accept frames of any size.
      This fixes handling of encoded silence.
    + splitmuxsrc: Improve not-linked handling.
    + rtspsrc: also proxy multicast-iface property to RTCP udpsrc.
    + flacdec: flush flac decoder on lost sync, so that it can
      re-sync.
    + matroskamux: Only mark new clusters as keyframe if they start
      on a keyframe or we're muxing only audio.
    + matroskamux: Clip maximum cluster duration to the maximum
      possible value.
    + h264parse: reset internal 'state' variable properly.
    + x264enc: fix build with newer x264 with support for multiple
      bit depths.
    + x265enc: Fix tagging of keyframes on output buffers.
    + glimagesink: Correct PAR in output caps when transforming.
    + vtdec: destroy and create the GL context on start()/stop(),
      fixing a refcount loop.
    + player: fix criticals when reading info/track properties that
      are NULL.
    + lv2: fix inverted boolean properties.
    + rtponviftimestamp: fix state change function init/reset, fixing
      memory corruption or leaks on shutdown.
    + libav: some build issues fixes.
    + rtsp-server: Place netaddress meta on packets received via TCP.
      Fixes keep-alive via RTCP in TCP interleaved mode.
    + rtsp-server: gi annotation fixes.
    + gst-libav: internal ffmpeg copy was updated to ffmpeg 3.3.6.
    + Various fixes for memory leaks, deadlocks and crashes in all
      modules.
* Tue Mar 20 2018 dimstar@opensuse.org
  - Unconditionally enable translation-update-upstream: on
    Tumbleweed, this results in a NOP and for Leap in SLE paid
    translations being used (boo#1086036).
* Wed Feb 28 2018 dimstar@opensuse.org
  - Modernize spec-file by calling spec-cleaner
* Mon Dec 11 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 01 2017 zaitor@opensuse.org
  - Add explicit python3-xml BuildRequires: fix build on older
    versions of openSUSE.
* Wed Nov 29 2017 dimstar@opensuse.org
  - Switch to python3:
    + Replace python BuildRequires with python3-base.
    + Export PYTHON=/usr/bin/python3 before calling configure.
* Mon Sep 18 2017 zaitor@opensuse.org
  - Update to version 1.12.3:
    + Fix for infinite recursion on buffer free in v4l2.
    + Fix for glimagesink crash on macOS when used via autovideosink.
    + Fix for huge overhead in matroskamux caused by writing one
      Cluster per audio-frame in audio-only streams. Also use
      SimpleBlocks for Opus and other audio codecs, which works
      around a bug in VLC that prevented Opus streams to be played
      and decreases overhead even more.
    + Fix for flushing seeks in rtpmsrc always causing an error.
    + Fix for timestamp overflows in calculations in audio encoder
      base class.
    + Fix for RTP h265 depayloader marking P-frames as I-frames.
    + Fix for long connection delays of clients in RTSP server.
    + Fixes for event handling in queue and queue2 elements, and
      updates to buffering levels on NOT_LINKED streams.
    + Various fixes to event and buffering handling in
      decodebin3/playbin3.
    + Various fixes for memory leaks, deadlocks and crashes in all
      modules.
    + Bugs fixed: bgo#778193, bgo#786034, bgo#786056, bgo#786561.
* Fri Aug 25 2017 zaitor@opensuse.org
  - Drop conditional valgrind-devel BuildRequires, this type of
    debugging is probably not done by users of binary packages.
* Fri Jul 14 2017 zaitor@opensuse.org
  - Update to version 1.12.2:
    + Various fixes for crashes, assertions, deadlocks and memory
      leaks.
    + Regression fix for playback of live HLS streams.
    + Regression fix for crash when playing back a tunneled RTSP
      stream.
    + Regression fix for playback of RLE animations in MOV
      containers.
    + Regression fix for RTP GSM payloading producing corrupted
      output.
    + Major bugfixes to the MXF demuxer, mostly related to seeking
      and fixes to the frame reordering handling in the MXF muxer and
      demuxer.
    + Fix for playback of mono streams on MacOS.
    + More fixes for index handling of ASF containers.
    + Various fixes to adaptivedemux, DASH and HLS demuxers.
    + Fix deadlock in gstreamer-editing-services during class
      initialization.
    + Bugs fixed: bgo#784041, bgo#784932.
* Tue Jun 20 2017 dimstar@opensuse.org
  - Update to version 1.12.1:
    + Various fixes for crashes, assertions, deadlocks and memory
      leaks.
    + Fix for regression when seeking to the end of ASF files.
    + Fix for regression in (raw)videoparse that caused it to omit
      video metadata.
    + Fix for regression in discoverer that made it show more streams
      than actually available.
    + Numerous bugfixes to the adaptive demuxer base class and the
      DASH demuxer.
    + Various playbin3/urisourcebin related bugfixes.
    + Vivante DirectVIV (imx6) texture uploader works with
      single-plane (e.g. RGB) video formats now.
    + Intel Media SDK encoder now outputs valid PTS and keyframe
      flags.
    + OpenJPEG2000 plugin can be loaded again on MacOS and correctly
      displays 8 bit RGB images now.
    + Fixes to DirectSound source/sink for high CPU usage and wrong
      latency/buffer size calculations.
    + gst-libav was updated to ffmpeg n3.3.2.
* Fri May 05 2017 zaitor@opensuse.org
  - Update to version 1.12.0:
    + Bugs fixed: bgo#782050.
* Wed May 03 2017 dimstar@opensuse.org
  - Update to version 1.11.91:
    + Bugs fixed: bgo#781585, bgo#781585, bgo#780757, bgo#781484,
      bgo#781155, bgo#781155, bgo#780903.
  - Changes from version 1.11.90:
    + Bugs fixed: bgo#753754, bgo#775445, bgo#776140, bgo#776293,
      bgo#776999, bgo#778193, bgo#778830, bgo#779175, bgo#779459,
      bgo#779755, bgo#779831, bgo#780111, bgo#780751, bgo#780923.
    + Updated translations.
* Fri Feb 24 2017 zaitor@opensuse.org
  - Update to version 1.11.2:
    + Bugs fixed: bgo#764707, bgo#773091, bgo#777375, bgo#777449,
      bgo#777780, bgo#777810, bgo#778866.
* Thu Feb 23 2017 zaitor@opensuse.org
  - Update to version 1.11.1:
    + padtemplate: Fix null pointer dereference on invalid static
      caps.
    + queue: Don't generate GST_FLOW_ERROR without logging.
    + pad: clarify docs for GST_PAD_PROBE_DROP.
    + meson:
    - Generate pkg-config -uninstalled pc files.
    - Do not generate .pc files for libgstcheck on windows.
    + tools: update gst-inspect man page.
    + Updated translations.
  - Stop packaging .la/.a files.
  - Rebase gstreamer-rpm-prov.patch.
  - Replace glib2-devel for pkgconfig(glib-2.0) BuildRequires.
  - Pass --with-package-name='openSUSE GStreamer package' and
    - -with-package-origin='http://download.opensuse.org' to configure
    we want to show where the gstreamer package is from.
  - Pass  --disable-benchmarks, --disable-examples and
    - -disable-tests to configure, we do not need those.
  - Move AUTHORS ChangeLog NEWS README RELEASE to doc subpackage.
* Thu Feb 23 2017 zaitor@opensuse.org
  - Update to version 1.10.4:
    + Various fixes for crashes, assertions, deadlocks and memory
      leaks on fuzzed input files and in other situations
      (CVE-2017-5847, CVE-2017-5848).
    + More regression fixes for souphttpsrc redirection tracking.
    + Various bugfixes for regressions and other problems in the V4L2
      plugin.
    + Fix for 5.1, 6.1 and 7.1 channel layouts for Vorbis.
    + Bugs fixed: bgo#777998, bgo#778365.
  - Drop gstreamer-parse-dont-translate-bin-name.patch: Fixed
    upstream.
* Sat Feb 04 2017 zaitor@opensuse.org
  - Add gstreamer-parse-dont-translate-bin-name.patch: parse: Don't
    translate the "bin" element name. Otherwise we won't be able to
    create bins (bgo#777998).
* Mon Jan 30 2017 zaitor@opensuse.org
  - Update to version 1.10.3:
    + CVE's fixed: CVE-2016-10198, CVE-2016-10199, CVE-2017-5837,
      CVE-2017-5838, CVE-2017-5839, CVE-2017-5840, CVE-2017-5841,
      CVE-2017-5842, CVE-2017-5843, CVE-2017-5844, CVE-2017-5845,
      CVE-2017-5846.
    + Bugs fixed: bgo#776125, bgo#775538, bgo#775661, bgo#775714,
      bgo#775728, bgo#775921, bgo#776039, bgo#776401, bgo#777263.
* Sat Dec 03 2016 zaitor@opensuse.org
  - Update to version 1.10.2:
    + Minor bugfixes.
    + Updated translations.
* Sun Nov 27 2016 zaitor@opensuse.org
  - Update to version 1.10.1:
    + Security-relevant bugfix in the vmnc decoder (no CVE).
    + Various bugfixes to playbin3/decodebin3.
    + Fix error at the end of playing any WAV file.
    + Fix usability of androidmedia plugin if the camera or sensor
      API is not available, but codecs are.
    + Handle redirections on PLAY, and missing control attribute in
      the RTSP source.
    + Various OpenGL related bugfixes and many, many more.
    + Bugs fixed: bgo#765662, bgo#773813, bgo#774044, bgo#774108.
* Wed Nov 02 2016 zaitor@opensuse.org
  - Update to version 1.10.0:
    + Several convenience APIs have been added to make developers'
      lives easier.
    + A new GstStream API provides applications a more meaningful
      view of the structure of streams, simplifying the process of
      dealing with media in complex container formats.
    + Experimental decodebin3 and playbin3 elements which bring a
      number of improvements which were hard to implement within
      decodebin and playbin.
    + A new parsebin element to automatically unpack and parse a
      stream, stopping just short of decoding.
    + Experimental new meson-based build system, bringing faster
      build and much better Windows support (including for building
      with Visual Studio).
    + A new gst-docs module has been created, and we are in the
      process of moving our documentation to a markdown-based format
      for easier maintenance and updates.
    + A new gst-examples module has been create, which contains
      example GStreamer applications and is expected to grow with
      many more examples in the future.
    + Various OpenGL and OpenGL|ES-related fixes and improvements for
      greater efficiency on desktop and mobile platforms, and Vulkan
      support on Wayland was also added.
    + Extensive improvements to the VAAPI plugins for improved
      robustness and efficiency.
    + Lots of fixes and improvements across the board, spanning
      RTP/RTSP, V4L2, Bluetooth, audio conversion, echo cancellation,
      and more!
    + Bugs fixed: bgo#770627, bgo#772431, bgo#772571, bgo#772741,
      bgo#772851, bgo#773114, bgo#773319.
    + Updated translations.
  - Add pkgconfig(libunwind) BuildRequires: New dependency.
  - Add explicit pkgconfig BuildRequires for completeness.
* Mon Aug 22 2016 zaitor@opensuse.org
  - Update to version 1.8.3 (boo#996937):
    + Fix stepping in PAUSED state in certain circumstances.
    + Fix jackaudiosink hang when exiting.
    + Fix udpsrc receiving multicast packets not only from the
      selected multicast group.
    + Fix unnecessary decoding of unselected streams in GES.
    + Fix (multi)udpsink randomly not sending to clients.
    + Fix ALL\_BOTH probes not considering EVENT\_FLUSH.
    + Fix average input rate calculations in queue2.
    + Fix various locking issues causing deadlock in adaptivedemux.
    + Fix gst-libav encoders to correctly produce codec\_data in
      caps.
    + Add Wayland, Windows and Rasberry Pi support to the QML GL
      video sink.
    + Add support for building with OpenH264 1.6.
    + Add support for controlling deinterlacing in GES video sources.
    + Bugs fixed: bgo#769802, bgo#768649, bgo#766970, bgo#768141,
      bgo#767688, bgo#763770, bgo#767413, bgo#739289, bgo#762330.
    + Updated translations.
  - Drop separate spec file for gstreamer-doc. Due to this drop all
    conditionals for splitting out doc build. Also drop docbook-toys,
    docbook-utils, texlive-latex, texlive-latex-doc and transfig
    BuildRequires. Add doc subpackage to gstreamer spec and pass
    enable gtk-doc to configure. Note that we are building a much
    leaner doc package now.
  - Following the above, drop pre_checkin script,
    gstreamer-no-gtk-doc-for-reals.patch and
    gstreamer-revert-bogus-automake-version.patch and stop passing
    NOCONFIGURE, no longer needed.
  - Conditionally apply translations-update-upstream and
    gnome-patch-translation BuildRequires and macro for non-openSUSE
    only.
* Tue Jun 14 2016 zaitor@opensuse.org
  - Update to version 1.8.2:
    + bgo#727105: doc: Drop reference to osssink / esdsink / etc,
      from gst-launch-1.0 man page.
    + bgo#741001: GST_DEBUG categories are missing when using
    - -gst-debug-help.
    + bgo#763496: queue: Can release serialized (ALLOCATION) query
      before downstream returned it.
    + bgo#765906: typefind: Regression due to fix for bgo#763491.
    + bgo#765961: Fix element leak in gstutils.c:find_common_root().
    + bgo#766002: pad: IDLE probes don't block when returning
      GST_PAD_PROBE_OK.
* Thu May 19 2016 alarrosa@suse.com
  - Update to GNOME 3.20.2 (Fate#318572)
* Wed Apr 20 2016 zaitor@opensuse.org
  - Update to version 1.8.1:
    + Fix app compilation with Android NDK r11 and newer.
    + Fix compilation of nvenc plugin against latest NVIDIA SDK 6.0.
    + Fix regression in avdeinterlace.
    + Fix memory corruption in scaletempo element with S16 input.
    + Fix regression in qtdemux with MSE streams.
    + Fix glitches at the start with all audio sinks except for
      pulsesink.
    + Fix regression with encrypted HLS streams.
    + Fix automatic multithreaded decoding of VP8/9 video.
    + Fix deadlock in HTTP adaptive streams when scrub-seeking.
    + Fix regression in RTSP source with SRTP.
    + Add support for SRTP rollover counters in the RTSP source.
    + Add support for HiDPI ("Retina") screens in caopengllayersink.
    + bgo#727105: doc: Drop reference to osssink / esdsink / etc,
      from gst-launch-1.0 man page.
    + bgo#741001: GST_DEBUG categories are missing when using
    - -gst-debug-help
    + bgo#761912: gstpad: Fix race between gst_element_remove_pad and
      state change.
    + bgo#762995: queue: Use full running time for level calculation.
    + bgo#763753: valve: don't send sticky events as a direct
      response to upstream events.
    + bgo#763757: multiqueue: Make sure mq- > percent remains valid
      after modifying high-percent value.
    + bgo#765096: baseparse: When initializing DTS from PTS, remember
      that we did so.
    + bgo#765260: baseparse: regression with aac streams.
    + Updated translations.
* Wed Apr 13 2016 idonmez@suse.com
  - Update to GNOME 3.20  Fate#318572
* Sat Mar 26 2016 zaitor@opensuse.org
  - Update to version 1.8.0:
    + Hardware-accelerated zero-copy video decoding on Android
    + New video capture source for Android using the
      android.hardware.Camera API.
    + Windows Media reverse playback support (ASF/WMV/WMA).
    + New tracing system provides support for more sophisticated
      debugging tools.
    + New high-level GstPlayer playback convenience API.
    + Initial support for the new Vulkan API, see Matthew Waters'
      blog post for more details.
    + Improved Opus audio codec support: Support for more than two
      channels; MPEG-TS demuxer/muxer can now handle Opus;
      sample-accurate encoding/decoding/transmuxing with Ogg,
      Matroska, ISOBMFF (Quicktime/MP4), and MPEG-TS as container;
      new codec utility functions for Opus header and caps handling
      in pbutils library. The Opus encoder/decoder elements were
      also moved to gst-plugins-base (from -bad), and the opus RTP
      depayloader/payloader to -good.
    + GStreamer VAAPI module now released and maintained as part of
      the GStreamer project.
    + Asset proxy support in the GStreamer Editing Services.
    + Bugs fixed: bgo#763491, bgo#763895, bgo#764034, bgo#763770.
  - Rebase gstreamer-rpm-prov.patch, base on fedora patch.
* Thu Jan 21 2016 badshah400@gmail.com
  - Update to version 1.6.3:
    + Fix regression in GL library that made glimagesink unsable
      on Android.
    + Integer arithmetic overflow in queue2 element that could
      break buffering or cause crashes due to NULL pointer
      dereference.
    + Fix crash in AAC/ADTS typefinder caused by reading more
      memory than is available.
    + Stop ignoring encoder errors in the VP8/VP9 encoders.
    + Deprecate GstVideoEncoder GST_VIDEO_ENCODER_FLOW_DROPPED.
      It's redudant and was never actually implemented.
    + Ensure to store the correct video info in
      GstVideoBufferPool.
    + Fix caps in rtspsrc when doing SRTP over interleaved TCP.
    + Fix crash in pcap parser on 0-sized packets.
    + Clear EOS flag in appsrc to allow reuse after EOS and
      flushing.
    + Ignore flushing streams in streamsynchronizer during stream
      switches to fix problems caused by this in
      gst-editing-services.
    + Ignore tags and other metadata in WAV files after the "data"
      chunk in PUSH mode to prevent them from being interpreted as
      audio.
    + Correctly use colorimetry in v4l2 only for YUV color
      formats.
    + Set reserved bits in MPEG TS muxer to 1s.
    + Fix calculation of SBC frame lengths.
    + Fix output of the RTP JPEG2000 depayloader to have one frame
      per buffer and crash in the OpenJPEG decoder on incomplete
      frames.
    + Update ffmpeg snapshot in gst-libav to 2.8.5.
    + Memory leak fixes in scaletempo, the raw video RTP
      depayloader, and in playsink related to audio/video filters.
    + Fixes for error handling in the OSX audio plugin.
    + Various gobject-introspection annotation fixes and
      additions.
    + Compiler warning fixes for latest clang compiler.
  - Change source URL to http://gstreamer.freedesktop.org/ instead
    of http://download.gnome.org/; the former seems to be more
    frequently updated.
* Tue Jan 19 2016 meissner@suse.com
  - Hook gst-ptp-helper helper into SUSE permissions framework
    (boo#960173):
    + Add permissions to requires(pre).
    + Add set_permissions to post and verify_permissions to
      verifyscript.
* Mon Jan 18 2016 dimstar@opensuse.org
  - Adjustments post security review (boo#960173):
    + Add libcap-devel BuildRequires: rely on capabilities instead of
      flagging the binary suid.
    + Pass --with-ptp-helper-permissions=capabilities to configure:
      ensure there is no auto-fallback to attempting to install the
      binary suid in case capabilities would not work.
* Wed Dec 23 2015 dimstar@opensuse.org
  - Update to version 1.6.2:
    + Crashes in gst-libav with sinks that did not provide a buffer
      pool but supported video metadata were fixed. This affected
      d3dvideosink and some 3rd party sinks. Also related fixes for
      crashes when a downstream buffer pool failed allocation.
    + Big GL performance improvement on iOS by a factor of 2 by using
      Apple's sync extension.
    + Deadlocks in the DirectSound elements on Windows, and the
      behaviour of its mute property were fixed.
    + The Direct3D video sink does not crash anymore when minimizing
      the window.
    + The library soname generation on Android >= 6.0 was fixed,
      which previously caused GStreamer to fail to load there.
    + File related elements have large-file (>2GB) support on Android
      now.
    + gst-libav was updated to ffmpeg 2.8.3.
    + Deserialization of custom events in the GDP depayloader was
      fixed.
    + Missing OpenGL context initialization in the Qt/QML video sink
      was fixed in certain situations.
    + Interoperability with some broken RTSP servers using HTTP
      tunnel was improved.
    + Various compilation fixes for Windows.
    + Various smaller memory leak and other fixes in different
      places.
    + Bugs fixed: bgo#734098, bgo#738292, bgo#741608, bgo#753823,
      bgo#755106, bgo#755222, bgo#755614, bgo#756028, bgo#756951,
      bgo#757155, bgo#757264, bgo#757453, bgo#757454, bgo#757732,
      bgo#757854, bgo#757873, bgo#757895, bgo#757924, bgo#757929,
      bgo#757935, bgo#758029, bgo#758151, bgo#758204, bgo#758205,
      bgo#758276, bgo#758285, bgo#758286, bgo#758337, bgo#758344,
      bgo#758512, bgo#758620, bgo#758861, bgo#758912, bgo#758913,
      bgo#758921, bgo#759019, bgo#759380.
  - Add -fPIE to CFLAGS and -pie to LDFLAGS in order to ensure our
    executables are built position independent.
* Sat Oct 31 2015 zaitor@opensuse.org
  - Update to version 1.6.1:
    + Valgrind 3.7.0 chokes on match-leak-kinds in gst.supp.
    + Gstreamer: Fix sample memory leaks.
    + gstreamer-1.6.0 doesn't compile on OS X 10.6: header file issue
      in gst-ptp-helper.c.
    + multiqueue: Improve incoming SEGMENT handling.
    + segment_to_stream_time and position_from_stream_time
      miscalculate when applied_rate < 0.
    + pad: gst_pad_probe_info_get_buffer_list() has wrong ownership
      transfer.
    + uri: incorrect behavior when merging uris ending in ..
    + pad: Unblock blocking pad probes when receiving FLUSH_START in
      send_event() too.
  - Add gstreamer-revert-bogus-automake-version.patch: Upstream
    needed feature in automake 1.12, so for good measure they bumped
    to 1.14, this patch reverts this.
* Sat Sep 26 2015 zaitor@opensuse.org
  - Update to version 1.6.0:
    + Stereoscopic 3D and multiview video support.
    + Trick mode API for key-frame only fast-forward/fast-reverse
      playback etc.
    + Improved DTS (decoding timestamp) vs. PTS (presentation
      timestamp) handling to account for negative DTS.
    + New GstVideoConverter API for more optimised and more correct
      conversion of raw video frames between all supported formats,
      with rescaling.
    + v4l2src now supports renegotiation.
    + v4l2transform can now do scaling.
    + V4L2 Element now report Colorimetry properly.
    + Easier chunked recording of MP4, Matroska, Ogg, MPEG-TS: new
      splitmuxsink and multifilesink improvements.
    + Content Protection signalling API and Common Encryption (CENC)
      support for DASH/MP4.
    + Many adaptive streaming (DASH, HLS and MSS) improvements.
    + New PTP and NTP network client clocks and better remote clock
      tracking stability.
    + High-quality text subtitle overlay at display resolutions with
      glimagesink or gtkglsink.
    + RECORD support for the GStreamer RTSP Server.
    + Retransmissions (RTX) support in RTSP server and client.
    + RTSP seeking support in client and server has been fixed.
    + RTCP scheduling improvements and reduced size RTCP support.
    + MP4/MOV muxer acquired a new "robust" mode of operation which
      attempts to keep the output file in a valid state at all times.
    + Live mixing support in aggregator, audiomixer and compositor
      was improved a lot.
    + Compositor now supports rescaling and converting inputs streams
      on the fly.
    + New audiointerleave element with proper input synchronisation
      and live input support.
    + Blackmagic Design DeckLink capture and playback card support
      was rewritten from scratch; 2k/4k support; mode sensing.
    + KLV metadata support in RTP and MPEG-TS.
    + H.265 video encoder (x265), decoders (libav, libde265) and RTP
      payloader and depayloaders.
    + New DTLS plugin and SRTP/DTLS support.
    + OpenGL3 support, multiple contexts and context propagation, 3D
      video, transfer/conversion separation, subtitle blending.
    + New OpenGL-based QML video sink, Gtk GL video sink,
      CoreAnimation CAOpenGLLayerSink video sink.
    + gst-libav switched to ffmpeg as libav-provider, gains support
      for 3D/multiview video, trick modes, and the CAVS codec.
    + GstHarness API for unit tests.
    + gst-editing-services got a completely new ges-launch-1.0.
      interface, improved mixing support and integration into
      gst-validate.
    + gnonlin has been deprecated in favor of nle (Non Linear Engine)
      in gst-editing-services.
    + gst-validate has a new plugin system, an extensive default
      testsuite, support for concurrent test runs and valgrind
      support.
    + cerbero build tool for SDK binary packages gains new
      'bundle-source' command.
    + Various improvements to the Android, iOS, OS X and Windows
      platform support.
  - Drop gstreamer-message-delivery.patch: Fixed upstream.
  - Add pkgconfig(bash-completion) BuildRequires: New dependency.
* Sun Mar 01 2015 dap.darkness@gmail.com
  - Added gstreamer-message-delivery.patch
    to fix async message delivery, see more at
    http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=da7847
* Fri Dec 26 2014 zaitor@opensuse.org
  - Update to version 1.4.5:
    + Bugs fixed: bgo#736969, bgo#738092, bgo#740001.
    + Updated translations.
* Mon Nov 17 2014 zaitor@opensuse.org
  - Revert previous bashish "fixes", but specify in pre_checkin.sh
    and gstreamer.prov scripts that interpeter is #!/bin/bash.
* Mon Nov 17 2014 ledest@gmail.com
  - fix bashism in pre_checkin.sh script
* Mon Nov 17 2014 ledest@gmail.com
  - fix bashisms in gstreamer.prov script
* Fri Nov 14 2014 zaitor@opensuse.org
  - Update to version 1.4.4:
    + Bugs fixed: bgo#737498, bgo#737794, bgo#737999, bgo#738198.
    + Updated translations.

Files

/usr/lib64/libgstbase-1.0.so.0
/usr/lib64/libgstbase-1.0.so.0.1602.0
/usr/lib64/libgstcheck-1.0.so.0
/usr/lib64/libgstcheck-1.0.so.0.1602.0
/usr/lib64/libgstcontroller-1.0.so.0
/usr/lib64/libgstcontroller-1.0.so.0.1602.0
/usr/lib64/libgstnet-1.0.so.0
/usr/lib64/libgstnet-1.0.so.0.1602.0
/usr/lib64/libgstreamer-1.0.so.0
/usr/lib64/libgstreamer-1.0.so.0.1602.0


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 15:01:09 2024