gstreamer/validate/plugins/flow
Alicia Boya García e536b05e5a validateflow: Fail when a pad is not attached
Previously validateflow tests did not fail when the pad was not
attached.

This was a limitation caused by how the Validate API worked. Before, the
`notify::validate-runner` signal was not emitted until a monitor was
attached to the override. This made impossible to listen for the
runner's `stopping` signal.

This patch fixes the problem by setting `validate-runner` for all
existing overrides when the runner is initialized and adding checks in
validateflow to error in the case no pad was attached.
2019-03-15 17:38:15 +00:00
..
formatting.c validate-flow: Add an ignored-event-fields configuration 2019-03-11 18:14:23 -03:00
formatting.h validate-flow: Add an ignored-event-fields configuration 2019-03-11 18:14:23 -03:00
gstvalidateflow.c validateflow: Fail when a pad is not attached 2019-03-15 17:38:15 +00:00
Makefile.am validate: Add autotools support for flow plugin 2019-02-11 11:09:46 +01:00
meson.build New validate plugin: validateflow 2019-02-07 18:19:22 +00:00