matroska: and the new headers too

This commit is contained in:
Wim Taymans 2009-06-23 14:39:56 +02:00
parent 8a4dc37544
commit dff3f37bdf

View file

@ -472,9 +472,9 @@ struct _GstMatroskaTrackContext {
/* some often-used info */ /* some often-used info */
gchar *codec_id, *codec_name, *name, *language; gchar *codec_id, *codec_name, *name, *language;
gpointer codec_priv; guint8 *codec_priv;
guint codec_priv_size; guint codec_priv_size;
gpointer codec_state; guint8 *codec_state;
guint codec_state_size; guint codec_state_size;
GstMatroskaTrackType type; GstMatroskaTrackType type;
guint uid, num; guint uid, num;