mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +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)
|
ges_suite (void)
|
||||||
{
|
{
|
||||||
Suite *s = suite_create ("ges");
|
Suite *s = suite_create ("ges");
|
||||||
TCase *tc_chain = tcase_create ("tempochange");
|
|
||||||
GstPluginFeature *pitch = gst_registry_find_feature (gst_registry_get (),
|
GstPluginFeature *pitch = gst_registry_find_feature (gst_registry_get (),
|
||||||
"pitch", GST_TYPE_ELEMENT_FACTORY);
|
"pitch", GST_TYPE_ELEMENT_FACTORY);
|
||||||
|
|
||||||
if (pitch) {
|
if (pitch) {
|
||||||
|
TCase *tc_chain = tcase_create ("tempochange");
|
||||||
gst_object_unref (pitch);
|
gst_object_unref (pitch);
|
||||||
|
|
||||||
suite_add_tcase (s, tc_chain);
|
suite_add_tcase (s, tc_chain);
|
||||||
|
|
Loading…
Reference in a new issue