Index: trunk/extensions/TimedMediaHandler/TimedMediaHandler.php |
— | — | @@ -96,7 +96,7 @@ |
97 | 97 | // Location of oggThumb binary ( used instead of ffmpeg ) |
98 | 98 | $wgOggThumbLocation = '/usr/bin/oggThumb'; |
99 | 99 | |
100 | | -// The location of ffmpeg2theora ( for metadata and transcoding ) |
| 100 | +// The location of ffmpeg2theora ( transcoding ) |
101 | 101 | $wgffmpeg2theoraLocation = '/usr/bin/ffmpeg2theora'; |
102 | 102 | |
103 | 103 | // Location of the FFmpeg binary ( used to encode WebM and for thumbnails ) |
Index: trunk/extensions/TimedMediaHandler/MwEmbedModules/EmbedPlayer/resources/skins/kskin/PlayerSkinKskin.css |
— | — | @@ -129,7 +129,7 @@ |
130 | 130 | font: 11px arial, sans-serif; |
131 | 131 | line-height: 20px; |
132 | 132 | overflow: hidden; |
133 | | - width: 65px; |
| 133 | + width: 70px; |
134 | 134 | cursor: pointer; |
135 | 135 | float: right; |
136 | 136 | } |
Index: trunk/extensions/TimedMediaHandler/MwEmbedModules/EmbedPlayer/resources/skins/mw.PlayerControlBuilder.js |
— | — | @@ -1833,7 +1833,7 @@ |
1834 | 1834 | }, |
1835 | 1835 | |
1836 | 1836 | 'sourceSwitch' : { |
1837 | | - 'w' : 65, |
| 1837 | + 'w' : 70, |
1838 | 1838 | 'o' : function( ctrlObj ){ |
1839 | 1839 | // Stream switching widget ( display the current selected stream text ) |
1840 | 1840 | return $( '<div />' ) |