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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/opus/gstopusheader.h b/ext/opus/gstopusheader.h
index 567d88c1f..2a91c03f7 100644
--- a/ext/opus/gstopusheader.h
+++ b/ext/opus/gstopusheader.h
@@ -26,12 +26,6 @@
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,
- 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,
const char *magic, guint magic_size);
extern gboolean gst_opus_header_is_id_header (GstBuffer * buf);