mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-06 15:38:50 +00:00
validate: Already having a monitor is no error
This commit is contained in:
parent
1753afbe8d
commit
c952886813
1 changed files with 2 additions and 2 deletions
|
@ -207,8 +207,8 @@ gst_validate_element_monitor_do_setup (GstValidateMonitor * monitor)
|
||||||
element = GST_VALIDATE_ELEMENT_MONITOR_GET_ELEMENT (monitor);
|
element = GST_VALIDATE_ELEMENT_MONITOR_GET_ELEMENT (monitor);
|
||||||
|
|
||||||
if (g_object_get_data ((GObject *) element, "validate-monitor")) {
|
if (g_object_get_data ((GObject *) element, "validate-monitor")) {
|
||||||
GST_WARNING_OBJECT (elem_monitor,
|
GST_DEBUG_OBJECT (elem_monitor,
|
||||||
"Pad already has a validate-monitor associated");
|
"Pad already has a validate-monitor associated");
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue