GNOME Bugzilla – Bug 792429
rtph265depay: should support hvc1 and hev1
Last modified: 2018-01-11 14:01:42 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 }
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.
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. :)