Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to play Gif #196

Closed
Kennyc1012 opened this issue Aug 4, 2015 · 2 comments
Closed

Unable to play Gif #196

Kennyc1012 opened this issue Aug 4, 2015 · 2 comments
Labels

Comments

@Kennyc1012
Copy link

This gif has not been able to play for me. http://i.imgur.com/36ao1fY.gif

The way it is played is its downloaded from the URL and a GifDrawable is created by calling new GifDrawable("path to downloaded file") and passing to the ImageView. When it loads, it starts to play and pauses after the first frame. If trying to replay it, it sometimes throw a segfault crash.

It only fails when it is downloaded from the URL. I downloaded it and re-uploaded it and it played fine after that so I can't pin point it.

Edit: Observed this on a OnePlusOne/Nexus 6 Running cm 12.1 and a Nexus 9 Running M Preview2

@koral-- koral-- added the bug label Aug 4, 2015
@koral--
Copy link
Owner

koral-- commented Aug 4, 2015

OK, I was able to reproduce that and I'll fix it ASAP.

@koral--
Copy link
Owner

koral-- commented Aug 9, 2015

Fixed, if you are interested in bug details see https://github.com/koral--/android-gif-drawable/issues/194#issuecomment-129097433
Case is the same as in #194 but GIF from this issue extends canvas by one pixel only.

@koral-- koral-- closed this as completed Aug 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants