gnome-music:gnome-40

Last commit made on 2021-08-12
Get this branch:
git clone -b gnome-40 https://git.launchpad.net/gnome-music

Branch merges

Branch information

Name:
gnome-40
Repository:
lp:gnome-music

Recent commits

582817d... by Quentin PAGÈS

Update Occitan translation

b07aaa1... by Quentin PAGÈS

Update Occitan translation

5b28d7e... by Quentin PAGÈS

Update Occitan translation

3812112... by Jean Felder <email address hidden>

flatpak: Use meson build system for libmediaart

Autotools build system has been removed.

be51415... by Marinus Schraal <email address hidden>

Release 40.1.1

d957137... by Marinus Schraal <email address hidden>

Release 40.1

1567544... by Marinus Schraal <email address hidden>

appdata: Indentation fix

4ece037... by Jean Felder <email address hidden>

gstplayer: Unschedule the clock when stopped

This is a follow-up of commit ad31ba0f9c695ab8f42af9be252f789af0a39bdc
which unschedules the clock when the player is paused.

When the player is paused or stopped, the clock "wait" times out and
causes a high cpu usage (this only happens with gstreamer 1.18).

This commit unschedules the clock when the player is stopped.

See https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/673

df72c22... by Jean Felder <email address hidden>

gstplayer: Unschedule the clock when paused

When the player is paused, the clock "wait" times out and causes a
high cpu usage (this only happens with gstreamer 1.18).

This issue is fixed by unscheduling the clock id when going the player
is paused and then re-schedule it once the player resumes.

See https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/673

Related: #443

9b4bf0a... by Jean Felder <email address hidden>

meson: Music needs at least python 3.7

Post 3.38, Music is starting to use type checking. It relies on
Postponed Evaluation of Annotations (PEP 563) which has been released
in Python 3.7.

Closes: #451