diff options
author | Leif Johnson <leif@ambient.2y.net> | 2003-07-19 23:47:42 +0000 |
---|---|---|
committer | Leif Johnson <leif@ambient.2y.net> | 2003-07-19 23:47:42 +0000 |
commit | 6d6150c0529d8f5af1857543c5d94902eab7237c (patch) | |
tree | 11813ead7a82bbf5dc1ab36ce6c4d3ea1303bd74 /gst/speed/gstspeed.h | |
parent | f6830d4ad15f488c6a61ebccf4f09529fdf5ebd3 (diff) | |
download | gst-plugins-bad-6d6150c0529d8f5af1857543c5d94902eab7237c.tar.gz gst-plugins-bad-6d6150c0529d8f5af1857543c5d94902eab7237c.tar.bz2 gst-plugins-bad-6d6150c0529d8f5af1857543c5d94902eab7237c.zip |
+ the last of the float caps changes ... these are a bit more pervasive
Original commit message from CVS:
+ the last of the float caps changes ... these are a bit more pervasive
Diffstat (limited to 'gst/speed/gstspeed.h')
-rw-r--r-- | gst/speed/gstspeed.h | 26 |
1 files changed, 7 insertions, 19 deletions
diff --git a/gst/speed/gstspeed.h b/gst/speed/gstspeed.h index 73fc783e..d56c0756 100644 --- a/gst/speed/gstspeed.h +++ b/gst/speed/gstspeed.h @@ -58,35 +58,23 @@ struct _GstSpeed { GstPad *sinkpad, *srcpad; GstBufferPool *sinkpool, *srcpool; - + gboolean silent; - gfloat speed; - - /* the next three are valid for both int and float */ - + + /* the next are valid for both int and float */ GstSpeedFormat format; - guint rate; - guint channels; - - /* the next five are valid only for format==GST_SPEED_FORMAT_INT */ - guint width; - - guint depth; - guint endianness; - - guint law; - + + /* the next are valid only for format==GST_SPEED_FORMAT_INT */ + guint depth; gboolean is_signed; - + /* the next three are valid only for format==GST_SPEED_FORMAT_FLOAT */ - gfloat slope; - gfloat intercept; }; |