mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
playsink: don't leak the colorbalance element
This commit is contained in:
parent
9c09fbda52
commit
f21b7437e7
1 changed files with 2 additions and 0 deletions
|
@ -1492,6 +1492,8 @@ update_colorbalance (GstPlaySink * playsink)
|
|||
|
||||
g_signal_handlers_unblock_by_func (balance,
|
||||
G_CALLBACK (colorbalance_value_changed_cb), playsink);
|
||||
|
||||
gst_object_unref (balance);
|
||||
}
|
||||
|
||||
/* make the element (bin) that contains the elements needed to perform
|
||||
|
|
Loading…
Reference in a new issue