SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libgstrtspserver-1_0-0-1.22.9-103.1.x86_64.rpm :

* Thu Feb 01 2024 Antonio Larrosa - Update to version 1.22.9: + No changes, stable bump only.- Rebase reduce-required-meson.patch.
* Thu Jan 04 2024 Antonio Larrosa - Update to version 1.22.8: + No changes, stable bump only.- Rebase reduce-required-meson.patch.
* Wed Nov 15 2023 Antonio Larrosa - Update to version 1.22.7: + rtspclientsink: Don\'t leak previous server_ip- Rebase reduce-required-meson.patch.
* Fri Sep 22 2023 Bjørn Lie - Update to version 1.22.6: + No changes, stable bump only.- Rebase reduce-required-meson.patch.
* Tue Jul 25 2023 Bjørn Lie - Update to version 1.22.5: + No changes- Rebase reduce-required-meson.patch.
* Mon Jun 26 2023 Bjørn Lie - Update to version 1.22.4: + No changes.- Rebase reduce-required-meson.patch.
* Wed May 24 2023 Bjørn Lie - Update to version 1.22.3: + No changes.- Rebase patch.
* Wed Apr 12 2023 Bjørn Lie - Update to version 1.22.2: + rtsp-server: fix deadlock on shutdown with non-live pipeline if media isn\'t playing/prerolled yet and eos-shutdown is enabled for the media- Rebase patch.
* Thu Mar 09 2023 Bjørn Lie - Update to version 1.22.1: + No changes.- Rebase patch with quilt.
* Wed Mar 01 2023 Antonio Larrosa - Add patch to reduce the required meson version to 0.61.0 since that\'s what we have in SLE 15:
* reduce-required-meson.patch
* Wed Jan 25 2023 Bjørn Lie - Update to version 1.22.0: + Please see changes in gstreamer main package, major version bump.
* Fri Dec 23 2022 Bjørn Lie - Update to version 1.20.5: + rtsp-server: Free client if no connection could be created
* Sat Oct 22 2022 Bjørn Lie - Update to version 1.20.4: + gst-rtsp-server: Fix pushing backlog to client. + rtsp-server: stream: Don\'t loop forever if binding to the multicast address fails.
* Wed Jun 22 2022 Aaron Stern - Update to version 1.20.3: + No changes.
* Mon May 09 2022 Antonio Larrosa - Update to version 1.20.2: + rtspclientsink: fix possible shutdown deadlock in collect_streams() + Minor spelling fixes
* Wed Apr 06 2022 Antonio Larrosa - Remove BuildRequires: hotdoc and disable the doc generation. It\'s really not used at all.
* Fri Mar 18 2022 Antonio Larrosa - Update to version 1.20.1: + Fix race in rtsp-client when tunneling over HTTP
* Wed Feb 09 2022 Bjørn Lie - Update to version 1.20.0: + GstRTSPMediaFactory gained API to disable RTCP (gst_rtsp_media_factory_set_enable_rtcp(), \"enable-rtcp\" property). Previously RTCP was always allowed for all RTSP medias. With this change it is possible to disable RTCP completely, irrespective of whether the client wants to do RTCP or not. + Make a mount point of / work correctly. While not allowed by the RTSP 2 spec, the RTSP 1 spec is silent on this and it is used in the wild. It is now possible to use / as a mount path in gst-rtsp-server, e.g. rtsp://example.com/ would work with this now. Note that query/fragment parts of the URI are not necessarily correctly handled, and behaviour will differ between various client/server implementations; so use it if you must but don\'t bug us if it doesn\'t work with third party clients as you\'d hoped. + multithreading fixes (races, refcounting issues, deadlocks). + ONVIF audio backchannel fixes. + ONVIF trick mode optimisations. + rtspclientsink: new \"update-sdp\" signal that allows updating the SDP before sending it to the server via ANNOUNCE. This can be used to add additional metadata to the SDP, for example. The order and number of medias must not be changed, however.
* Fri Feb 04 2022 Bjørn Lie - Update to version 1.18.6: + rtsp-stream: fix get_rates raciness + rtsp-media: Only unprepare a media if it was not already unpreparing anyway + rtsp-media: Unprepare suspended medias too + rtsp-client: make sure sessmedia will not get freed while used + rtsp-media: Also mark receive-only (RECORD) medias as prepared when unsuspending + rtsp-session: Don\'t unref medias twice if it is removed inside + examples: Fix leak in appsrc2 example- Drop service, use source url, upstream changes in git.
* Thu Jan 20 2022 Dominique Leuenberger - Fix parameters passed to meson: with meson 60, the parameters are strictly checked, which helps in identifying those wrong parameters.
* Wed Sep 15 2021 Bjørn Lie - Update to version 1.18.5: + rtsp-media: - Ensure the bus watch is removed during unprepare - Add one more case to seek avoidance - Improve skipping trickmode seek + Fix a few memory leaks
* Wed Mar 31 2021 Antonio Larrosa - Update to version 1.18.4: + rtspclientsink: fix deadlock on shutdown if no data has been received yet + rtspclientsink: fix leaks in unit tests + rtsp-stream: avoid deadlock in send_func + rtsp-client: cleanup transports during TEARDOWN
* Sat Jan 16 2021 Bjørn Lie - Update to version 1.18.3: + rtsp-media: Only count senders when counting blocked streams + rtsp-client: Only unref client watch context on finalize, to avoid deadlock
* Thu Dec 10 2020 Bjørn Lie - Update to version 1.18.2: + stream: collect a clock_rate when blocking + media: - Ignore GstRTSPStreamBlocking from incomplete streams, to prevent cases with prerolling when the inactive stream prerolls first and the server proceeds without waiting for the active stream. When there are no complete streams (during DESCRIBE), we will listen to all streams. - Use guint64 for setting the size-time property on rtpstorage, fixes potential crashes or memory corruption. - Get rates only on sender streams, fixing issue with ONVIF audio backchannel streams - Plug memory leak- Fix the _service file and spec to really use the tarball generated by service.
* Wed Oct 28 2020 Antonio Larrosa - Update to 1.18.1: + Highlighted bugfixes in 1.18.1 - important security fixes - bug fixes and memory leak fixes - various stability and reliability improvements + gst-rtsp-server changes: - rtsp-stream: collect rtp info when blocking - rtsp-media: set a 0 storage size for TCP receivers - rtsp-stream: preroll on gap events - rtsp-media: do not unblock on unsuspend
* Thu Sep 17 2020 Antonio Larrosa - 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
* Sun Apr 12 2020 Bjørn Lie - Fix boo#1168026, CVE-2020-6095 and TALOS-2020-1018: + Add gst-rtsp-Fix-NULL-pointer.patch: rtsp-auth: Fix NULL pointer dereference when handling an invalid basic Authorization header.- Add upstream bug fix patches: + Add gst-rtsp-fix-token-leak.patch: rtsp-auth: Fix default token leak. + Add gst-rtsp-replace-G_TYPE_INSTANCE_GET_PRIVATE.patch: rtsp-latency-bin: replace G_TYPE_INSTANCE_GET_PRIVATE as it\'s been deprecated.
 
ICM