Accepting request 1061319 from GNOME:Next

- Update to version 0.9.8+git20230124.d9e9468:
  * aws: Update to AWS SDK 0.53/0.23
  * dav1d:
    - Don't flush the decoder when draining
    - Don't treat any kind of bitstream error immediately as fatal
    - Get rid of some unnecessary `unwrap()`s
    - Only drain at most one decoded frame per input frame unless
      the decoder requires more before accepting new data
    - Remove unnecessary frame dropping loop
  * Downgrade clap dependency to 4.0
  * gtk4:
    - Asynchronously flush frames from GDK
    - Keep `GstGLMemory` alive as long as it is used inside GDK
    - Make no caps in the allocation query a non-error
    - Only provide a buffer pool to upstream if it requested one
  * livesync: fix late-threshold property min value
  * meson:
    - Only enable cargo features when options are enabled (bis)
    - Update version to 0.9.8

OBS-URL: https://build.opensuse.org/request/show/1061319
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-rs?expand=0&rev=31
This commit is contained in:
Antonio Larrosa 2023-01-26 17:30:45 +00:00 committed by Git OBS Bridge
parent c6c7583457
commit 9f5836658e
8 changed files with 35 additions and 12 deletions

View File

@ -3,10 +3,10 @@
<service name="obs_scm" mode="manual"> <service name="obs_scm" mode="manual">
<param name="url">https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git</param> <param name="url">https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git</param>
<param name="filename">gstreamer-plugins-rs</param> <param name="filename">gstreamer-plugins-rs</param>
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param> <param name="versionformat">0.9.8+git%cd.%h</param>
<param name="versionrewrite-pattern">(.*)\+0</param> <param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param> <param name="versionrewrite-replacement">\1</param>
<param name="revision">0.9</param> <param name="revision">d9e9468f</param>
<param name="changesgenerate">enable</param> <param name="changesgenerate">enable</param>
<param name="scm">git</param> <param name="scm">git</param>
</service> </service>

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git</param> <param name="url">https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git</param>
<param name="changesrevision">df3b90881f0af2779fe702fa7ba0d907bb19896f</param></service></servicedata> <param name="changesrevision">d9e9468f9a163f4d8e9eced9eaf2bff0674710d9</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e2122e75714a0ba7cbab20481a0a4bb163be3613bb586f4698b53efd744a7440
size 7397389

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:077ccd032ac76d21c87cf44928b19d5ef603eca3346f014eba240a1fd2d74be6
size 7396365

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Jan 25 22:24:43 UTC 2023 - bjorn.lie@gmail.com
- Update to version 0.9.8+git20230124.d9e9468:
* aws: Update to AWS SDK 0.53/0.23
* dav1d:
- Don't flush the decoder when draining
- Don't treat any kind of bitstream error immediately as fatal
- Get rid of some unnecessary `unwrap()`s
- Only drain at most one decoded frame per input frame unless
the decoder requires more before accepting new data
- Remove unnecessary frame dropping loop
* Downgrade clap dependency to 4.0
* gtk4:
- Asynchronously flush frames from GDK
- Keep `GstGLMemory` alive as long as it is used inside GDK
- Make no caps in the allocation query a non-error
- Only provide a buffer pool to upstream if it requested one
* livesync: fix late-threshold property min value
* meson:
- Only enable cargo features when options are enabled (bis)
- Update version to 0.9.8
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 13 15:12:47 UTC 2023 - bjorn.lie@gmail.com Fri Jan 13 15:12:47 UTC 2023 - bjorn.lie@gmail.com

View File

@ -1,4 +1,4 @@
name: gstreamer-plugins-rs name: gstreamer-plugins-rs
version: 0.9.5+git20230111.df3b908 version: 0.9.8+git20230124.d9e9468
mtime: 1673455127 mtime: 1674567969
commit: df3b90881f0af2779fe702fa7ba0d907bb19896f commit: d9e9468f9a163f4d8e9eced9eaf2bff0674710d9

View File

@ -25,7 +25,7 @@
#%%global __requires_exclude pkgconfig\\(csound\\) #%%global __requires_exclude pkgconfig\\(csound\\)
Name: gstreamer-plugins-rs Name: gstreamer-plugins-rs
Version: 0.9.5+git20230111.df3b908 Version: 0.9.8+git20230124.d9e9468
Release: 0 Release: 0
Summary: GStreamer Streaming-Media Framework Plug-Ins Summary: GStreamer Streaming-Media Framework Plug-Ins
License: LGPL-2.1-or-later License: LGPL-2.1-or-later

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:47c0c7a8a053dd9960c3b9bf9d88f5d4c094a5f79cbd8841acd0f973c93e7d59 oid sha256:ebec6c4a665c8db41f842d6ed444633377400ae4280733b2f26f0cc833758466
size 66384808 size 66361724