mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
ffmpegdemux: fix caps leak
This commit is contained in:
parent
9b7bd04ad9
commit
49e3bc6e35
1 changed files with 1 additions and 0 deletions
|
@ -1330,6 +1330,7 @@ gst_ffmpegdemux_type_find (GstTypeFind * tf, gpointer priv)
|
||||||
in_plugin->name, sinkcaps, res);
|
in_plugin->name, sinkcaps, res);
|
||||||
|
|
||||||
gst_type_find_suggest (tf, res, sinkcaps);
|
gst_type_find_suggest (tf, res, sinkcaps);
|
||||||
|
gst_caps_unref (sinkcaps);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue