<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-media, branch 1.26</title>
<subtitle>Media tools for MATE</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-media/'/>
<entry>
<title>fix news</title>
<updated>2023-12-25T17:25:28+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2023-12-25T17:25:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-media/commit/?id=af3afc4c4f1adf351157938e2904b63d29a52775'/>
<id>af3afc4c4f1adf351157938e2904b63d29a52775</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>release 1.26.2</title>
<updated>2023-12-25T16:43:05+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2023-12-25T16:43:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-media/commit/?id=dba8187b3bae181d439576a6d10a8c1737bc3bb2'/>
<id>dba8187b3bae181d439576a6d10a8c1737bc3bb2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tx: pull from transifex</title>
<updated>2023-12-25T16:39:09+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2023-12-25T16:39:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-media/commit/?id=17a36a09eb637a252d4366cf42a58d7c94cdaacf'/>
<id>17a36a09eb637a252d4366cf42a58d7c94cdaacf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix various instance checks</title>
<updated>2023-12-25T16:32:14+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>cwendling@hypra.fr</email>
</author>
<published>2023-11-07T14:23:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-media/commit/?id=cad9b11da5e2fe30f2033797075b132534ae5c3e'/>
<id>cad9b11da5e2fe30f2033797075b132534ae5c3e</id>
<content type='text'>
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()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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()
</pre>
</div>
</content>
</entry>
<entry>
<title>tx: update German translation</title>
<updated>2023-12-25T15:17:18+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2023-12-25T15:17:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-media/commit/?id=cadcbb2530d7440b9c756c37c83c30cc5748ab15'/>
<id>cadcbb2530d7440b9c756c37c83c30cc5748ab15</id>
<content type='text'>
- fixes https://github.com/mate-desktop/mate-media/issues/210

Signed-off-by: raveit65 &lt;mate@raveit.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fixes https://github.com/mate-desktop/mate-media/issues/210

Signed-off-by: raveit65 &lt;mate@raveit.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix building with libxml 2.12.0</title>
<updated>2023-11-25T20:50:40+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2023-11-23T21:46:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-media/commit/?id=3cc3d0dc31266020bc52402e52bfe8aae4e3c0ac'/>
<id>3cc3d0dc31266020bc52402e52bfe8aae4e3c0ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CI: fix releasing</title>
<updated>2023-05-13T08:56:27+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2023-05-13T08:56:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-media/commit/?id=349e1942e5d1ad42a9eb0ddcecf87b5e51836b5e'/>
<id>349e1942e5d1ad42a9eb0ddcecf87b5e51836b5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>release 1.26.1</title>
<updated>2023-05-13T08:18:31+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2023-05-13T08:18:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-media/commit/?id=3948bb1ffd6d29dc6537c813ab16b04f141ec34e'/>
<id>3948bb1ffd6d29dc6537c813ab16b04f141ec34e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tx: migrate to new API</title>
<updated>2023-05-13T08:09:56+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2023-05-13T08:09:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-media/commit/?id=f1eda6e824fab0395fde97c43d7edf826cff9842'/>
<id>f1eda6e824fab0395fde97c43d7edf826cff9842</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gvc-stream-applet-icon: fix memory leak</title>
<updated>2022-07-08T19:37:37+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2021-12-31T20:48:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-media/commit/?id=136721c5eca5b80100817190fbf775604f9acb8d'/>
<id>136721c5eca5b80100817190fbf775604f9acb8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
