17
0
Files
gstreamer-plugins-good/_service
Antonio Larrosa 833c20c916 - Update to version 1.26.2:
+ adaptivedemux2: Fixes for collection handling
  + adaptivedemux2: Fix several races
  + dash: mpdclient: Don't pass terminating NUL to adapter
  + gl: Implement basetransform meta transform function
  + imagefreeze: Set seqnum from segment too
  + interleave: Don't hold object lock while querying caps
    downstream
  + matroskamux: Write stream headers before finishing file, so
    that a correct file with headers is written if we finish
    without any data
  + meson: Add build_rpath for qt6 plugin on macOS
  + meson: Fix qt detection in various places
  + properties: add G_PARAM_STATIC_STRINGS where missing
  + qtdemux: Check length of JPEG2000 colr box before parsing it
  + qtdemux: Parse chan box and improve raw audio channel layout
    handling
  + qtdemux: Improve track parsing
  + qtdemux: Use byte reader to parse mvhd box
  + qtdemux: cmpd box is only mandatory for uncompressed video with
    uncC version 0
  + rtph264pay: Reject stream-format=avc without codec_data
  + rtputils: Add debug category
  + v4l2: pool: Send drop frame signal after dqbuf success
  + v4l2: pool: fix assert when mapping video frame with DMA_DRM
    caps
  + v4l2videoenc: report error only when buffer pool parameters are
    invalid
  + wavparse: Ignore EOS when parsing the headers
  + wavparse: Regression leading to unplaybable wav files that were

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

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-good</param>
<param name="filename">gst-plugins-good</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>