mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 04:41:16 +00:00
nlecomposition: Don't leak QoS events
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7276>
This commit is contained in:
parent
a38e244794
commit
b7828d237b
1 changed files with 1 additions and 1 deletions
|
@ -2072,7 +2072,7 @@ nle_composition_event_handler (GstPad * ghostpad, GstObject * parent,
|
||||||
|| comp->priv->waiting_serialized_query_or_buffer) {
|
|| comp->priv->waiting_serialized_query_or_buffer) {
|
||||||
GST_INFO_OBJECT (comp,
|
GST_INFO_OBJECT (comp,
|
||||||
"QoS event while setting up new stack... discarding");
|
"QoS event while setting up new stack... discarding");
|
||||||
|
gst_event_unref (event);
|
||||||
goto beach;
|
goto beach;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue