+ alsa: Avoid infinite loop in DSD rate detection
+ gl: Implement basetransform meta transform function
+ glshader: free shader on stop
+ glupload: Only add texture-target field to GL caps
+ gstaudioutilsprivate: Fix gcc 15 compiler error with function
pointer
+ mikey: Avoid infinite loop while parsing MIKEY payload with
unhandled payload types
+ properties: add G_PARAM_STATIC_STRINGS where missing
+ riff-media: fix MS and DVI ADPCM av_bps calculations
+ subtitleoverlay: Remove 0.10 hardware caps handling
+ subtitleoverlay: Missing support for DMABuf(?)
+ tests: opus: Update channel support and add to meson
+ textoverlay: fix shading for RGBx / RGBA pixel format variants
+ textoverlay background is wrong while cropping
+ uridecodebin3: Don't hold play items lock while releasing pads
+ uridecodebin3: deadlock on PLAY_ITEMS_LOCK
+ Fix new warnings on Fedora 42, various meson warnings, and
other small meson build/wrap fixes
+ Fix Qt detection in various places
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=252
22 lines
840 B
XML
22 lines
840 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/gst-plugins-base</param>
|
|
<param name="filename">gst-plugins-base</param>
|
|
<param name="revision">1.26.2</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>
|
|
|