h264parse: Fix profile and level setting in caps
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>
Sat, 2 May 2015 15:06:18 +0000 (18:06 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 4 May 2015 07:30:05 +0000 (09:30 +0200)
commit3fae18b5d259fdf76ac7de36d79e59a1083f16b2
tree493b6097d123a9b8f28f3c6fa120a1e588a78d3e
parent2ed71bee3b8ea2ea65302bb8f02ed7412ea93c25
h264parse: Fix profile and level setting in caps

Don't use the apis in codec-utils to extract the profile and level
syntax elements since it is wrong if there are emulation prevention
bytes existing in the byte-stream data.

https://bugzilla.gnome.org/show_bug.cgi?id=747613
gst/videoparsers/gsth264parse.c