mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
matroska: and the new headers too
This commit is contained in:
parent
8a4dc37544
commit
dff3f37bdf
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue