tests: qtdemux: fix element and pad leak
https://bugzilla.gnome.org/show_bug.cgi?id=768739
This commit is contained in:
parent
94232da665
commit
7da2bac2e3
@ -131,6 +131,10 @@ GST_START_TEST (test_qtdemux_input_gap)
|
|||||||
offset += seg_1_sample_sizes[i];
|
offset += seg_1_sample_sizes[i];
|
||||||
pts += seg_1_sample_duration;
|
pts += seg_1_sample_duration;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gst_object_unref (sinkpad);
|
||||||
|
gst_element_set_state (qtdemux, GST_STATE_NULL);
|
||||||
|
gst_object_unref (qtdemux);
|
||||||
}
|
}
|
||||||
|
|
||||||
GST_END_TEST;
|
GST_END_TEST;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user