mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
omx: Also wait for disabled output ports to be reconfigured
This commit is contained in:
parent
0cd96e8c6b
commit
20c9ae0823
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue