mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
test: tempochange: Plug leak
CID: 1455448
This commit is contained in:
parent
86c2681da6
commit
5dd4175fc3
1 changed files with 1 additions and 1 deletions
|
@ -132,11 +132,11 @@ static Suite *
|
|||
ges_suite (void)
|
||||
{
|
||||
Suite *s = suite_create ("ges");
|
||||
TCase *tc_chain = tcase_create ("tempochange");
|
||||
GstPluginFeature *pitch = gst_registry_find_feature (gst_registry_get (),
|
||||
"pitch", GST_TYPE_ELEMENT_FACTORY);
|
||||
|
||||
if (pitch) {
|
||||
TCase *tc_chain = tcase_create ("tempochange");
|
||||
gst_object_unref (pitch);
|
||||
|
||||
suite_add_tcase (s, tc_chain);
|
||||
|
|
Loading…
Reference in a new issue