diff options
Diffstat (limited to 'gst/tta/gstttaparse.h')
-rw-r--r-- | gst/tta/gstttaparse.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gst/tta/gstttaparse.h b/gst/tta/gstttaparse.h index 10ea31ab..a287d6dd 100644 --- a/gst/tta/gstttaparse.h +++ b/gst/tta/gstttaparse.h @@ -42,7 +42,6 @@ typedef struct _GstTtaParse GstTtaParse; typedef struct _GstTtaParseClass GstTtaParseClass; typedef struct _GstTtaIndex { - guint32 frameno; guint32 size; /* size of frame frameno */ guint64 pos; /* start of the frame */ guint64 time; /* in nanoseconds */ @@ -54,16 +53,14 @@ struct _GstTtaParse GstPad *sinkpad, *srcpad; - gboolean silent; gboolean header_parsed; - GstBuffer *partialbuf; guint32 samplerate; guint16 channels; guint16 bits; guint32 data_length; - GstTtaIndex *index; guint num_frames; - gboolean seek_ok; + + GstTtaIndex *index; guint32 current_frame; }; |