validate: fix bug monitor subscriptions on pads by name
authorAlicia Boya García <ntrrgc@gmail.com>
Mon, 29 Oct 2018 15:37:11 +0000 (15:37 +0000)
committerAlicia Boya García <ntrrgc@gmail.com>
Wed, 14 Nov 2018 16:10:28 +0000 (17:10 +0100)
commit2c1d8433bdaa3ee8e28c97ee1e7a97e600353b49
tree4368b29b1c814f7fcc5fb9fabda7e3107acbeb31
parent3cc916e98d7e36f15bef384926fe84a819f384ce
validate: fix bug monitor subscriptions on pads by name

gst_validate_override_register_by_name() was not working when using a
pad name because by the time gst_validate_pad_monitor_do_setup()
was called to set the name of the monitor it was too late for overrides
to have any effect.

Patch written by Thibault.
validate/gst/validate/gst-validate-monitor.c