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:
parent
e857c88844
commit
6a25ab5bd4
@ -239,6 +239,11 @@ typedef struct _GstMatroskaTrackAudioContext {
|
|||||||
GstMatroskaTrackContext parent;
|
GstMatroskaTrackContext parent;
|
||||||
|
|
||||||
guint samplerate, channels, bitdepth;
|
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;
|
} GstMatroskaTrackAudioContext;
|
||||||
|
|
||||||
typedef struct _GstMatroskaTrackComplexContext {
|
typedef struct _GstMatroskaTrackComplexContext {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user