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
ecaac57bbf
commit
c497f629bc
@ -68,7 +68,6 @@ static gboolean
|
||||
gst_parser_tester_set_sink_caps (GstBaseParse * parse, GstCaps * caps)
|
||||
{
|
||||
gst_pad_set_caps (GST_BASE_PARSE_SRC_PAD (parse), caps);
|
||||
gst_caps_unref (caps);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user