mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 05:45:58 +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_clear_caps (&caps);
|
||||
}
|
||||
|
||||
gint
|
||||
|
|
Loading…
Reference in a new issue