17
0
Files
gstreamer-plugins-bad/_service
Antonio Larrosa db27f45dfd - Update to version 1.26.2:
+ alphacombine: Fix seeking after EOS
  + cuda: Fix runtime PTX compile, fix example code build with old
    CUDA SDK
  + curl: Fix build with MSVC
  + curl: small fixups p3
  + d3d12: Fix gstreamer-full subproject build with gcc
  + d3d12: Generate gir file
  + d3d12decoder: Workaround for NVIDIA crash on resolution change
  + d3d12memory: Allow set_fence() only against writable memory
  + d3d12memory: Make D3D12 map flags inspectable
  + d3d12screencapturesrc: Fix desktop handle leak
  + dash: mpdclient: Don't pass terminating NUL to adapter
  + dvbsuboverlay: Actually make use of subtitle running time
    instead of using PTS
  + dvbsuboverlay: No subtitles after seek
  + h264parse: Never output stream-format=avc/avc3 caps without
    codec_data
  + lcevc: Use portable printf formatting macros
  + midiparse: Consider tempo changes when calculating duration
  + nvencoder: Fix GstVideoCodecFrame leak on non-flow-ok return
  + play: Improve stream selection
  + properties: add G_PARAM_STATIC_STRINGS where missing
  + rtpsender: fix 'priority' GValue get/set
  + va: Fix H264 profile decision logic
  + vulkan/wayland: Init debug category before usage
  + Ensure properties are freed before (re)setting with
    g_value_dup_object() or g_value_dup_boxed() and during cleanup
  + Fix new warnings on Fedora 42, various meson warnings, and
    other small meson build/wrap fixes
  + Fixes for big endian
  + Fix Qt detection in various places
  + Switch to GST_AUDIO_NE()
  + Valgrind fixes

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-bad?expand=0&rev=463
2025-06-04 01:35:59 +00:00

22 lines
838 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-bad</param>
<param name="filename">gst-plugins-bad</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>