From dff3f37bdfdb0941707d2184a175fa99eeb2b047 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 23 Jun 2009 14:39:56 +0200 Subject: matroska: and the new headers too --- gst/matroska/matroska-ids.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/matroska/matroska-ids.h b/gst/matroska/matroska-ids.h index 64852d09..a9d3b7e9 100644 --- a/gst/matroska/matroska-ids.h +++ b/gst/matroska/matroska-ids.h @@ -472,9 +472,9 @@ struct _GstMatroskaTrackContext { /* some often-used info */ gchar *codec_id, *codec_name, *name, *language; - gpointer codec_priv; + guint8 *codec_priv; guint codec_priv_size; - gpointer codec_state; + guint8 *codec_state; guint codec_state_size; GstMatroskaTrackType type; guint uid, num; -- cgit