summaryrefslogtreecommitdiffstats
path: root/gst/matroska/matroska-ids.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-06-23 14:39:56 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2009-06-23 14:39:56 +0200
commitdff3f37bdfdb0941707d2184a175fa99eeb2b047 (patch)
tree3314bf72784f7ae638daa44982900e863d8fa607 /gst/matroska/matroska-ids.h
parent8a4dc37544b962ddca441f5b3efa9a25b7e3aef8 (diff)
matroska: and the new headers too
Diffstat (limited to 'gst/matroska/matroska-ids.h')
-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;