mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +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);
|
||||
|
||||
if (g_object_get_data ((GObject *) element, "validate-monitor")) {
|
||||
GST_WARNING_OBJECT (elem_monitor,
|
||||
"Pad already has a validate-monitor associated");
|
||||
GST_DEBUG_OBJECT (elem_monitor,
|
||||
"Pad already has a validate-monitor associated");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue