flacenc: add TOC support
[platform/upstream/gstreamer.git] / ext / flac / gstflacenc.h
index 0a4e2b4..690b098 100644 (file)
@@ -57,6 +57,7 @@ struct _GstFlacEnc {
   FLAC__StreamMetadata **meta;
 
   GstTagList *     tags;
+  GstToc *         toc;
 
   gboolean         eos;
   /* queue headers until we have them all so we can add streamheaders to caps */