diff options
author | David Schleef <ds@schleef.org> | 2003-12-05 10:04:56 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-12-05 10:04:56 +0000 |
commit | 9be5abd7cf58a87c9bf7568eed0137577494a92c (patch) | |
tree | 96a826f91a27394d2f01fe2fc46e69cd50e5322f /gst/smpte/gstsmpte.h | |
parent | c03ed5262a96a0b0cac881ffd8a04210b0bd4fee (diff) | |
download | gst-plugins-bad-9be5abd7cf58a87c9bf7568eed0137577494a92c.tar.gz gst-plugins-bad-9be5abd7cf58a87c9bf7568eed0137577494a92c.tar.bz2 gst-plugins-bad-9be5abd7cf58a87c9bf7568eed0137577494a92c.zip |
convert to new caps
Original commit message from CVS:
convert to new caps
Diffstat (limited to 'gst/smpte/gstsmpte.h')
-rw-r--r-- | gst/smpte/gstsmpte.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/smpte/gstsmpte.h b/gst/smpte/gstsmpte.h index c51d4fbe..40844209 100644 --- a/gst/smpte/gstsmpte.h +++ b/gst/smpte/gstsmpte.h @@ -44,7 +44,7 @@ struct _GstSMPTE { gint format; gint width; gint height; - gfloat fps; + gdouble fps; gint duration; gint position; |