mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
streamheader: Fix caps leak in the vorbisenc unit test
This commit is contained in:
parent
24840dbdcf
commit
2d691f140b
1 changed files with 2 additions and 0 deletions
|
@ -156,6 +156,8 @@ buffer_probe_cb (GstPad * pad, GstBuffer * buffer)
|
||||||
}
|
}
|
||||||
fail_unless (found, "Did not find incoming IN_CAPS buffer %p on caps",
|
fail_unless (found, "Did not find incoming IN_CAPS buffer %p on caps",
|
||||||
buffer);
|
buffer);
|
||||||
|
|
||||||
|
gst_caps_unref (caps);
|
||||||
}
|
}
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
Loading…
Reference in a new issue