Hello community,

here is the log from the commit of package gstreamer-rtsp-server for 
openSUSE:Factory checked in at 2020-10-27 18:58:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-rtsp-server (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer-rtsp-server.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer-rtsp-server"

Tue Oct 27 18:58:48 2020 rev:25 rq:839190 version:1.18.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gstreamer-rtsp-server/gstreamer-rtsp-server.changes  
    2020-04-14 16:20:38.503527142 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-rtsp-server.new.3463/gstreamer-rtsp-server.changes
    2020-10-27 18:59:05.762749836 +0100
@@ -1,0 +2,55 @@
+Thu Sep 17 15:09:30 UTC 2020 - Antonio Larrosa <[email protected]>
+
+- Update to 1.18.0:
+  + Highlights:
+    - GstTranscoder: new high level API for applications to
+      transcode media files from one format to another
+    - High Dynamic Range (HDR) video information representation
+      and signalling enhancements
+    - Instant playback rate change support
+    - Active Format Description (AFD) and Bar Data support
+    - RTSP server and client implementations gained ONVIF trick
+      modes support
+    - Hardware-accelerated video decoding on Windows via
+      DXVA2/Direct3D11
+    - Microsoft Media Foundation plugin for video capture and
+      hardware-accelerated video encoding on Windows
+    - qmlgloverlay: New overlay element that renders a QtQuick
+      scene over the top of an input video stream
+    - imagesequencesrc: New element to easily create a video
+      stream from a sequence of jpeg or png images
+    - dashsink: New sink to produce DASH content
+    - dvbsubenc: New DVB Subtitle encoder element
+    - MPEG-TS muxing now also supports TV broadcast compliant
+      muxing with constant bitrate muxing and SCTE-35 support
+    - rtmp2: New RTMP client source and sink element from-scratch
+      implementation
+    - svthevcenc: New SVT-HEVC-based H.265 video encoder
+    - vaapioverlay: New compositor element using VA-API
+    - rtpmanager gained support for Google's Transport-Wide
+      Congestion Control (twcc) RTP extension
+    - splitmuxsink and splitmuxsrc gained support for auxiliary
+      video streams
+    - webrtcbin now contains some initial support for
+      renegotiation involving stream addition and removal
+    - RTP support was enhanced with new RTP source and sink
+      elements to easily set up RTP streaming via rtp:// URIs
+    - avtp: New Audio Video Transport Protocol (AVTP) plugin for
+      Time-Sensitive Applications
+    - Support for the Video Services Forum's Reliable Internet
+      Stream Transport (RIST) TR-06-1 Simple Profile
+    - Universal Windows Platform (UWP) support
+    - rpicamsrc: New element for capturing from the Raspberry Pi
+      camera
+    - RTSP Server TCP interleaved backpressure handling
+      improvements as well as support for Scale/Speed headers
+    - GStreamer Editing Services gained support for nested
+      timelines, per-clip speed rate control and the OpenTimelineIO
+      format.
+    - Autotools build system has been removed in favour of Meson
+- Drop patches already included upstream:
+  * gst-rtsp-Fix-NULL-pointer.patch
+  * gst-rtsp-fix-token-leak.patch
+  * gst-rtsp-replace-G_TYPE_INSTANCE_GET_PRIVATE.patch
+
+-------------------------------------------------------------------

Old:
----
  gst-rtsp-Fix-NULL-pointer.patch
  gst-rtsp-fix-token-leak.patch
  gst-rtsp-replace-G_TYPE_INSTANCE_GET_PRIVATE.patch
  gst-rtsp-server-1.16.2.tar.xz

New:
----
  _service
  gst-rtsp-server-1.18.0.tar.xz

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

Other differences:
------------------
++++++ gstreamer-rtsp-server.spec ++++++
--- /var/tmp/diff_new_pack.P8APNj/_old  2020-10-27 18:59:07.814751329 +0100
+++ /var/tmp/diff_new_pack.P8APNj/_new  2020-10-27 18:59:07.818751333 +0100
@@ -16,9 +16,10 @@
 #
 
 
+%define gstreamer_req_version %(echo %{version} | sed -e "s/+.*//")
 %define _name gst-rtsp-server
 Name:           gstreamer-rtsp-server
-Version:        1.16.2
+Version:        1.18.0
 Release:        0
 Summary:        GStreamer-based RTSP server library
 License:        LGPL-2.0-or-later
@@ -26,19 +27,12 @@
 URL:            https://gstreamer.freedesktop.org
 Source0:        %{url}/src/gst-rtsp-server/%{_name}-%{version}.tar.xz
 Source99:       gstreamer-rtsp-server-rpmlintrc
-
-# PATCH-FIX-UPSTREAM gst-rtsp-fix-token-leak.patch
-Patch0:         gst-rtsp-fix-token-leak.patch
-# PATCH-FIX-UPSTREAM gst-rtsp-Fix-NULL-pointer.patch
-Patch1:         gst-rtsp-Fix-NULL-pointer.patch
-# PATCH-FIX-UPSTREAM
-Patch2:         gst-rtsp-replace-G_TYPE_INSTANCE_GET_PRIVATE.patch
-
+BuildRequires:  hotdoc
 BuildRequires:  meson >= 0.47
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(glib-2.0) >= 2.40.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 1.31.1
-BuildRequires:  pkgconfig(gstreamer-1.0) >= %{version}
+BuildRequires:  pkgconfig(gstreamer-1.0) >= %{gstreamer_req_version}
 BuildRequires:  pkgconfig(gstreamer-app-1.0)
 BuildRequires:  pkgconfig(gstreamer-net-1.0)
 BuildRequires:  pkgconfig(gstreamer-rtp-1.0)

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param 
name="url">https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server.git</param>
    <param name="filename">gst-rtsp-server</param>
    <!--<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>-->
    <param name="versionformat">@PARENT_TAG@</param>
    <param name="revision">1.18.0</param>
    <param name="scm">git</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="compression">xz</param>
    <param name="file">*.tar</param>
  </service>
  <service name="set_version" mode="disabled" />
</services>

++++++ gst-rtsp-server-1.16.2.tar.xz -> gst-rtsp-server-1.18.0.tar.xz ++++++
++++ 113875 lines of diff (skipped)


Reply via email to