mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 16:51:10 +00:00
multiqueue: Initialize all GstMultiQueueItem fields in both code paths
This commit is contained in:
parent
1c6341e6a4
commit
a79d3a0220
1 changed files with 1 additions and 0 deletions
|
@ -1146,6 +1146,7 @@ gst_multi_queue_mo_item_new (GstMiniObject * object, guint32 curid)
|
||||||
item->object = object;
|
item->object = object;
|
||||||
item->destroy = (GDestroyNotify) gst_multi_queue_item_destroy;
|
item->destroy = (GDestroyNotify) gst_multi_queue_item_destroy;
|
||||||
item->posid = curid;
|
item->posid = curid;
|
||||||
|
item->is_query = GST_IS_QUERY (object);
|
||||||
|
|
||||||
item->size = 0;
|
item->size = 0;
|
||||||
item->duration = 0;
|
item->duration = 0;
|
||||||
|
|
Loading…
Reference in a new issue