mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-28 19:20:35 +00:00
omx: Add FIXME for the future
This commit is contained in:
parent
219a93bbaf
commit
5d6d6ec2df
1 changed files with 1 additions and 0 deletions
|
@ -1869,6 +1869,7 @@ gst_omx_port_wait_enabled_unlocked (GstOMXPort * port, GstClockTime timeout)
|
|||
}
|
||||
|
||||
/* And now wait until the enable/disable command is finished */
|
||||
/* FIXME: This should be a separate function */
|
||||
signalled = TRUE;
|
||||
last_error = OMX_ErrorNone;
|
||||
gst_omx_component_get_parameter (comp, OMX_IndexParamPortDefinition,
|
||||
|
|
Loading…
Reference in a new issue