GNOME Bugzilla – Bug 750400
h265parse (?): Not handling some streams correctly
Last modified: 2015-06-05 09:53:13 UTC
http://dash.edgesuite.net/dash264/TestCasesHEVC/2b/2/BBB_Live_HEVC_MultiRes.mpd This one fails with h265parse ! avdec_h265, but it works with libde265dec. I'm guessing it's a bug in the parser because decoding of the MP4 that comes out of dashdemux works fine with avplay.
Created attachment 304636 [details] test2.h265 Byte-stream version of the beginning of that stream. Works with avplay and also with h265parse ! libde265dec, but not with avdec_h265 in any way. Might be the same as bug #750341
This is probably a duplicate of https://bugzilla.gnome.org/show_bug.cgi?id=726020 The attached sample video work fine in this pipeline with avdec: gst-launch-1.0 filesrc location=~/Downloads/test2.h265 ! h265parse ! avdec_h265 max-threads=1 ! glimagesink
Thanks! Bug #750341 is different though *** This bug has been marked as a duplicate of bug 726020 ***