17
0
Files
gstreamer-plugins-bad/_service
Dominique Leuenberger f9160503d2 - Update to version 1.26.10:
+ aesenc / aesdec: use correct format specifier for buffer size
    in debug log
  + analytics: Fix build on MSVC by using libm dependency
  + curlhttpsrc: Various fixes
  + decklinkvideosink: Fix frame completion callbacks for firmware
    14.3+
  + dtlsdec: mark generated cert agent with
    GST_OBJECT_FLAG_MAY_BE_LEAKED
  + fdkaacdec: Assertion on handling unsupported channel layouts
  + fdkaacdec: Invalidate channel_types/indices when setting a
    known config
  + hlssink: Guard NULL structure and use gst_structure_has_name()
  + midiparse: Fix a couple of potential out-of-bounds reads
  + mpegtsmux: Fix potential deadlock changing pmt-interval
  + mxfdemux: reconsider "closing running segment" for non flushing
    seeks
  + mxfdemux / aiffparse / matroskaparse: Remove segment closing on
    non-flushing seeks
  + mxfdemux: Simplify timestamp tracking
  + mxfdemux: send event SegmentDone for segment seeks
  + mxfmpeg: Add custom Sony picture essence coding UL
  + playbin3: ensure GST_EVENT_SELECT_STREAMS event is sent to
    collection source
  + vabasedec: Don't assert when negotiating based on a gap event
    before the first buffer
  + vkformat: Add
    VK_FORMAT_G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16 format
  + webrtc: Keep a ref of the ICEStream in the TransportStream
  + GstPlay: set_audio_track_enabled / set_video_track_enabled not

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-bad?expand=0&rev=487
2025-12-30 11:48:57 +00:00

22 lines
839 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.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>