summaryrefslogtreecommitdiffstats
path: root/gst/videoflip/videoflip.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/videoflip/videoflip.h')
-rw-r--r--gst/videoflip/videoflip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/videoflip/videoflip.h b/gst/videoflip/videoflip.h
index e61cbffe..e912fe98 100644
--- a/gst/videoflip/videoflip.h
+++ b/gst/videoflip/videoflip.h
@@ -37,9 +37,9 @@ struct videoflip_format_struct {
extern struct videoflip_format_struct videoflip_formats[];
extern int videoflip_n_formats;
-GstCaps *videoflip_get_caps(struct videoflip_format_struct *format);
+GstStructure *videoflip_get_cap(struct videoflip_format_struct *format);
-struct videoflip_format_struct *videoflip_find_by_caps(GstCaps *caps);
+struct videoflip_format_struct *videoflip_find_by_caps(const GstCaps *caps);
#endif