summaryrefslogtreecommitdiffstats
path: root/gst/speed/gstspeed.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/speed/gstspeed.h')
-rw-r--r--gst/speed/gstspeed.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/gst/speed/gstspeed.h b/gst/speed/gstspeed.h
index 2bbb0e6c..7c2ba2a5 100644
--- a/gst/speed/gstspeed.h
+++ b/gst/speed/gstspeed.h
@@ -47,23 +47,23 @@ enum _GstSpeedFormat {
};
struct _GstSpeed {
- GstElement element;
+ GstElement element;
- GstPad *sinkpad, *srcpad;
+ GstPad *sinkpad;
+ GstPad *srcpad;
- gfloat speed;
+ gfloat speed;
- /* valid for both int and float */
+ gint64 offset;
+ gint64 timestamp;
+
+ guint rate;
+ guint channels;
+ guint width;
+ guint buffer_frames;
+
+ guint sample_size;
GstSpeedFormat format;
- guint rate;
- guint channels;
- guint width;
- guint endianness;
- guint buffer_frames;
-
- /* valid only for format==GST_SPEED_FORMAT_INT */
- guint depth;
- gboolean is_signed;
};
struct _GstSpeedClass {