Closed
Bug 1213311
Opened 10 years ago
Closed 8 years ago
Gecko needs to know about offload metadata
Categories
(Firefox OS Graveyard :: GonkIntegration, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: afarden, Unassigned)
References
Details
Attachments
(1 file, 1 obsolete file)
|
1.31 KB,
patch
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36
Steps to reproduce:
CAF has a patch for Android to disable media offload for certain types of media, based on its metadata. The patch appeared in Android 4.4 KitKat, but it was reverted for Gecko builds based on KitKat.
However later versions of Android, including CyanogenMod 12.1 are too far down the rabbit hole to make reverting easy, so Gecko will eventually need to be patched to handle the metadata.
(A quick check shows that this patch is not present in AOSP 6.0 Marshmallow, it is only in CAF from KK onwards.)
| Reporter | ||
Comment 1•10 years ago
|
||
Android has ANDROID_VERSION available, CyanogenMod has CM_VERSION available, it comes from vendor/cm so you may need to force it for now, if you build on CM base.
+
+CM_VERSION := 12.1
+
| Reporter | ||
Comment 2•10 years ago
|
||
[fixed a little derp]
Attachment #8671942 -
Attachment is obsolete: true
Comment 3•8 years ago
|
||
Firefox OS is not being worked on
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•