+ Highlighted bugfixes:
- curlhttpsrc fixes and improvements
- decklinkvideosink: Fix frame completion callbacks for
firmware 14.3+
- flac: Fix 6.1 and 7.1 channel layouts and support encoding
and decoding of 32-bit audio
- glimagesink: Fix handling of odd height buffers
- matroskademux: make maximum allowed block size large enough
to support 4k uncompressed video
- mxf: Add support for custom Sony XDCAM video variant
- opusenc: multichannel and surround sound handling
improvements
- playbin3: HLS/DASH stream selection handling improvements to
fix disabling and re-enabling of audio/video streams with
adaptivedemux2
- qtmux: robust recording mode space left estimation fixes for
streams that start with a timestamp offset
- splitmuxsrc seeking improvements
- Support FLAC audio in DASH manifests
- Python bindings: fix regression where buffers were no longer
writable in pad probe callbacks
- cerbero: add python bindings for GstApp; Windows installer
improvements
- Various bug fixes, build fixes, memory leak fixes, and other
stability and reliability improvements
+ gstreamer:
- pipeline: Improve resource cleanup logic for clock objects
- filesink: fix the build with recent mingw-w64
- basetransform, basesrc: Fix handling of buffer pool
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=263
22 lines
827 B
XML
22 lines
827 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://gitlab.freedesktop.org/gstreamer/gstreamer.git</param>
|
|
<param name="subdir">subprojects/gstreamer</param>
|
|
<param name="filename">gstreamer</param>
|
|
<param name="revision">1.26.10</param>
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
|
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<!-- <param name="changesgenerate">enable</param> -->
|
|
</service>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<service name="set_version" mode="manual" />
|
|
</services>
|
|
|