* Tue Mar 05 2024 alarrosa@suse.com
- Update to version 1.24.0:
* Highlights
- New Discourse forum and Matrix chat space
- New Analytics and Machine Learning abstractions and elements
- Playbin3 and decodebin3 are now stable and the default in
gst-play-1.0, GstPlay/GstPlayer
- The va plugin is now preferred over gst-vaapi and has higher
ranks
- GstMeta serialization/deserialization and other GstMeta
improvements
- New GstMeta for SMPTE ST-291M HANC/VANC Ancillary Data
- New unixfd plugin for efficient 1:N inter-process
communication on Linux
- cudaipc source and sink for zero-copy CUDA memory sharing
between processes
- New intersink and intersrc elements for 1:N pipeline
decoupling within the same process
- Qt5 + Qt6 QML integration improvements including qml6glsrc,
qml6glmixer, qml6gloverlay, and qml6d3d11sink elements
- DRM Modifier Support for dmabufs on Linux
- OpenGL, Vulkan and CUDA integration enhancements
- Vulkan H.264 and H.265 video decoders
- RTP stack improvements including new RFC7273 modes and more
correct header extension handling in depayloaders
- WebRTC improvements such as support for ICE consent
freshness, and a new webrtcsrc element to complement
webrtcsink
- WebRTC signallers and webrtcsink implementations for LiveKit
and AWS Kinesis Video Streams
- WHIP server source and client sink, and a WHEP source
- Precision Time Protocol (PTP) clock support for Windows and
other additions
- Low-Latency HLS (LL-HLS) support and many other HLS and DASH
enhancements
- New W3C Media Source Extensions library
- Countless closed caption handling improvements including new
cea608mux and cea608tocea708 elements
- Translation support for awstranscriber
- Bayer 10/12/14/16-bit depth support
- MPEG-TS support for asynchronous KLV demuxing and segment
seeking, plus various new muxer features
- Capture source and sink for AJA capture and playout cards
- SVT-AV1 and VA-API AV1 encoders, stateless AV1 video decoder
- New uvcsink element for exporting streams as UVC camera
- DirectWrite text rendering plugin for windows
- Direct3D12-based video decoding, conversion, composition, and
rendering
- AMD Advanced Media Framework AV1 + H.265 video encoders with
10-bit and HDR support
- AVX/AVX2 support and NEON support on macOS on Apple ARM64
CPUs via new liborc
- GStreamer C# bindings have been updated
- Rust bindings improvements and many new and improved Rust
plugins
- Rust plugins now shipped in packages for all major platforms
including Android and iOS
- Lots of new plugins, features, performance improvements and
bug fixes
* For more detailed information on this update, please see
https://gstreamer.freedesktop.org/releases/1.24/
- Remove patch reduce-required-meson.patch since meson 1.1 is
really required now.
* Tue Mar 05 2024 jonaski@opensuse.org
- Add gst-plugins-base-audiobasesink-gap.patch:
Revert a gap change causing EOS, affecting strawberry playback
causing playback to stop when using mute or fading features.
Upstream issue:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3303
* Thu Feb 01 2024 alarrosa@suse.com
- Update to version 1.22.9:
+ audiobasesink: Don't wait on gap events
+ audioconvert: change gst_audio_convert_get_unit_size() log
levels
+ glcolorconvert: Correct transform_caps direction
+ gloverlay: Apply updated overlay coordinates correctly
+ videorate: keep pool if max_buffers is unlimited
- Rebase reduce-required-meson.patch
* Thu Jan 04 2024 alarrosa@suse.com
- Update to version 1.22.8:
+ appsrc: Fix flow return when buffer is dropped
+ audioringbuffer: Don't try to map MONO channel
+ encoding-target: Properly free when missing type field in
parse_encoding_profile
+ pbutils: Don't include default vp9 parameters in resulting
codec mime string
+ videorate: Don't forget last_ts on caps changes
- Rebase reduce-required-meson.patch
* Tue Nov 28 2023 dimstar@opensuse.org
- Use %autosetup instead of %setup/%patch.
* Wed Nov 15 2023 alarrosa@suse.com
- Update to version 1.22.7:
+ audioaggregator, audiomixer: Make access to the pad list
thread-safe while mixing
+ basetextoverlay: Fix overlay never rendering again if width
reaches 1px
+ glfiter: Protect GstGLContext access
+ glfilter: Only add parent meta if inbuf != outbuf
+ macOS: fix huge memory leak with glfilter-based elements
+ rtspconnection: Ignore trailing whitespace in rtsp headers
+ video-scaler, audio-resampler: downgrade 'can't find exact
taps' to debug
- Rebase reduce-required-meson.patch
* Fri Sep 22 2023 bjorn.lie@gmail.com
- Update to version 1.22.6:
+ audio: Make sure to stop ringbuffer on error
+ decodebin3:
- Avoid identity, sinkpad, parsebin leakage when reset input
- Ensure the slot is unlinked before linking to decoder
+ sdp:
- Fix wrong debug log error message for missing clock-rate in
caps
- Parse zero clock-rate as default
- Rebase reduce-required-meson.patch
* Tue Jul 25 2023 bjorn.lie@gmail.com
- Update to version 1.22.5:
+ appsink: add missing make_writable call
+ audioaggregator: Do not post message before being constructed
+ decodebin3:
- Prevent a critical warning when reassigning output slots
- Fix slot input linking when the associated stream has changed
- Remove spurious input locking during parsebin reconfiguration
+ urisourcebin: Set source element to READY before querying it
+ gl/viv-fb: meson build updates
+ plugins: fix compiler warnings with GLib >= 2.76
+ subtitleoverlay: fix mutex error if sink caps is not video
+ video:
- timecode: Add support for framerates lower than 1fps
- accept timecode of 119.88 (120/1.001) FPS
- cannot attach time code meta when frame rate is 119.88
(120000/1001)
+ videodecoder: fix copying buffer metas
- Rebase reduce-required-meson.patch.
* Mon Jun 26 2023 bjorn.lie@gmail.com
- Update to version 1.22.4:
+ alsasink: Fix stall for transition from PAUSED to READY with
USB speakerphone.
+ appsink: unref buffer in prev sample early so buffers from v4l2
can be released properly.
+ basetextoverlay: Fix typo in "text-y" property description.
+ gldownload: handle passthrough without a critical.
+ glfilter: add parent meta to output buffer for input buffer.
+ oggdemux: vp8: Push headers downstream and detect keyframe
packets.
+ opus: Fix potential crash when getting unexpected channel
position.
+ streamsynchronizer: reset eos on STREAM_START.
+ subparse: Look for the closing > of a tag after the opening <
(bsc#1213131, CVE-2023-37328)
+ video: convertframe: Add D3D11 specific conversion path.
+ videometa: Only validate the alignment only when it contains
some info.
+ video-blend: Fix linking error with C++.
+ Fixes FLAC file parsing integer overflow remote code execution
vulnerability (bsc#1213128, CVE-2023-37327)
- Rebase reduce-required-meson.patch.
* Wed May 24 2023 bjorn.lie@gmail.com
- Update to version 1.22.3:
+ allocators: Fix fdmem unit test with recent GLib versions.
+ audiotestsrc: Initialize all samples in wave=ticks mode.
+ decodebin3:
- Handle input streams without CAPS or TIME segment such as
e.g. udpsrc or pushfilesrc.
- Fix regression handling streams without caps.
- Fix random hang when remove failing stream.
+ uridecodebin3: Ensure atomic urisourcebin state change.
+ glvideoflip: fix leaked caps.
+ glcontext_wgl: fix missing unref.
+ playsink: Fix volume leak.
- Rebase reduce-required-meson.patch.
* Wed Apr 12 2023 bjorn.lie@gmail.com
- Update to version 1.22.2:
+ alsasink: Fix for being stuck in stop_streaming_threads state
+ decodebin3: fix hang when removing a failing stream
+ gl: wayland: cleanup on close
+ parsebin: Improve elementary stream handling
+ playbin: fix deadlock when stopping stream with subtitles
visible even more
+ sdp: Skip source-specific caps fields when creating an SDP
media from caps
+ urisourcebin:
- Propagate sticky events from parsebin
- Activate pad before transferring sticky events
+ typefinding: fix failure to recognize application/dash+xml in
some cases
- Rebase patches with quilt.
* Thu Mar 09 2023 bjorn.lie@gmail.com
- Update version to 1.22.1:
+ alsasink: Fix stall when going from PLAYING to NULL (stucked at
PAUSED) with uac1 gadget
+ appsrc: Don't chain up BaseSrc::negotiate()
+ audio: channel-mix: Fix channel count limit to be able to equal
64
+ gl/cocoa: Return a strong ref to the parent GstGLContext
+ gldisplay:
- Mark gst_gl_display_create_context() other_context parameter
as nullable
- Remove unused code
+ gstglwindow_x11.c: Fix colormap leak
+ gst-play-1.0: Don't force accurate seeking
+ rtspconnection: Annotate RTSP message and RTSP events
parameters correctly
+ sdp: gstmikey: gst_mikey_message_to_caps: extract ROC from
first crypto session
+ sdp, typefind: Fix some annotations
+ subparse: Properly forward segment seqnum
+ uridecodebin: Set source element to READY before querying it
+ uritranscodebin: Fix unref of NULL
- Rebase patches with quilt.
Version: 1.22.0-150500.3.3.1
* Fri Jan 27 2023 alarrosa@suse.com
- 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
- Probably because of a problem in SLE's meson, the generated
pkgconfig files are missing some variables that are needed by
rpm to generate the pkgconfig(...) provides correctly. In order
to fix this, we now check for those variables and insert them
in the pc files before installation if they're missing.
* Tue Jan 24 2023 bjorn.lie@gmail.com
- Update to version 1.22.0:
+ Please see changes in gstreamer main package, major version
bump.
- Rebase patches with quilt.
- Add pkgconfig(xi) BuildRequires: New dependency.
* Fri Dec 23 2022 bjorn.lie@gmail.com
- Update to version 1.20.5:
+ audioconvert, audioresample, audiofilter: fix divide by 0 for
input buffer without caps
+ cdparanoia: Ignore compiler warning coming from the cdparanoia
header
+ oggdemux, parsebin: More leak fixes
+ opengl:
- Fix automatic dispmanx detection for rpi4
- Fix usage of eglCreate/DestroyImage
- Fix static linking on macOS
+ Bump core requirement in 1.20 branch to 1.20.4
+ oggdemux: Don't leak incoming EOS event
+ opusdec: Various channel-related fixes
+ subparse: Fix non-closed tag handling.
+ textrender:
- Don't blindly forward all events and don't blindly forward
all events
- Negotiate caps on a GAP event if none were negotiated yet
+ timeoverlay: fix pad leak
+ videodecoder: Only post latency message if it changed
+ videoscale: buffer meta handling fixes (NULL-terminate array of
valid meta tags)
+ videosink: Don't return unknown end-time from get_times()
* Fri Oct 21 2022 bjorn.lie@gmail.com
- Update to version 1.20.4:
+ decodebin3:
- Fix mutex leaks
- Fix memory issues with active selection list
- uridecodebin3, urisourcebin: Event handling fixes
- Fix EOS event sequence
+ parsebin:
- Avoid crash with unknown streams
- SIGSEGV during HLS stream using souphttpsrc
+ glimagesink:
- Only allow setting the GL display/context if it is a valid
value
- Segfault on android devices
+ gstgl: Fix several memory leaks in macOS
+ opusenc: improve inband-fec property documentation
+ playsink: Hold a reference to the soft volume element
+ pbutils: descriptions: fix
gst_pb_utils_get_caps_description_flags()
+ rtspurl: Use gst_uri_join_strings() in
gst_rtsp_url_get_request_uri_with_control() instead of a
hand-crafted, wrong version
+ rtspconnection: protect cancellable by a mutex
+ sdpmessage: Don't set SDP medias from caps without
media/payload/clock-rate fields
+ samiparse: fix handling of self-closing tags
+ ssaparse: include required system headers for isspace() and
sscanf() functions
+ subparse: fix crash when parsing invalid timestamps in mpl2
+ subparse fixes
+ textoverlay: Don't miscalculate text running times
+ videoaggregator: always convert when user provides
converter-config
+ video: Fix scaling in 4x horizontal co-sited chroma (Y41B,
YUV9, YVU9 and IYU9)
+ xmptag: register musicbrainz tags during init to fix critical
in jpegparse
+ xvimagesink: fix image leaks in error code path
+ tests: skip unit tests for dependency-less elements that have
been disabled
* Wed Jun 22 2022 ukbeast89@protonmail.com
- Update to version 1.20.3:
+ typefindfunctions: Fix WebVTT format detection for very short
files
+ gldisplay: Reorder GST_GL_WINDOW check for egl-device
+ rtpbasepayload: Copy all buffer metadata instead of just
GstMetas for the input meta buffer
+ codec-utils: Avoid out-of-bounds error
+ navigation: Fix Since markers for mouse scroll events
+ videoaggregator: Fix for unhandled negative rate
+ videoaggregator: Use floor() to calculate current position
+ video-color: Fix for missing clipping in PQ EOTF function
+ gst-play-1.0: Fix trick-mode handling in keyboard shortcut
+ audiovisualizer: shader: Fix out of bound write
* Mon May 09 2022 alarrosa@suse.com
- Update to version 1.20.2:
+ appsrc: Clarify buffer ref semantics in signals documentation
+ appsrc: fix annotations for bindings
+ typefind: Skip extension parsing for data:// URIs, fixing
regression with mp4 files serialised to data uris
+ playbin3: various fixes
+ playbin3: fix missing lock when unknown stream type in
pad-removed cb
+ decodebin3: fix collection leaks
+ decodebin3: Don't duplicate stream selections
+ discoverer: chain up to parent finalize methods in all our
types to fix memory leaks
+ glmixerbin: slightly better pad/element creation
+ gltransformation: let graphene alloc its structures memory
aligned
+ ogg: fix possible buffer overrun
+ rtpbasepayload: Don't write header extensions if there's no
corresponding...
+ rtpbasepayload: always store input buffer meta before
negotiation
+ rtpbasepayload: fix transfer annotation for push and push_list
+ subparse: don't try to index string with -1
+ riff-media: fix memory leak after usage for g_strjoin()
+ playbin/playbin3: Allow setting a NULL URI
+ playsink: Complete reconfiguration on pad release.
+ parsebin: Expose streams of unknown type
+ pbutils: Fix wmv screen description detection
+ subparse: don't deref a potentially NULL variable
+ rawvideoparse: set format from caps in
gst_raw_video_parse_set_config_from_caps
+ videodecoder: release stream lock after handling gap events
+ videorate: fix assertion when pushing last and only buffer
without duration
+ videorate: Revert "don't reset on segment update" to fix
segment handling regressions
+ gst-play-1.0, gst-launch-1.0: Enable win32 high-resolution
timer also for MinGW build
- Drop patch already included in 1.20.2:
+ 5a074a11f90e3d70b24bf0c535ab0480fad9e701.patch
Version: 1.20.1-150400.3.3.1
* Tue Aug 01 2023 alarrosa@suse.com
- Add patch from upstream to fix FLAC file parsing integer overflow
remote code execution vulnerability (bsc#1213128,
CVE-2023-37327):
* 0001-flacparse-Avoid-integer-overflow-in-available-data-check.patch
- Add patch from upstream to fix SRT subtitle parsing heap-based
buffer overflow remote code execution vulnerability (bsc#1213131,
CVE-2023-37328):
* 0002-subparse-Look-for-the-closing-_-of-a-tag-after-the.patch
* Sat Mar 26 2022 bjorn.lie@gmail.com
- Add 5a074a11f90e3d70b24bf0c535ab0480fad9e701.patch: playsink:
Complete reconfiguration on pad release.
- Use ldconfig_scriptlets macro for post(un) handling.
* Fri Mar 18 2022 alarrosa@suse.com
- Update to version 1.20.1:
+ typefindfunctions: Fix WebVTT format detection for very short
files
+ gldisplay: Reorder GST_GL_WINDOW check for egl-device
+ rtpbasepayload: Copy all buffer metadata instead of just
GstMetas for the input meta buffer
+ codec-utils: Avoid out-of-bounds error
+ navigation: Fix Since markers for mouse scroll events
+ videoaggregator: Fix for unhandled negative rate
+ videoaggregator: Use floor() to calculate current position
+ video-color: Fix for missing clipping in PQ EOTF function
+ gst-play-1.0: Fix trick-mode handling in keyboard shortcut
+ audiovisualizer: shader: Fix out of bound write
* Fri Feb 04 2022 bjorn.lie@gmail.com
- Update to version 1.20.0:
+ Development in GitLab was switched to a single git repository
containing all the modules
+ GstPlay: new high-level playback library, replaces GstPlayer
+ WebM Alpha decoding support
+ Encoding profiles can now be tweaked with additional
application-specified element properties
+ Compositor: multi-threaded video conversion and mixing
+ RTP header extensions: unified support in RTP depayloader and
payloader base classes
+ SMPTE 2022-1 2-D Forward Error Correction support
+ Smart encoding (pass through) support for VP8, VP9, H.265 in
encodebin and transcodebin
+ Runtime compatibility support for libsoup2 and libsoup3
(libsoup3 support experimental)
+ Video decoder subframe support
+ Video decoder automatic packet-loss, data corruption, and
keyframe request handling for RTP / WebRTC / RTSP
+ mp4 and Matroska muxers now support profile/level/resolution
changes for H.264/H.265 input streams (i.e. codec data changing
on the fly)
+ mp4 muxing mode that initially creates a fragmented mp4 which
is converted to a regular mp4 on EOS
+ Audio support for the WebKit Port for Embedded (WPE) web page
source element
+ CUDA based video color space convert and rescale elements and
upload/download elements
+ NVIDIA memory:NVMM support for OpenGL glupload and gldownload
elements
+ Many WebRTC improvements
+ The new VA-API plugin implementation fleshed out with more
decoders and new postproc elements
+ AppSink API to retrieve events in addition to buffers and
buffer lists
+ AppSrc gained more configuration options for the internal queue
(leakiness, limits in buffers and time, getters to read current
levels)
+ Updated Rust bindings and many new Rust plugins
+ Improved support for custom minimal GStreamer builds
+ Support build against FFmpeg 5.0
+ Linux Stateless CODEC support gained MPEG-2 and VP9
+ Windows Direct3D11/DXVA decoder gained AV1 and MPEG-2 support
+ Lots of new plugins, features, performance improvements and bug
fixes
- Rebase add_wayland_dep_to_tests.patch.
- Drop gstreamer-plugins-base-gl-deps.patch: Fixed upstream
- Stop using service due to upstreams new mono-repo, just use
tarballs for now.
* Fri Feb 04 2022 bjorn.lie@gmail.com
- Update to version 1.18.6:
+ tagdemux: Fix crash when presented with malformed files
(security fix)
+ videoencoder: make sure the buffer is writable before modifying
metadata
+ video-converter: Fix for broken gamma remap with high bitdepth
YUV output
+ sdpmessage: fix mapping single char fmtp params
+ oggdemux: fix a race in push mode when performing the duration
seek
+ uridecodebin: Fix critical warnings
+ audio-converter: Fix resampling when there's nothing to output
+ tcp: fix build on Solaris
+ uridecodebin3: Nullify current item after all play items are
freed.
+ audio-resampler: Fix segfault when we can't output any frames
+ urisourcebin: Handle sources with dynamic pads and pads already
present
+ playbin2/3: autoplug/caps: don't expand caps to ANY
+ uridecodebin3/urisourcebin: Reusability fixes
+ rtspconnection: Only reset timeout when socket is unused
+ gstvideoaggregator.c: fix build with gcc 4.8
- Drop service, use source url, upstream changes in git.
* Thu Sep 16 2021 bjorn.lie@gmail.com
- Stop building doc sub-package, we will in the future use
upstreams own standalone doc package. Following this: Drop
fdupes, gtk-doc and hotdoc BuildRequires, and fdupes call, no
longer needed nor usefull.
* Thu Sep 16 2021 sbrabec@suse.com
- Remove obsolete translation-update-upstream support
(jsc#SLE-21105).
* Wed Sep 15 2021 bjorn.lie@gmail.com
- Update to version 1.18.5:
+ appsrc: Don't leak buffer list while wrongly unreffing buffer
on EOS/flushing
+ audioaggregator:
- Don't overwrite already written samples
- Resync on the next buffer when dropping a buffer on discont
resyncing
+ audiobasesink: Fix of double lock release
+ audiobasesrc: Fix divide by zero assertion
+ clockoverlay: Fix broken string formatting by strftime() on
Windows
+ compositor: Fix NV12 blend operation
+ giosrc: Don't leak scheme string in gst_gio_src_query()
+ giobasesink: Handle incomplete writes in
gst_gio_base_sink_render()
+ gl/wayland:
- Use consistent wl_display when creating work queue for proxy
wrapper
- Provide a dummy global_remove function
+ gl: Fix build when Meson >= 0.58.0rc1
+ playbin2: fix base_time selection when flush seeking live (such
as with RTSP)
+ rtspconnection:
- Add IPv6 support for tunneled mode
- Consistently translate GIOError to GstRTSPResult (for
rtspsrc)
+ rawbaseparse: check destination format correctly
+ uridecodebin: Don't force floating reference for future
reusable decodebin
+ parsebin: Put stream flags in GstStream
+ splitmuxsink: always use factory property when set
+ video-converter: Set up matrix tables only once.
+ videoscale: Performance degradation from 1.16.2 -> 1.18.4
+ videotestsrc: Fix a leak when computing alpha caps
+ audio/video-converter: Plug some minor leaks
+ audio,video-format: Make generate_raw_formats idempotent for
assertions
+ Don't use volatile to mean atomic (fixes compiler warnings with
gcc 11)
+ Fix build issue on MinGW64
- Drop 90903917.patch: Fixed upstream.
* Sat Jul 17 2021 dimstar@opensuse.org
- Add 90903917.patch: Fix build with meson >= 0.58.0rc1
* Sat May 08 2021 dmueller@suse.com
- don't own appdata dir - comes from filesystem rpm
* Tue Mar 30 2021 alarrosa@suse.com
- Update to version 1.18.4:
+ tag: id3v2: fix frame size check and potential invalid reads
+ audio: Fix gst_audio_buffer_truncate() meta handling for non-interleaved audio
+ audioresample: respect buffer layout when draining
+ audioaggregator: fix input_buffer ownership
+ decodebin3: change stream selection message owner, so that the app sends the stream-selection event to the right element
+ rtspconnection: correct data_size when tunneled mode
+ uridecodebin3: make caps property work
+ video-converter: Don't upsample invalid lines
+ videodecoder: Fix racy critical when pool negotiation occurs during flush
+ video: Convert gst_video_info_to_caps() to take self as const ptr
+ examples: added qt core dependency for qt overlay example
* Sat Jan 16 2021 bjorn.lie@gmail.com
- Update to version 1.18.3:
+ audiorate: Make buffer writable before changing its metadata
+ compositor: fix blending of subsampled components
+ decodebin3:
- When reconfiguring a slot make sure that the ghostpad is
unlinked
- Release selection lock when pushing EOS
+ encodebasebin: Ensure that parsers are compatible with selected
encoders
+ tagdemux: resize and trim buffer in place to fix interaction
with oggdemux
+ videoaggregator: Pop out old buffers on timeout
+ video-blend: fix blending 8-bit and 16-bit frames together
+ appsrc: fix signal documentation
+ gl: document some GL caps specifics
+ libvisual: workaround clang compiler warning
* Wed Dec 09 2020 bjorn.lie@gmail.com
- Update to version 1.18.2:
+ gl/eagl: internal view resize fixes for glimagesink
+ video-converter: increase the number of cache lines for
resampling, fixes significant color issues and artefacts with
"special" resizing parameters in compositor
+ compositor: Don't crash in prepare_frame() if the pad was just
removed
+ decodebin3: Properly handle caps query with no filter
+ videoaggregator:
- Guarantee that the output format is supported
- Fix locking around vagg->info
- Fix renegotiation when using convert pad
- document and fix locking in convert pad
+ gluploadelement:
- Avoid race condition of base class' context
- Avoid race condition of inside upload creation
+ gl: Fix prototype of glGetSynciv()
+ tcpserversink: Don't assume g_socket_get_remote_address()
succeeds
+ audiodecoder, videodecoder: Don't reset max-errors property
value in reset()
+ audioencoder: Fix incorrect GST_LOG_OBJECT usage
+ pbutils: Fix segfault when using invalid encoding profile
+ g-i: videometa: gir annotate the size of plane array in new API
+ examples/gl/gtk: Add missing dependency on gstgl
+ video: fix doc warning.
- Fix the _service file and spec to really use the tarball
generated by service.
* Tue Oct 27 2020 alarrosa@suse.com
- Update to 1.18.1:
+ Highlighted bugfixes in 1.18.1
- important security fixes (bsc#1181255, CVE-2021-3185)
- bug fixes and memory leak fixes
- various stability and reliability improvements
+ gst-plugins-base changes:
- theoradec: Set telemetry options only if they are nonzero
- glslstage: delete shader on finalize of stage
- urisourcebin: Fix crash caused by use after free
- decodebin3: Store stream-start event on output pad before
exposing it
- Add some missing nullable annotations
- typefind/xdgmime: Validate mimetypes to be valid
GstStructure names before using them
- uridecodebin3: Forward upstream events to decodebin3 directly
- video-converter: Add fast paths from v210 to I420/YV12, Y42B,
UYVY and YUY2
- videoaggregator: Limit accepted caps by template caps
- gstrtpbuffer: fix header extension length validation
- decodebin3: only force streams-selected seqnum after a
select-streams
- videodecoder: don't copy interlace-mode from reference state
- enable abi checks
- multihandlesink: Don't pass NULL caps to gst_caps_is_equal
- audio: video: Fix in/outbuf confusion of transform_meta
- meson: Always wrap "prefix" option with join_paths() to make
Windows happy
- videoaggregator: ensure peek_next_sample() uses the correct
caps
- meson: Actually build gstgl without implicit include dirs
- videoaggregator: Don't require any pads to be configured for
negotiating source pad caps
- gst-libs: gl: Fix documentation typo and clarify
gl_memory_texsubimage
- audioaggregator: Reset offset if the output rate is
renegotiated
- video-anc: Implement transform functions for AFD/Bar metas
- appsrc: Wake up the create() function on caps changes
- rtpbasepayload: do not forget delayed segment when forwarding
gaps
* Tue Oct 13 2020 alarrosa@suse.com
- Add patch from gl#gstreamer/gst-plugins-base#221 to support two
new CEA 608 caption formats:
* MR-221-video-anc-add-two-new-CEA-608-caption-formats.patch
* Wed Sep 02 2020 alarrosa@suse.com
- 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 in upstream:
* gst-base-audioencoder-fix-leak.patch
* gst-base-fft-update-kiss-version.patch
* gst-base-playbin-handle-error.patch
- Add patch to add wayland dependencies to tests to fix build:
* add_wayland_dep_to_tests.patch
* Wed Aug 26 2020 dimstar@opensuse.org
- Do not recommend PackageKit-gstreamer-plugin: that package
already supplements the combination of gstreamer-plugins-base
and packagekit.
Version: 1.16.3-4.3.1
* Wed May 19 2021 zcjia@suse.com
- Update to version 1.16.3 (bsc#1181255):
- audioaggregator: Check all downstream allowed caps structures if they support the upstream rate
- audioaggregator: Fix negotiation with downstream if there is no peer yet
- audioencoder: fix segment event leak
- discoverer: Fix caps handling in `pad-added` signal handler
- discoverer: Start discovering next URI from right thread
- fft: Update our kiss fft version, fixes thread-safety and concurrency issues and misc other things
- gl: numerous memory fixes (use-after-free, leaks, missing NULL-ify)
- gl/display/egl: ensure debug category is initialized
- gstglwindow_x11: fix resize
- pbutils: Add latest H.264 level values
- rtpbuffer: fix header extension length validation
- video: Fix NV12_64Z32 number of component
- video-format: RGB16/15 are not 16 bit per component but only 5.333 and 5
- video: fix top/bottom field flags
- videodecoder: don't copy interlace-mode from reference state
- appsrc/appsink: Make setting/replacing callbacks thread-safe
- compositor: Fix checkerboard filling for BGRx/RGBx and UYVY/YUY2/YVYU
- decodebin3: only force streams-selected seqnum after a select-streams
- glupload: Fix fallback from direct dmabuf to dmabuf upload method
- glvideomixer: perform `_get_highest_precision()` on the GL thread
- libvisual: use `gst_element_class_set_metadata()` when passing dynamic strings
- oggstream: Workaround for broken PAR in VP8 BOS
- subparse: accept WebVTT timestamps without an hour component
- playbin: Handle error message with redirection indication
- textrender: Fix AYUV output.
- typefind: Consider MPEG-PS PSM to be a PES type
- uridecodebin3: default to non-0 buffer-size and buffer-duration, otherwise it could potentially cause big memory allocations over time
- videoaggregator: Don't configure NULL chroma-site/colorimetry
- videorate/videoscale/audioresample: Ensure that the caps returned from...
- build: Replace bashisms in configure for Wayland and GLES3
- Drop upstream fixed patches:
gst-base-playbin-handle-error.patch
gst-base-audioencoder-fix-leak.patch
gst-base-fft-update-kiss-version.patch
* Fri May 01 2020 mgorse@suse.com
- Remove is_opensuse conditionals / really enable orc on SLE 15
(jsc#SLE-12265).
* Fri Mar 06 2020 dimstar@opensuse.org
- Add gstreamer-plugins-base-gl-deps.patch: Workaround incomplete
gstreamer-gl.pc file, which is missing the (dynamic) dependency
on wayland.
* Wed Feb 26 2020 bjorn.lie@gmail.com
- Enable meson build conditionally for Tumbleweed.
* Fri Jan 31 2020 bjorn.lie@gmail.com
- No longer recommend -lang: supplements are in use.
* Mon Jan 06 2020 bjorn.lie@gmail.com
- Add upstream bugfix patches:
+ gst-base-playbin-handle-error.patch: playbin: Handle error
message with redirection indication.
+ gst-base-audioencoder-fix-leak.patch: audioencoder: fix segment
event leak.
+ gst-base-fft-update-kiss-version.patch: fft: Update our kiss
fft version.
* Fri Dec 13 2019 fcrozat@suse.com
- Enable orc / wayland-egl on SLE15.
* Wed Dec 04 2019 bjorn.lie@gmail.com
- Update to version 1.16.2:
+ xvimagepool: Update size, stride, and offset with allocated
XvImage
+ video-converter: Fix RGB-XYZ-RGB conversion
+ audiorate: Update next_offset on rate change
+ audioringbuffer: Reset reorder flag before check
+ audio-buffer: Don't fail to map buffers with zero samples
+ videorate: Fix max-duplication-time handling
+ gl/gbm: ensure we call the resize callback before attempting to
draw
+ video-converter: Various fixes for interlaced scaling
+ gstrtspconnection: messages_bytes not decreased
+ check: Don't use real audio devices for tests
+ riff: add CineForm mapping
+ glfilters: Don't use static variables for storing per-element
state
+ glupload: Add VideoMetas and GLSyncMeta to the raw uploaded
buffers
+ streamsynchronizer: avoid pad release race during logging.
* Tue Sep 24 2019 bjorn.lie@gmail.com
- Update to version 1.16.1:
+ See main gstreamer package for changelog.
- Drop upstream fixed patches:
+ gst-plugins-base-doc-build-fix.patch.
+ gstreamer-plugins-base-arm-neon-configuration.patch.
* Mon Aug 19 2019 bjorn.lie@gmail.com
- Drop pkgconfig(gdk-pixbuf-2.0), pkgconfig(gtk+-3.0) and
pkgconfig(gtk+-x11-3.0) BuildRequires and pass --disable-examples
to configure (we already do in meson conditional): Only needed to
build the examples.
- Add explicit pkgconfig(wayland-protocols) BuildRequires:
Previously pulled in by gtk3 dependency.
- Add explicit conditional pkgconfig(cairo) BuildRequires for
openSUSE versions older than current Tumbleweed, workaround bug
in pangocairo dependencies in those releases. Also previously
pulled in by gtk3 dependency.
* Wed Jul 24 2019 mliska@suse.cz
- Add gstreamer-plugins-base-arm-neon-configuration.patch
as an upstream backport of:
https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/commit/d8d4904e
- Use %make_build.
* Tue Jun 18 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 for Tumbleweed.
- Adjust line to get the minimum required gstreamer version.
- Disable tremor (needs libvorbisidec)
- Disable examples.
- Package libgstcompositor.so and libgstoverlaycomposition.so.
- Adjust documentation directory.
- Add gst-plugins-base-doc-build-fix.patch: fix build with
automake.
- Up gstreamer-plugins-bad Conflicts.
- Now requires glib2 >= 2.40.
- Obsolete libgstbadvideo-1_0-0: now part of -base.
* Fri May 31 2019 bjorn.lie@gmail.com
- Update to version 1.14.5:
+ audioconvert: fix endianness conversion for unpacked formats
(e.g. S24_32BE).
+ audioringbuffer: Fix wrong memcpy address when reordering
channels.
+ decodebin2: Make sure to remove pad probes when freeing
GstDecodeGroup.
+ glviewconvert: fix output when a transformation matrix is used.
+ glupload:
- Prevent segfault when updating caps.
- dmabuf: be explicit about gl formats used.
+ gl/egl: Determine correct format on dmabuf import.
+ id3tag: validate the year from v1 tags before passing to
GstDateTime.
+ rtpbasepayload: Fix sequence numbers when using buffer lists.
+ rtspconnection:
- Fix security issue, potential heap overflow (CVE-2019-9928).
- Fix GError set over the top of a previous GError.
- Do not duplicate authentication headers.
+ subparse: don?t assert when failing to parse subrip timestamp.
+ video: various convert sample frame fixes.
+ video-converter: fix conversion from I420_10LE/BE, I420_12LE/BE,
A420_10LE/BE to BGRA/RGBA which created corrupted output.
+ video-format: Fix GBRA_10/12 alpha channel pixel strides.
- Drop upstream fixed patches:
+ CVE-2019-9928.patch
+ 0001-id3tag-Correctly-validate-the-year-from-v1-tags-befo.patch
* Thu May 16 2019 mgorse@suse.com
- Add CVE-2019-9928.patch: fix a heap overflow in the rtsp
connection parser (boo#1133375 CVE-2019-9928).
* Fri Apr 26 2019 davejplater@gmail.com
- Added:
0001-id3tag-Correctly-validate-the-year-from-v1-tags-befo.patch
which fixes:
https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/384
"Segfault since 1.16" which also occurs in 1.14.4.
* Wed Oct 03 2018 bjorn.lie@gmail.com
- Update to version 1.14.4:
+ Bugfix release, please see .changes in gstreamer main package.
* Wed Sep 26 2018 bjorn.lie@gmail.com
- Update to version 1.14.3:
+ Bugfix release, please see .changes in gstreamer main package.
* Fri Jul 20 2018 bjorn.lie@gmail.com
- Update to version 1.14.2:
+ Update docs.
+ xvimage: Fix symbol redefine build error.
+ glcolorbalance: Support OES textures for input/passthrough.
+ meson: gl: fix backported patch.
+ gl/build: fixed failed compilation due to missing EGLuint64KHR
typedef.
+ parsebin: Don't try to continue autoplugging a parser if we got
raw caps.
+ audiobasesrc: Round down segsize to an integer number of
samples.
+ discoverer: Don't crash when running with -v if channel-mask==0
and >7 channels.
+ gldownloadelement: fix build with msvc.
+ subparse: Don't read beyond array.
+ ogg: Avoid undefined granule shift.
+ libs: g-ir-scanner: do not hardcode libtool path.
+ rawvideoparse: fix typo in 'plane-offsets' description.
+ video: fix some GIR array annotations.
+ audio: fix some GIR array annotations.
+ meson: gl: remove non-headers from gl_prototype_headers.
+ meson: install the man pages for the command line tools.
+ meson: Fix detection of glib-mkenums under MSYS2.
* Sat Jun 23 2018 bjorn.lie@gmail.com
- Conditionalize orc and pkgconfig(wayland-egl) BuildRequires and
enable-orc call, fix build for SLE 12 SP3.
* Wed Jun 13 2018 bjorn.lie@gmail.com
- Conditionalize pkgconfig(graphene-1.0) BuildRequires: fix build
for Leap 42.3.
Version: 1.12.5-3.3.1
* Mon May 11 2020 mgorse@suse.com
- Add CVE-2019-9928.patch: fix a heap overflow in the rtsp
connection parser (boo#1133375 CVE-2019-9928).
* Thu Mar 29 2018 bjorn.lie@gmail.com
- Update to version 1.12.5:
+ Bugs fixed: bgo#668995, bgo#792983, bgo#784530, bgo#771853,
bgo#789358, bgo#791638
- Drop gst-pb-playbin3-fix-accessing-invalid-index.patch: Fixed
upstream.
* 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.
- Drop filesystem PreRequires: this is simply nonsense.
* Sat Dec 23 2017 zaitor@opensuse.org
- Add gst-pb-playbin3-fix-accessing-invalid-index.patch: playbin3:
Fix accessing invalid index in GstStream when received
select-stream event (bgo#791638).
- Clean up spec with spec-cleaner.
* Mon Dec 11 2017 zaitor@opensuse.org
- Update to version 1.12.4:
+ Bugs fixed: bgo#789458, bgo#789547, bgo790329.
* 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-base 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:
+ Bugs fixed: bgo#785011, bgo#771088, bgo#777735, bgo#785065,
bgo#785331, bgo#785341, bgo#785799, bgo#785948, bgo#785951,
bgo#786200.
* 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:
+ Bugs fixed: bgo#784639.
* 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 19 2017 jengelh@inai.de
- Run parallel build with smp_mflags. Recast a slightly
convoluted find call. Replace old $RPM shell vars by macros.
* Mon May 08 2017 zaitor@opensuse.org
- Update to version 1.12.0:
+ Bugs fixed: bgo#782095, bgo#782018.
* Wed May 03 2017 dimstar@opensuse.org
- Update to version 1.11.91:
+ Bugs fixed: bgo#779866, bgo#781149, bgo#781152, bgo#781168,
bgo#781490.
- Changes from version 1.11.90:
+ Bugs fixed: bgo#774544, bgo#776140, bgo#776172, bgo#776446,
bgo#779344, bgo#779515, bgo#779866, bgo#780053, bgo#780100,
bgo#780257, bgo#780297, bgo#780429, bgo#780559, bgo#780566,
bgo#780764, bgo#780769.
+ Updated translations.
* Fri Feb 24 2017 zaitor@opensuse.org
- Update to versions 1.11.2:
+ Bugs fixed: bgo#740557, bgo#775553, bgo#775893, bgo#776797,
bgo#777458, bgo#777530, bgo#778298, bgo#778702, bgo#778974,
bgo#779010.
* Thu Feb 23 2017 zaitor@opensuse.org
- Update to version 1.11.1:
+ Bugs fixed: bgo#678301, bgo#699077, bgo#744191, bgo#749567,
bgo#752052, bgo#756628, bgo#758259, bgo#759358, bgo#765796,
bgo#767450, bgo#769698, bgo#770355, bgo#771376, bgo#772445,
bgo#772550, bgo#772832, bgo#772864, bgo#773073, bgo#773102,
bgo#773165, bgo#773341, bgo#773944, bgo#774445, bgo#774454,
bgo#774484, bgo#774588, bgo#774728, bgo#774878, bgo#774959,
bgo#775310, bgo#775369, bgo#775917, bgo#776038, bgo#776188,
bgo#776447, bgo#776458, bgo#777009, bgo#772764.
- 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 --enable-orc to configure to ensure we build orc support.
- Drop obsolete clean section from spec.
- Move AUTHORS, NEWS, README, RELEASE and REQUIREMENTS to doc sub
package.
- Add fdupes BuildRequires and macro, remove duplicates.
- Drop libgstinterfaces-1_0-0 and typelib-1_0-GstInterfaces-1_0
Obsoletes: They were added to ensure smooth upgrades, and are not
present in any current openSUSE release.
- Move license-translations.dict to devel package, it's only needed
for development.
- Replace gstreamer-devel and gstreamer-utils for
pkgconfig(gstreamer-1.0) BuildRequires: Following what configure
looks for.
* Thu Feb 23 2017 zaitor@opensuse.org
- Update to version 1.10.4:
+ Bugs fixed: bgo#778432.
- Drop aarch64-no-neon.patch: No longer needed.
* Mon Jan 30 2017 zaitor@opensuse.org
- Update to version 1.10.3:
+ Bugs fixed: bgo#758389, bgo#771723, bgo#774908, bgo#775351,
bgo#775459, bgo#775480, bgo#775687, bgo#775887, bgo#776403,
bgo#776623, bgo#777262, bgo#777265, bgo#777502, bgo#777525,
bgo#777921.
* Sat Dec 03 2016 zaitor@opensuse.org
- Update to version 1.10.2:
+ Bugs fixed: bgo#774911, bgo#774585, bgo#774902, bgo#775224.