evas/cserve2: Fallback to normal cache for animated gifs
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 4 Sep 2013 07:14:37 +0000 (16:14 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Mon, 28 Oct 2013 06:47:15 +0000 (15:47 +0900)
commit97d9fab7042f213498268dfc58636b823380245c
tree344ac20e4aa4854d23dba9f7afada5b6a2759e65
parentbfe3fe27df9384642d8f3b277ec694c9d42fc0c9
evas/cserve2: Fallback to normal cache for animated gifs

Pass around "animated" flag for images that can be animated.
Fallback to local cache if the image is animated.
Implementing support for animated images in cserve2 does
not seem to make a lot of sense considering each frame must
be requested independently in real time,... and to be honest
there doesn't seem to be any valid use case anyway :)
src/bin/evas/evas_cserve2_cache.c
src/bin/evas/evas_cserve2_shm_debug.c
src/lib/evas/cache2/evas_cache2.c
src/lib/evas/cserve2/evas_cs2.h
src/lib/evas/cserve2/evas_cs2_client.c
src/modules/evas/engines/software_generic/evas_engine.c