mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
app-dev/playback-components: add missing gst_clear_caps
This commit is contained in:
parent
daa4d32511
commit
b18dc27bda
1 changed files with 2 additions and 0 deletions
|
@ -361,6 +361,8 @@ cb_pad_added (GstElement *dec,
|
||||||
|
|
||||||
gst_object_unref (sinkpad);
|
gst_object_unref (sinkpad);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gst_clear_caps (&caps);
|
||||||
}
|
}
|
||||||
|
|
||||||
gint
|
gint
|
||||||
|
|
Loading…
Reference in a new issue