mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Merge branch 'matthiasc/for-main' into 'main'
gst: Fix a wrong unref function See merge request GNOME/gtk!7517
This commit is contained in:
commit
541ffbe4b5
@ -832,7 +832,7 @@ gtk_gst_sink_dispose (GObject *object)
|
||||
{
|
||||
GtkGstSink *self = GTK_GST_SINK (object);
|
||||
|
||||
g_clear_object (&self->color_state);
|
||||
g_clear_pointer (&self->color_state, gdk_color_state_unref);
|
||||
g_clear_object (&self->paintable);
|
||||
g_clear_object (&self->gst_gdk_context);
|
||||
g_clear_object (&self->gst_display);
|
||||
|
Loading…
Reference in New Issue
Block a user