summaryrefslogtreecommitdiffstats
path: root/gst/flx/gstflxdec.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-02-19 12:09:19 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-02-19 12:09:19 +0000
commit645eac79e8711fd378372b856d1091c17f8ce71e (patch)
tree48c81f0da9f0b4a8c12a566ce9e77f6264d416fc /gst/flx/gstflxdec.h
parentb4d28290943826462216623b6f7aa01d8ee975a5 (diff)
gst/flx/gstflxdec.*: Implement DURATION query.
Original commit message from CVS: * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler), (gst_flxdec_chain): * gst/flx/gstflxdec.h: Implement DURATION query.
Diffstat (limited to 'gst/flx/gstflxdec.h')
-rw-r--r--gst/flx/gstflxdec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/flx/gstflxdec.h b/gst/flx/gstflxdec.h
index 16e7b8eb..a47413e0 100644
--- a/gst/flx/gstflxdec.h
+++ b/gst/flx/gstflxdec.h
@@ -47,7 +47,7 @@ struct _GstFlxDec {
GstAdapter *adapter;
gulong size;
GstFlxDecState state;
- glong frame_time;
+ gint64 frame_time;
gint64 next_time;
gint64 duration;