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 750400 - h265parse (?): Not handling some streams correctly
h265parse (?): Not handling some streams correctly
Status: RESOLVED DUPLICATE of bug 726020
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: 2015-06-04 14:14 UTC by Sebastian Dröge (slomo)
Modified: 2015-06-05 09:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
test2.h265 (800.00 KB, application/octet-stream)
2015-06-05 08:56 UTC, Sebastian Dröge (slomo)
Details

Description Sebastian Dröge (slomo) 2015-06-04 14:14:25 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.
Comment 1 Sebastian Dröge (slomo) 2015-06-05 08:56:18 UTC
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
Comment 2 Thijs Vermeir 2015-06-05 09:47:11 UTC
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
Comment 3 Sebastian Dröge (slomo) 2015-06-05 09:53:13 UTC
Thanks! Bug #750341 is different though

*** This bug has been marked as a duplicate of bug 726020 ***