matroska: and the new headers too
authorWim Taymans <wim.taymans@collabora.co.uk>
Tue, 23 Jun 2009 12:39:56 +0000 (14:39 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Tue, 23 Jun 2009 12:39:56 +0000 (14:39 +0200)
gst/matroska/matroska-ids.h

index 64852d0..a9d3b7e 100644 (file)
@@ -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;