Closed
Bug 1234092
Opened 9 years ago
Closed 9 years ago
Remove gstreamer support
Categories
(Core :: Audio/Video: Playback, defect, P1)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla46
People
(Reporter: jya, Assigned: jya)
References
Details
Attachments
(4 files)
120.95 KB,
patch
|
ajones
:
review+
|
Details | Diff | Splinter Review |
3.05 KB,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
3.85 KB,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
1.58 KB,
patch
|
n.nethercote
:
review+
|
Details | Diff | Splinter Review |
Let's get rid of it now that it's unused
Assignee | ||
Comment 1•9 years ago
|
||
It was now unused by default.
Attachment #8700440 -
Flags: review?(ajones)
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8700441 -
Flags: review?(mh+mozilla)
Assignee | ||
Comment 3•9 years ago
|
||
Attachment #8700442 -
Flags: review?(mh+mozilla)
Assignee | ||
Comment 4•9 years ago
|
||
This is a reversal of commit b28d496da7bf48432cb3aac3d10e7a66a267421c
Attachment #8700443 -
Flags: review?(n.nethercote)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → jyavenard
Updated•9 years ago
|
Summary: Remove gstreamer suppoert → Remove gstreamer support
Updated•9 years ago
|
Attachment #8700443 -
Flags: review?(n.nethercote) → review+
Updated•9 years ago
|
Attachment #8700440 -
Flags: review?(ajones) → review+
Updated•9 years ago
|
status-firefox43:
--- → wontfix
status-firefox44:
--- → affected
status-firefox45:
--- → affected
Priority: -- → P1
Updated•9 years ago
|
Attachment #8700442 -
Flags: review?(mh+mozilla) → review+
Updated•9 years ago
|
Attachment #8700441 -
Flags: review?(mh+mozilla) → review+
Assignee | ||
Comment 5•9 years ago
|
||
Comment 7•9 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ca4f31abb4f4
https://hg.mozilla.org/mozilla-central/rev/5f00c6ec93e9
https://hg.mozilla.org/mozilla-central/rev/e1dd3b46edf0
https://hg.mozilla.org/mozilla-central/rev/3e2494f0cd39
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
Isn't this required for support of various HD codecs on linux, which are needed, for example for 4k video on youtube? I've been using my own firefox build with gstreamer and the x264 and VPX codec since about FF 37 if I remember correctly, because the built-in codec wasn't working ...
See https://forums.gentoo.org/viewtopic-t-1013448-start-0-postdays-0-postorder-asc-highlight-libvpx%2Bfirefox.html
Assignee | ||
Comment 9•9 years ago
|
||
Gstreamer has never been compatible with MSE; only plain mp4.
YouTube has removed support for HD content without MSE in Firefox 41 unless you had MSE or Flash (and flash support was removed in 43).
So no, gstreamer wasn't required to support various HD codec with youtube, it has never supported HD streaming in youtube.
Comment 10•8 years ago
|
||
I wish this didn't happen, we've discovered this now and now this commit makes completely impossible for us to have any kind of usable video playback on embedded devices based on Freescale i.MX6. I would like to underline how gstreamer is important for embedded systems that are not android based, on those systems gstreamer is a de facto standard. So, please, revert this, and allow people to choose to use it when they need it.
Assignee | ||
Comment 11•8 years ago
|
||
You should enable the OMX decoder instead...
Comment 12•8 years ago
|
||
OMX is not an option on i.MX6 + Linux (not android). So the only available option is gstreamer-imx. Just to be clear: I'm not a big gstreamer fan, but I'm fine with it just because it works on that hardware.
Assignee | ||
Comment 13•8 years ago
|
||
OpenMax use isn't limited to Android.
Gstreamer won't come back, it's incompatible with html5.
Comment 14•8 years ago
|
||
OpenMax is not usable on Linux on i.MX6. And I think the same applies for other vendors such as TexasInstruments.
Gstreamer covers most of the use cases where <video> tag is involved so that's better than *nothing*.
If it may help this discussion I can spend some time to find official freescale documentation about OpenMAX support on not android i.MX systems.
Comment 15•8 years ago
|
||
by the way I would like to underline that i.MX6 is a big player on the embedded linux scene, and it is here to stay for a long time, it doesn't look like a good move to remove support to it.
Assignee | ||
Comment 16•8 years ago
|
||
then get them to provide an OpenMax SDK.
Comment 17•8 years ago
|
||
They are not going to support OpenMX, and they will keep providing users a patched chromium that has been updated just few times. I would like to underline how this is a poor technical choice: gstreamer would be the easy and good way to support video acceleration and despite your statements MSE if fully feasible with some additional work.
If you take a look to this: https://github.com/Samsung/ChromiumGStreamerBackend you will see that MSE can be implemented using gstreamer.
Comment 18•8 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•