5089N/A# date:2009-09-03 owner:hawklu type:bug doo:10848
5089N/A#
5089N/A# These changes should be submitted upstream.
5089N/A
6557N/A--- pidgin-2.11.0/finch/gntsound.c.orig 2016-08-01 08:28:06.179171241 -0700
6557N/A+++ pidgin-2.11.0/finch/gntsound.c 2016-08-01 08:28:15.264786022 -0700
6557N/A@@ -448,7 +448,6 @@
5089N/A /* fall-through and clean up */
5089N/A case GST_MESSAGE_EOS:
5089N/A gst_element_set_state(play, GST_STATE_NULL);
5089N/A- gst_object_unref(GST_OBJECT(play));
6557N/A return FALSE;
5089N/A break;
5089N/A case GST_MESSAGE_WARNING:
6557N/A--- pidgin-2.11.0/pidgin/gtksound.c.orig 2016-08-01 08:30:07.199847065 -0700
6557N/A+++ pidgin-2.11.0/pidgin/gtksound.c 2016-08-01 08:30:15.958419246 -0700
5089N/A@@ -393,7 +393,6 @@
5089N/A /* fall-through and clean up */
5089N/A case GST_MESSAGE_EOS:
5089N/A gst_element_set_state(play, GST_STATE_NULL);
5089N/A- gst_object_unref(GST_OBJECT(play));
6557N/A return FALSE;
5089N/A break;
5089N/A case GST_MESSAGE_WARNING: