From 03d2ae154e3a36053494912185c0d1964633f30b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 27 Feb 2016 20:33:32 +0200 Subject: goom: Use goom_set_resolution() instead of recreating the goom instance when the resolution changes https://bugzilla.gnome.org/show_bug.cgi?id=762765 --- gst/goom/gstgoom.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/goom/gstgoom.c b/gst/goom/gstgoom.c index 6700f75c9..1e86ac51f 100644 --- a/gst/goom/gstgoom.c +++ b/gst/goom/gstgoom.c @@ -154,6 +154,7 @@ gst_goom_setup (GstAudioVisualizer * base) goom->width = GST_VIDEO_INFO_WIDTH (&base->vinfo); goom->height = GST_VIDEO_INFO_HEIGHT (&base->vinfo); + goom_set_resolution (goom->plugin, goom->width, goom->height); return TRUE; } -- cgit v1.2.1