diff options
| author | Peter Penz <[email protected]> | 2012-05-19 22:27:53 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-05-19 22:30:31 +0200 |
| commit | c318a3da6c79c35b4d3ba3043d71228cbeda64f8 (patch) | |
| tree | b4cec1654cc109e381b4ac60e1daac4bb550b0f7 /src/panels/information/informationpanelcontent.h | |
| parent | e9d29bcf30ccbd7c76ba37ce9efcfac1649fc46e (diff) | |
Show video previews according to file content instead of the mimetype-string
Show a video widget depending on the video content instead of the mimetype
string: There are container formats which can be either audios or videos.
Besides, the rmvb video files have a mimetype of
"application/vnd.rn-realmedia", and these files can be recognized as videos
correctly now.
The patch has been provided by Hui Ni.
REVIEW: 104988
FIXED-IN: 4.9
Diffstat (limited to 'src/panels/information/informationpanelcontent.h')
| -rw-r--r-- | src/panels/information/informationpanelcontent.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/panels/information/informationpanelcontent.h b/src/panels/information/informationpanelcontent.h index 1d964f515..0f90c5ea1 100644 --- a/src/panels/information/informationpanelcontent.h +++ b/src/panels/information/informationpanelcontent.h @@ -92,8 +92,7 @@ private slots: */ void markOutdatedPreview(); - void slotPlayingStarted(); - void slotPlayingStopped(); + void slotHasVideoChanged(bool hasVideo); /** * Is invoked after the file meta data configuration dialog has been |
