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

Fix video in slideshow not show and hang in black problem. #2369

Closed

Conversation

ulion
Copy link
Contributor

@ulion ulion commented Mar 4, 2013

This is a simple version of #2164
By call GetMimeType() for items without either picture or video info tag. then we can detect video item. current old code will trade such items as picture and hang there.

There will be additional commit for minor fix slideshow video related problem will be added after this, but less than what in #2164 thanks @DigitalDJ for the initial PR for this.

@DigitalDJ
Copy link

Not sure what the point of this is. Videos can also have a PictureInfoTag as videos from digital cameras can also have EXIF data.

@ulion
Copy link
Contributor Author

ulion commented Mar 4, 2013

I think current PictureInfoTag implement only support jpeg file. so don't
worry about it.

@DigitalDJ
Copy link

It doesn't. I've seen it populate videos with EXIF data. Frankly, I don't know where it's used, but it's a more complete implementation.

@bulkzooi
Copy link

bulkzooi commented Apr 7, 2013

Should we use mimetype to expose EXIF or is the original PR better? Or don't we need this EXIF data in the GUI at all?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants