gstreamer/tests/check
Olivier Crête f9baff11c8 Revert "element: set pads need-parent flag to false when removing"
This reverts commit 1911554cff.

This breaks the functionality of GST_PAD_FLAG_NEED_PARENT, the reason for this
flag is that if a pad is removed from a running element, you don't want
functions (such as chain or event) to be called on the pad without a parent set.
This can happen if you remove a request or sometimes pad from a running element.

I don't see the code that caused this in tsdemux, but if it needs to unset
the flag on remove, it should do it itself and then make sure that the parent
exists in any pad function.
2015-02-20 16:22:23 -05:00
..
elements queue: Add unit test for buffer list and time level handling 2015-02-18 11:03:08 +02:00
generic check: fix position unit test 2013-05-30 07:03:40 +02:00
gst Revert "element: set pads need-parent flag to false when removing" 2015-02-20 16:22:23 -05:00
libs tests: fix out-of-bounds memory access in bytereader unit test 2014-10-30 23:16:54 +00:00
pipelines tests: Add missing unrefs of objects after use 2014-08-06 13:47:11 +02:00
tools tests: refactor tools check a little 2014-10-31 16:10:01 +00:00
.gitignore tests: add check for gst-inspect --exists functionality 2012-09-01 23:02:10 +01:00
Makefile.am concat: Add unit tests for concat element 2014-08-12 15:39:09 +03:00