After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 330678 - Unable to play .fli files
Unable to play .fli files
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal normal
: 0.10.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-02-10 14:54 UTC by Christian Fredrik Kalager Schaller
Modified: 2006-02-19 12:01 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Christian Fredrik Kalager Schaller 2006-02-10 14:54:36 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:
Comment 1 Wim Taymans 2006-02-19 12:01:52 UTC
        * 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.