}
done:
+ gst_omx_port_update_port_definition (port, NULL);
+
GST_DEBUG_OBJECT (comp->parent, "Set port %u to %sflushing: %s (0x%08x)",
port->index, (flush ? "" : "not "), gst_omx_error_to_string (err), err);
gst_omx_component_handle_messages (comp);
gst_omx_component_handle_messages (comp);
done:
+ gst_omx_port_update_port_definition (port, NULL);
+
GST_DEBUG_OBJECT (comp->parent, "Allocated buffers for port %u: %s (0x%08x)",
port->index, gst_omx_error_to_string (err), err);
gst_omx_component_handle_messages (comp);
done:
+ gst_omx_port_update_port_definition (port, NULL);
+
GST_DEBUG_OBJECT (comp->parent, "Deallocated buffers of port %u: %s (0x%08x)",
port->index, gst_omx_error_to_string (err), err);
gst_omx_component_handle_messages (comp);
done:
+ gst_omx_port_update_port_definition (port, NULL);
+
GST_DEBUG_OBJECT (comp->parent, "Port %u is %s%s: %s (0x%08x)", port->index,
(err == OMX_ErrorNone ? "" : "not "),
(enabled ? "enabled" : "disabled"), gst_omx_error_to_string (err), err);
}
done:
+ gst_omx_port_update_port_definition (port, NULL);
+
GST_DEBUG_OBJECT (comp->parent, "Reconfigured port %u: %s (0x%08x)",
port->index, gst_omx_error_to_string (err), err);
done:
+ gst_omx_port_update_port_definition (port, NULL);
+
GST_DEBUG_OBJECT (comp->parent, "Manual reconfigure of port %u: %s (0x%08x)",
port->index, gst_omx_error_to_string (err), err);