summaryrefslogtreecommitdiff
path: root/omx/gstomxvideo.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.com>2019-06-14 10:57:29 +0530
committerGuillaume Desmottes <guillaume.desmottes@collabora.com>2019-06-17 09:17:14 +0530
commitcfeeb15b1e3fbe473212cc2747b9cd3dd10fbe2e (patch)
tree3e5058b2076b69516f69740fcc5e01ffdce6ede9 /omx/gstomxvideo.h
parenta7ecda85b6103d951b6a8805b5ee87ebeababa0b (diff)
downloadgst-omx-cfeeb15b1e3fbe473212cc2747b9cd3dd10fbe2e.tar.gz
omxvideo: add debug infos to find_nearest_frame()
Those debug infos have proved to be very helpful when debugging timestamp issues. They are often linked to gst-omx picking the wrong frame when trying to map from OMX.
Diffstat (limited to 'omx/gstomxvideo.h')
-rw-r--r--omx/gstomxvideo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/omx/gstomxvideo.h b/omx/gstomxvideo.h
index 9251547..8252df9 100644
--- a/omx/gstomxvideo.h
+++ b/omx/gstomxvideo.h
@@ -57,7 +57,7 @@ void
gst_omx_video_negotiation_map_free (GstOMXVideoNegotiationMap * m);
GstVideoCodecFrame *
-gst_omx_video_find_nearest_frame (GstOMXBuffer * buf, GList * frames);
+gst_omx_video_find_nearest_frame (GstElement * element, GstOMXBuffer * buf, GList * frames);
OMX_U32 gst_omx_video_calculate_framerate_q16 (GstVideoInfo * info);