mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
alphacolor: plug structure leak
This commit is contained in:
parent
11abb9c312
commit
8effa9b92f
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ gst_alpha_color_transform_caps (GstBaseTransform * btrans,
|
|||
gst_structure_remove_field (structure, "chroma-site");
|
||||
|
||||
gst_structure_set_name (structure, "video/x-raw");
|
||||
gst_caps_append_structure (local_caps, gst_structure_copy (structure));
|
||||
gst_caps_append_structure (local_caps, structure);
|
||||
}
|
||||
|
||||
/* Get the appropriate template */
|
||||
|
|
Loading…
Reference in a new issue