summaryrefslogtreecommitdiffstats
path: root/gst/tta/gstttaparse.h
diff options
context:
space:
mode:
authorArwed v. Merkatz <v.merkatz@gmx.net>2005-09-22 11:17:26 +0000
committerArwed v. Merkatz <v.merkatz@gmx.net>2005-09-22 11:17:26 +0000
commit67d3ebd3336f03a3727327adac86511e06ed65c5 (patch)
treea574c20da82d48be308f829247dcb317b2d799e7 /gst/tta/gstttaparse.h
parent4b6bcfb3bfd2031f11dc444898d5a2664668e5e2 (diff)
downloadgst-plugins-bad-67d3ebd3336f03a3727327adac86511e06ed65c5.tar.gz
gst-plugins-bad-67d3ebd3336f03a3727327adac86511e06ed65c5.tar.bz2
gst-plugins-bad-67d3ebd3336f03a3727327adac86511e06ed65c5.zip
tta plugin ported to 0.9
Original commit message from CVS: tta plugin ported to 0.9
Diffstat (limited to 'gst/tta/gstttaparse.h')
-rw-r--r--gst/tta/gstttaparse.h7
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;
};