summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gst/matroska/matroska-ids.h4
1 files 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;