commit gstreamer-validate for openSUSE:Factory

Hello community, here is the log from the commit of package gstreamer-validate for openSUSE:Factory checked in at 2019-06-30 14:41:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gstreamer-validate (Old) and /work/SRC/openSUSE:Factory/.gstreamer-validate.new.4615 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "gstreamer-validate" Sun Jun 30 14:41:03 2019 rev:20 rq:712359 version:1.16.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gstreamer-validate/gstreamer-validate.changes 2019-06-14 20:24:49.554792632 +0200 +++ /work/SRC/openSUSE:Factory/.gstreamer-validate.new.4615/gstreamer-validate.changes 2019-06-30 14:41:04.659953770 +0200 @@ -1,0 +2,50 @@ +Fri Jun 28 08:14:53 UTC 2019 - Jan Engelhardt <jengelh@inai.de> + +- Use noun phrase in summary. Drop em dashes from summaries. + +------------------------------------------------------------------- +Sun Jun 16 21:55:00 UTC 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 +- Add libgstvalidateflow.so to files. + +------------------------------------------------------------------- Old: ---- gst-validate-1.14.5.tar.xz New: ---- gst-validate-1.16.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gstreamer-validate.spec ++++++ --- /var/tmp/diff_new_pack.js8Wj7/_old 2019-06-30 14:41:06.207956397 +0200 +++ /var/tmp/diff_new_pack.js8Wj7/_new 2019-06-30 14:41:06.235956445 +0200 @@ -18,9 +18,9 @@ %define _name gst-validate Name: gstreamer-validate -Version: 1.14.5 +Version: 1.16.0 Release: 0 -Summary: Validate GStreamer Pipelines +Summary: GStreamer pipeline validator License: LGPL-2.1-or-later Group: Productivity/Multimedia/Other URL: http://gstreamer.freedesktop.org @@ -37,11 +37,10 @@ BuildRequires: pkgconfig(json-glib-1.0) %description -The goal of GstValidate is to be able to detect when elements are not -behaving as expected and report it to the user so he knows how things -are supposed to work inside a GstPipeline. In the end, fixing issues -found by the tool will ensure that all elements behave all together in -the expected way. +GstValidate detects when elements are not behaving as expected and +report it to the user so he knows how things are supposed to work +inside a GstPipeline. In the end, fixing issues found by the tool will +ensure that all elements behave all together in the expected way. The easiest way of using GstValidate is to use one of its command-line tools, located at tools/ directory. It is also possible to monitor @@ -50,42 +49,39 @@ links and uses libgstvalidate. %package -n libgstvalidate-1_0-0 -Summary: Validate GStreamer Pipelines -- System Libraries +Summary: GStreamer pipeline validator # all the nice validator scripts live in the main package Group: System/Libraries Recommends: %{name} %description -n libgstvalidate-1_0-0 -The goal of GstValidate is to be able to detect when elements are not -behaving as expected and report it to the user so he knows how things -are supposed to work inside a GstPipeline. In the end, fixing issues -found by the tool will ensure that all elements behave all together in -the expected way. +GstValidate detects when elements are not behaving as expected and +report it to the user so he knows how things are supposed to work +inside a GstPipeline. In the end, fixing issues found by the tool will +ensure that all elements behave all together in the expected way. %package -n typelib-1_0-GstValidate-1_0 -Summary: Validate GStreamer Pipelines -- GObject Introspection bindings +Summary: GObject introspection bindings for the GStreamer pipeline validator Group: System/Libraries %description -n typelib-1_0-GstValidate-1_0 -The goal of GstValidate is to be able to detect when elements are not -behaving as expected and report it to the user so he knows how things -are supposed to work inside a GstPipeline. In the end, fixing issues -found by the tool will ensure that all elements behave all together in -the expected way. +GstValidate detects when elements are not behaving as expected and +report it to the user so he knows how things are supposed to work +inside a GstPipeline. In the end, fixing issues found by the tool will +ensure that all elements behave all together in the expected way. %package devel -Summary: Validate GStreamer Pipelines -- Developer's files +Summary: Header files for the GStreamer pipeline validator Group: Development/Libraries/C and C++ Requires: %{name} = %{version} Requires: libgstvalidate-1_0-0 = %{version} Requires: typelib-1_0-GstValidate-1_0 = %{version} %description devel -The goal of GstValidate is to be able to detect when elements are not -behaving as expected and report it to the user so he knows how things -are supposed to work inside a GstPipeline. In the end, fixing issues -found by the tool will ensure that all elements behave all together in -the expected way. +GstValidate detects when elements are not behaving as expected and +report it to the user so he knows how things are supposed to work +inside a GstPipeline. In the end, fixing issues found by the tool will +ensure that all elements behave all together in the expected way. %prep %setup -q -n %{_name}-%{version} @@ -132,6 +128,7 @@ %{_libdir}/gstreamer-1.0/validate/libgstvalidatefaultinjection.so %{_libdir}/gstreamer-1.0/validate/libgstvalidategapplication.so %{_libdir}/gstreamer-1.0/validate/libgstvalidategtk.so +%{_libdir}/gstreamer-1.0/validate/libgstvalidateflow.so %{_libdir}/gstreamer-1.0/validate/libgstvalidatessim.so %{_libdir}/pkgconfig/gst-validate-1.0.pc %{_libdir}/libgstvalidate-1.0.so ++++++ gst-validate-1.14.5.tar.xz -> gst-validate-1.16.0.tar.xz ++++++ ++++ 22151 lines of diff (skipped)
participants (1)
-
root