From 645eac79e8711fd378372b856d1091c17f8ce71e Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sun, 19 Feb 2006 12:09:19 +0000 Subject: 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. --- gst/flx/gstflxdec.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gst/flx/gstflxdec.c') diff --git a/gst/flx/gstflxdec.c b/gst/flx/gstflxdec.c index 456ae5c1..9401249f 100644 --- a/gst/flx/gstflxdec.c +++ b/gst/flx/gstflxdec.c @@ -526,6 +526,8 @@ gst_flxdec_chain (GstPad * pad, GstBuffer * buf) } flxdec->duration = flxh->frames * flxdec->frame_time; + GST_LOG ("duration : %" GST_TIME_FORMAT, + GST_TIME_ARGS (flxdec->duration)); caps = gst_caps_from_string (GST_VIDEO_CAPS_xRGB_HOST_ENDIAN); gst_caps_set_simple (caps, -- cgit