mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 20:25:25 +00:00
parent
39cd2bf8fe
commit
5706178d54
1 changed files with 2 additions and 0 deletions
|
@ -706,6 +706,8 @@ gst_ipc_pipeline_comm_read_buffer (GstIpcPipelineComm * comm, guint32 size)
|
||||||
} else {
|
} else {
|
||||||
GST_WARNING_OBJECT (comm->element, "Unsupported meta: %s",
|
GST_WARNING_OBJECT (comm->element, "Unsupported meta: %s",
|
||||||
g_type_name (api));
|
g_type_name (api));
|
||||||
|
if (structure)
|
||||||
|
gst_structure_free (structure);
|
||||||
}
|
}
|
||||||
|
|
||||||
#undef READ_FIELD
|
#undef READ_FIELD
|
||||||
|
|
Loading…
Reference in a new issue