After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 792329 - Cannot play VP9 files on Windows
Cannot play VP9 files on Windows
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
1.12.4
Other Windows
: Normal major
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-01-08 15:27 UTC by Andrzej Dymara
Modified: 2018-11-03 15:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ZIP archive with sample VP9 videos breaking GStreamer (1.98 MB, application/x-zip-compressed)
2018-01-08 15:27 UTC, Andrzej Dymara
Details

Description Andrzej Dymara 2018-01-08 15:27:15 UTC
Created attachment 366494 [details]
ZIP archive with sample VP9 videos breaking GStreamer

There is a problem with decoding .webm files with VP9 codec under Windows platform. When I try to open such files, I receive segmentation fault message. There is a similar bug already reported as fixed (https://bugzilla.gnome.org/show_bug.cgi?id=761147) but it concerns vaapi, which is not available on Windows platform and the issue still persists in GStreamer 1.12.4.

The problem appears in:
- external Java application (using JNA bindings from https://github.com/gstreamer-java/gst1-java-core) - JVM crashes completely with no logs
- gst-play-1.0 (Segmentation fault message for both a.webm and flaque2.webm)
- gst-launch-1.0 (Segmentation fault message for both a.webm and flaque2.webm)
Used command: gst-launch-1.0 -v filesrc location=a.webm ! matroskademux ! vp9dec ! videoconvert ! videoscale ! autovideosink
- gst-discoverer-1.0 (works fine for a.webm, but Segmentation fault message appears for flaque2.webm)

Sample files for testing are included in an attachment (flaque2.webm comes from the linked 761147 bug, the other file is my own).
Comment 1 GStreamer system administrator 2018-11-03 15:25:16 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/431.