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 792429 - rtph265depay: should support hvc1 and hev1
rtph265depay: should support hvc1 and hev1
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-01-11 13:43 UTC by Guillaume Desmottes
Modified: 2018-01-11 14:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Guillaume Desmottes 2018-01-11 13:43:16 UTC
Here is the src caps template of rtph265depay:
      video/x-h265
          stream-format: byte-stream
              alignment: { (string)nal, (string)au }

It would be good to support the stream-format 'hvc1' and 'hev1' as well, like we already have on rtph264depay supporting avc:
      video/x-h264
          stream-format: avc
              alignment: au
      video/x-h264
          stream-format: byte-stream
              alignment: { (string)nal, (string)au }
Comment 1 Tim-Philipp Müller 2018-01-11 13:58:15 UTC
hvc1 is already supported in master.

hev1 is not supported, same as avc3 is not supported, so that's the same for h264 depay and h265 depay.
Comment 2 Guillaume Desmottes 2018-01-11 14:01:42 UTC
Oh great (I updated my master build before checking but of course ran gst-inspect from the work dev env...).

Sorry for the noise and thanks for having already done that. :)