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 797282 - OpenJPEG pipeline broken
OpenJPEG pipeline broken
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-10-13 23:48 UTC by Aaron Boxer
Modified: 2018-10-13 23:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Aaron Boxer 2018-10-13 23:48:32 UTC
gst-launch-1.0 -v videotestsrc ! openjpegenc !  openjpegdec ! videoconvert ! ximagesink

This used to work, but on my system it is now giving an error :

ERROR: from element /GstPipeline:pipeline0/GstOpenJPEGEnc:openjpegenc0: Failed to encode OpenJPEG stream

I verified that my gst-plugins-bad is built with the OpenJPEG plugin.
Comment 1 Aaron Boxer 2018-10-13 23:48:59 UTC
This error indicates an encoding error.
Comment 2 Aaron Boxer 2018-10-13 23:51:03 UTC
Oh, my bad :) I didn't have the correct verions of OpenJPEG.