mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
tests: baseparse: set_sink_caps vfunc should't take ownership of the caps
https://bugzilla.gnome.org/show_bug.cgi?id=737762
This commit is contained in:
parent
e014bac42b
commit
0561c988ff
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ static gboolean
|
||||||
gst_parser_tester_set_sink_caps (GstBaseParse * parse, GstCaps * caps)
|
gst_parser_tester_set_sink_caps (GstBaseParse * parse, GstCaps * caps)
|
||||||
{
|
{
|
||||||
gst_pad_set_caps (GST_BASE_PARSE_SRC_PAD (parse), caps);
|
gst_pad_set_caps (GST_BASE_PARSE_SRC_PAD (parse), caps);
|
||||||
gst_caps_unref (caps);
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue