summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gst/matroska/matroska-ids.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gst/matroska/matroska-ids.h b/gst/matroska/matroska-ids.h
index 6c423385..1c425c17 100644
--- a/gst/matroska/matroska-ids.h
+++ b/gst/matroska/matroska-ids.h
@@ -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 {