mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 03:52:25 +00:00
validate: Remove debugging left overs
This commit is contained in:
parent
e935640271
commit
c7df116a3c
1 changed files with 0 additions and 4 deletions
|
@ -2090,8 +2090,6 @@ gst_validate_pad_monitor_sink_event_full_func (GstPad * pad, GstObject * parent,
|
|||
g_object_get_data ((GObject *) pad, "validate-monitor");
|
||||
gboolean ret;
|
||||
|
||||
GST_ERROR_OBJECT (pad, "event %s", GST_EVENT_TYPE_NAME (event));
|
||||
|
||||
GST_VALIDATE_PAD_MONITOR_PARENT_LOCK (pad_monitor);
|
||||
GST_VALIDATE_MONITOR_LOCK (pad_monitor);
|
||||
|
||||
|
@ -2120,8 +2118,6 @@ static gboolean
|
|||
gst_validate_pad_monitor_sink_event_func (GstPad * pad, GstObject * parent,
|
||||
GstEvent * event)
|
||||
{
|
||||
GST_ERROR_OBJECT (pad, "event %s", GST_EVENT_TYPE_NAME (event));
|
||||
|
||||
if (gst_validate_pad_monitor_sink_event_full_func (pad, parent,
|
||||
event) == GST_FLOW_OK)
|
||||
return TRUE;
|
||||
|
|
Loading…
Reference in a new issue