~mate-desktop/mate-desktop/+git/mate-media:1.26

Last commit made on 2023-12-25
Get this branch:
git clone -b 1.26 https://git.launchpad.net/~mate-desktop/mate-desktop/+git/mate-media

Branch merges

Branch information

Recent commits

af3afc4... by raveit65

fix news

dba8187... by raveit65

release 1.26.2

17a36a0... by raveit65

tx: pull from transifex

cad9b11... by Colomban Wendling

Fix various instance checks

The g_return*_if_fail() calls should use PREFIX_IS_TYPE_NAME [1], which
returns whether the given instance is of the right type, not
PREFIX_TYPE_NAME [2], which checks whether the given instance if of the
right type, warns if not, and returns the passed-in instance unchanged.

Using the wrong one means the returned value is the passed-in pointer,
and thus passes the g_return*_if_fail() whenever the pointer is
non-NULL, no matter whether it's of the right type or not.

A warning would still be emitted by g_type_check_instance_cast(), but
the execution wouldn't get short-circuited.

[1] calls g_type_check_instance_is_a()
[2] calls g_type_check_instance_cast()

cadcbb2... by raveit65

tx: update German translation

- fixes https://github.com/mate-desktop/mate-media/issues/210

Signed-off-by: raveit65 <email address hidden>

3cc3d0d... by raveit65

fix building with libxml 2.12.0

349e194... by raveit65

CI: fix releasing

3948bb1... by raveit65

release 1.26.1

f1eda6e... by raveit65

tx: migrate to new API

136721c... by Robert Antoni Buj Gelonch

gvc-stream-applet-icon: fix memory leak