gstreamer/tests/check
Thiago Santos 1911554cff element: set pads need-parent flag to false when removing
When a pad is added the need-parent flag is set to true, so when
they are removed the flag should be set back to false

This was preventing GstPads to be reused in elements (removed and
later re-added). A unit tests was added to verify that this is
working now.

The use case is tsdemux that has a program-number property and
allows the user to switch programs. In order to do that tsdemux
will remove the pads of the current program and add from the new
ones. The removed pads are kept in the demuxer for later if the
user selects the old program again.
2014-05-29 17:01:20 -03:00
..
elements tests: multiqueue: test to check queue overrun with pts=none 2014-05-08 17:56:26 -03:00
generic check: fix position unit test 2013-05-30 07:03:40 +02:00
gst element: set pads need-parent flag to false when removing 2014-05-29 17:01:20 -03:00
libs flowcombiner: add GstFlowCombiner 2014-05-26 15:29:53 -03:00
pipelines parse: Additional tests for parser 2014-01-20 16:18:40 +01:00
tools Fix FSF address 2012-11-03 20:44:48 +00:00
.gitignore tests: add check for gst-inspect --exists functionality 2012-09-01 23:02:10 +01:00
Makefile.am flowcombiner: add GstFlowCombiner 2014-05-26 15:29:53 -03:00