omx: Also wait for disabled output ports to be reconfigured

This commit is contained in:
Sebastian Dröge 2013-03-07 17:27:05 +01:00
parent 0cd96e8c6b
commit 20c9ae0823

View file

@ -292,8 +292,7 @@ gst_omx_component_handle_messages (GstOMXComponent * comp)
if (index == OMX_ALL || index == port->index) {
port->settings_cookie++;
gst_omx_port_update_port_definition (port, NULL);
if (port->port_def.eDir == OMX_DirOutput && !port->tunneled
&& port->port_def.bEnabled)
if (port->port_def.eDir == OMX_DirOutput && !port->tunneled)
outports = g_list_prepend (outports, port);
}
}