Oups I forgot gstflacenc.h
authorJeremy Simon <jsimon13@yahoo.fr>
Sun, 11 May 2003 17:19:00 +0000 (17:19 +0000)
committerJeremy Simon <jsimon13@yahoo.fr>
Sun, 11 May 2003 17:19:00 +0000 (17:19 +0000)
Original commit message from CVS:
Oups I forgot gstflacenc.h

ext/flac/gstflacenc.h

index 84c16dbf422a3d5506ec5284cba0239cd220c646..9c724b9c72b6a8a9a6cc52b6ee1f0d232fdb75df 100644 (file)
@@ -45,6 +45,8 @@ struct _FlacEnc {
 
   GstPad *sinkpad,*srcpad;
 
+  GstCaps *metadata;
+
   gboolean      first;
   GstBuffer    *first_buf;
   gboolean      eos;
@@ -56,7 +58,8 @@ struct _FlacEnc {
   gboolean      stopped;
   FLAC__int32  *data;
 
-  FLAC__StreamEncoder *encoder;
+  FLAC__SeekableStreamEncoder *encoder;
+  FLAC__StreamMetadata **meta;
 };
 
 struct _FlacEncClass {