mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-02 18:01:31 +00:00
shout2send: Unref event at the end of the event function
The function takes ownership of it and should get rid of it at the end. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7992>
This commit is contained in:
parent
acf1efbf8d
commit
4a040aa11d
1 changed files with 2 additions and 0 deletions
|
@ -491,6 +491,8 @@ gst_shout2send_event (GstBaseSink * sink, GstEvent * event)
|
|||
}
|
||||
}
|
||||
|
||||
gst_event_unref (event);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue