[483/906] glelements: do not leak parent when using gst_pad_get_parent

This commit is contained in:
Julien Isorce 2011-12-15 16:18:36 +01:00 committed by Tim-Philipp Müller
parent 7c79cc5c41
commit 96cce45c38

View file

@ -202,6 +202,8 @@ gst_gl_filter_src_query (GstPad * pad, GstQuery * query)
break;
}
gst_object_unref (parent);
return res;
}