mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
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
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue