Accepting request 919110 from home:iznogood:branches:multimedia:libs

- Update to version 1.18.5:
  + aggregator:
    - Release the SRC lock while querying latency
    - Release pads' peeked buffer when removing the pad or
      finalizing it
  + basesink: Don't swap rstart/rstop when stepping
  + basesrc: Print segments with GST_SEGMENT_FORMAT and not
    GST_PTR_FORMAT
  + childproxy: init value in gst_child_proxy_get_property() if
    needed
  + clocksync: Fix providing system clock by default
  + concat:
    - Properly propagate seqnum of segment events
    - adjust running time offsets on downstream events
    - fix locking in SEGMENT event handler
  + downloadbuffer/sparsefile: several fixes for win32
  + element: NULL the lists of contexts in dispose()
  + multiqueue:
    - Use running time of gap events for wakeups.
    - Ensure peer pad exists when iterating internal links
  + pad:
    - Keep IDLE probe hook alive during immediate callback
    - Ensure last flow return is set on sink pads in push mode
    - Don't spam the debug log at INFO level when default-chaining
      a buffer list
    - clear probes holding mutex
  + parse-launch:
    - Fix a critical when using the : operator.
  + Don't do delayed property setting for top-level properties.
  + plugin: load plugins with unknown license strings
  + ptpclock: Don't leak the GList
  + queue2: Refuse all serialized queries when posting buffering
    messages
  + systemclock: Update monotonic reference time when re-scheduling
  + High CPU usage in 1.18 (but not master) when pausing playback
    in gnome-music
  + Don't use volatile to mean atomic (fixes compiler warnings with
    gcc 11)

OBS-URL: https://build.opensuse.org/request/show/919110
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=170
This commit is contained in:
Dominique Leuenberger 2021-09-15 10:26:25 +00:00 committed by Git OBS Bridge
parent 9402d5981e
commit 4faa67782f
4 changed files with 46 additions and 4 deletions

View File

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

3
gstreamer-1.18.5.tar.xz Normal file
View File

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

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
Wed Sep 15 08:39:21 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.18.5:
+ aggregator:
- Release the SRC lock while querying latency
- Release pads' peeked buffer when removing the pad or
finalizing it
+ basesink: Don't swap rstart/rstop when stepping
+ basesrc: Print segments with GST_SEGMENT_FORMAT and not
GST_PTR_FORMAT
+ childproxy: init value in gst_child_proxy_get_property() if
needed
+ clocksync: Fix providing system clock by default
+ concat:
- Properly propagate seqnum of segment events
- adjust running time offsets on downstream events
- fix locking in SEGMENT event handler
+ downloadbuffer/sparsefile: several fixes for win32
+ element: NULL the lists of contexts in dispose()
+ multiqueue:
- Use running time of gap events for wakeups.
- Ensure peer pad exists when iterating internal links
+ pad:
- Keep IDLE probe hook alive during immediate callback
- Ensure last flow return is set on sink pads in push mode
- Don't spam the debug log at INFO level when default-chaining
a buffer list
- clear probes holding mutex
+ parse-launch:
- Fix a critical when using the : operator.
+ Don't do delayed property setting for top-level properties.
+ plugin: load plugins with unknown license strings
+ ptpclock: Don't leak the GList
+ queue2: Refuse all serialized queries when posting buffering
messages
+ systemclock: Update monotonic reference time when re-scheduling
+ High CPU usage in 1.18 (but not master) when pausing playback
in gnome-music
+ Don't use volatile to mean atomic (fixes compiler warnings with
gcc 11)
-------------------------------------------------------------------
Fri Mar 19 20:51:25 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -19,7 +19,7 @@
%define gst_branch 1.0
Name: gstreamer
Version: 1.18.4
Version: 1.18.5
Release: 0
Summary: Streaming-Media Framework Runtime
License: LGPL-2.1-or-later