summaryrefslogtreecommitdiff
path: root/gst-libs/gst/opencv/gstopencvutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/opencv/gstopencvutils.h')
-rw-r--r--gst-libs/gst/opencv/gstopencvutils.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/gst-libs/gst/opencv/gstopencvutils.h b/gst-libs/gst/opencv/gstopencvutils.h
index 3b74cc970..5f03ea752 100644
--- a/gst-libs/gst/opencv/gstopencvutils.h
+++ b/gst-libs/gst/opencv/gstopencvutils.h
@@ -1,5 +1,6 @@
/* GStreamer
* Copyright (C) <2010> Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+ * Copyright (C) <2018> Nicola Murino <nicola.murino@gmail.com>
*
* gstopencvutils.h: miscellaneous utility functions
*
@@ -33,14 +34,14 @@
G_BEGIN_DECLS
GST_OPENCV_API
-gboolean gst_opencv_parse_iplimage_params_from_caps
- (GstCaps * caps, gint * width, gint * height, gint * depth,
- gint * channels, GError ** err);
+gboolean gst_opencv_parse_cv_mat_params_from_caps
+ (GstCaps * caps, gint * width, gint * height, int * cv_type,
+ GError ** err);
GST_OPENCV_API
-gboolean gst_opencv_iplimage_params_from_video_info
- (GstVideoInfo * info, gint * width, gint * height, gint * depth,
- gint * channels, GError ** err);
+gboolean gst_opencv_cv_mat_params_from_video_info
+ (GstVideoInfo * info, gint * width, gint * height, int *cv_type,
+ GError ** err);
GST_OPENCV_API
gboolean gst_opencv_cv_image_type_from_video_format (GstVideoFormat format,