JDK-8214185 : Upgrade GStreamer to the latest (1.14.4) version
Type:Bug
Component:javafx
Sub-Component:media
Affected Version:8u211,openjfx11,openjfx12
Priority:P2
Status:Resolved
Resolution:Fixed
Submitted:2018-11-21
Updated:2020-01-31
Resolved:2019-01-22
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
We need to upgrade GStreamer to the latest (1.14.4 as of now) https://gstreamer.freedesktop.org/
Comments
Looks good. Tested on all platforms.
+1
18-01-2019
I fixed white-space issues. checkrepo now pass. I updated webrev and patch in-place with white space fixed.
18-01-2019
I'll finish the review in parallel with this, but I noticed that there are several white-space issues (mainly tabs) in the new gstreamer and glib files.
18-01-2019
Webrev:
http://cr.openjdk.java.net/~almatvee/8214185/webrev.00/
Patch:
http://cr.openjdk.java.net/~almatvee/8214185/8214185.4.patch.zip
Note: Webrev only contains changes to make files, config and other changes I did while upgrading GStreamer/GLib. Patch contains all changes.
- GStreamer is updated to 1.14.4
- GLib is updates to 2.58.2.
- Removed legacy 32-bit config files for OS X.
- Cleanup config files by removing defines we do not need or use.
- Disable code in gstregistry.c related to loading plugin-ins which we do not need.
- Removed gstpreset.c, encoding-profile.c and encoding-target.c, since we do not using it.