diff options
Diffstat (limited to 'omx/gstomx_util.h')
-rw-r--r-- | omx/gstomx_util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/omx/gstomx_util.h b/omx/gstomx_util.h index e4720f4..6147852 100644 --- a/omx/gstomx_util.h +++ b/omx/gstomx_util.h @@ -135,7 +135,6 @@ OMX_BUFFERHEADERTYPE *g_omx_port_request_buffer (GOmxPort *port); void g_omx_port_release_buffer (GOmxPort *port, OMX_BUFFERHEADERTYPE *omx_buffer); void g_omx_port_enable (GOmxPort *port); void g_omx_port_disable (GOmxPort *port); -void g_omx_port_flush (GOmxPort *port); void g_omx_port_finish (GOmxPort *port); GOmxSem *g_omx_sem_new (void); |