GNOME Bugzilla – Bug 330678
Unable to play .fli files
Last modified: 2006-02-19 12:01:52 UTC
Please describe the problem: I am unable to play .fli files properly in Totem. The pmotion.fli files gets halfway in before stoping to play. This is also probably the reason .fli thumbnailing doesn't work. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
* gst/flx/flx_color.h: * gst/flx/flx_fmt.h: * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_src_query_handler), (flx_decode_color), (gst_flxdec_chain): * gst/flx/gstflxdec.h: Set MALLOCDATA for the temp buffers so we don't leak. Some debug cleanups. Consume all data in the adapter before leaving the chain function. Fixes #330678.