mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 756954 - Return maybe in canPlayType() for h264 container types. r=roc
This commit is contained in:
parent
3f895071a1
commit
227820df94
@ -2154,7 +2154,7 @@ nsHTMLMediaElement::CanHandleMediaType(const char* aMIMEType,
|
||||
#ifdef MOZ_GSTREAMER
|
||||
if (IsH264Type(nsDependentCString(aMIMEType))) {
|
||||
*aCodecList = gH264Codecs;
|
||||
return CANPLAY_YES;
|
||||
return CANPLAY_MAYBE;
|
||||
}
|
||||
#endif
|
||||
#ifdef MOZ_MEDIA_PLUGINS
|
||||
|
Loading…
Reference in New Issue
Block a user