Ooops, fix previous commit. Never trust file names I guess...

Original commit message from CVS:
Ooops, fix previous commit. Never trust file names I guess...
This commit is contained in:
Maciej Katafiasz 2004-12-28 16:50:28 +00:00
parent e857c88844
commit 6a25ab5bd4

View file

@ -239,6 +239,11 @@ typedef struct _GstMatroskaTrackAudioContext {
GstMatroskaTrackContext parent;
guint samplerate, channels, bitdepth;
/* Special flag for Vorbis, we need to send codec_priv first before
* sending any data, and just testing for time == 0 is not enough
* to detect that */
gboolean first_frame;
} GstMatroskaTrackAudioContext;
typedef struct _GstMatroskaTrackComplexContext {