summaryrefslogtreecommitdiff
path: root/src/gst/gstpipewireformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gst/gstpipewireformat.h')
-rw-r--r--src/gst/gstpipewireformat.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gst/gstpipewireformat.h b/src/gst/gstpipewireformat.h
index fd85f8c3..b179d4e6 100644
--- a/src/gst/gstpipewireformat.h
+++ b/src/gst/gstpipewireformat.h
@@ -27,8 +27,10 @@
G_BEGIN_DECLS
-struct spa_pod * gst_caps_to_format (GstCaps *caps, guint index, struct spa_type_map *map);
-GPtrArray * gst_caps_to_format_all (GstCaps *caps, struct spa_type_map *map);
+struct spa_pod * gst_caps_to_format (GstCaps *caps,
+ guint index, uint32_t id,
+ struct spa_type_map *map);
+GPtrArray * gst_caps_to_format_all (GstCaps *caps, uint32_t id, struct spa_type_map *map);
GstCaps * gst_caps_from_format (const struct spa_pod *format, struct spa_type_map *map);