summaryrefslogtreecommitdiff
path: root/omx/gstomxvideo.c
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-03-12 12:47:34 +0100
committerSebastian Dröge <sebastian@centricular.com>2014-03-12 12:47:34 +0100
commita04ef276e58523f0193c3d2a8cc75a2741324f6a (patch)
treee77b2a54b4377f473c61270abfc4c8a5e082050e /omx/gstomxvideo.c
parent6bf4d9a498ca163a0c431e8a864658922a8bab1f (diff)
downloadgst-omx-a04ef276e58523f0193c3d2a8cc75a2741324f6a.tar.gz
omx: Rename function from _4_ to _for_ for clarity
Diffstat (limited to 'omx/gstomxvideo.c')
-rw-r--r--omx/gstomxvideo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/omx/gstomxvideo.c b/omx/gstomxvideo.c
index c282fd2..f48900c 100644
--- a/omx/gstomxvideo.c
+++ b/omx/gstomxvideo.c
@@ -94,7 +94,7 @@ gst_omx_video_get_supported_colorformats (GstOMXPort * port,
}
GstCaps *
-gst_omx_video_get_caps_4_map (GList * map)
+gst_omx_video_get_caps_for_map (GList * map)
{
GstCaps *caps = gst_caps_new_empty ();
GList *l;