mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
decodebin2: Use existing "caps" quark for one of the structure sets
This commit is contained in:
parent
b29a3d3cff
commit
cee8710817
1 changed files with 1 additions and 1 deletions
|
@ -3483,7 +3483,7 @@ gst_decode_chain_get_topology (GstDecodeChain * chain)
|
|||
caps = NULL;
|
||||
}
|
||||
}
|
||||
gst_structure_set (u, "caps", GST_TYPE_CAPS, caps, NULL);
|
||||
gst_structure_id_set (u, topology_caps, GST_TYPE_CAPS, caps, NULL);
|
||||
gst_caps_unref (caps);
|
||||
|
||||
return u;
|
||||
|
|
Loading…
Reference in a new issue