summaryrefslogtreecommitdiff
path: root/ext/opus/gstopusheader.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opus/gstopusheader.h')
-rw-r--r--ext/opus/gstopusheader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opus/gstopusheader.h b/ext/opus/gstopusheader.h
index 14c88c04d..567d88c1f 100644
--- a/ext/opus/gstopusheader.h
+++ b/ext/opus/gstopusheader.h
@@ -29,7 +29,7 @@ G_BEGIN_DECLS
extern void gst_opus_header_create_caps_from_headers (GstCaps **caps, GSList **headers,
GstBuffer *id_header, GstBuffer *comment_header);
extern void gst_opus_header_create_caps (GstCaps **caps, GSList **headers,
- gint nchannels, gint n_stereo_streams, gint sample_rate,
+ guint16 pre_skip, guint sample_rate32, guint8 nchannels, guint8 n_stereo_streams,
guint8 channel_mapping_family, const guint8 *channel_mapping,
const GstTagList *tags);
extern gboolean gst_opus_header_is_header (GstBuffer * buf,