codecparser: h265: skip byte alignment bits while parsing slice header
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>
Fri, 10 Apr 2015 11:07:56 +0000 (14:07 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Sun, 26 Apr 2015 19:45:31 +0000 (21:45 +0200)
commita86e7c1c1f7b53e0445ad372ffceee955c4139a7
treecfc900f0a7412ad3d02a43b54e3988b841d8d00e
parentb17a026eb79ff3361c166e33f3bfdd57b572c286
codecparser: h265: skip byte alignment bits while parsing slice header

Skip the byte alignment bits as per the logic of byte_alignment()
provided in hevc specification. This will fix the calculation of
slice header size.

https://bugzilla.gnome.org/show_bug.cgi?id=747613
gst-libs/gst/codecparsers/gsth265parser.c