summaryrefslogtreecommitdiff
path: root/sys/oss/gstosselement.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/oss/gstosselement.h')
-rw-r--r--sys/oss/gstosselement.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/oss/gstosselement.h b/sys/oss/gstosselement.h
index ac570470d..e14765b98 100644
--- a/sys/oss/gstosselement.h
+++ b/sys/oss/gstosselement.h
@@ -101,9 +101,9 @@ GType gst_osselement_get_type (void);
/* some useful functions */
gboolean gst_osselement_parse_caps (GstOssElement *oss,
- const GstCaps2 *caps);
+ const GstCaps *caps);
gboolean gst_osselement_merge_fixed_caps (GstOssElement *oss,
- GstCaps2 *caps);
+ GstCaps *caps);
gboolean gst_osselement_sync_parms (GstOssElement *oss);
void gst_osselement_reset (GstOssElement *oss);