h264parse: expose compatible profiles to downstream
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>
Tue, 2 Dec 2014 08:10:39 +0000 (10:10 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 5 Dec 2014 08:36:02 +0000 (09:36 +0100)
commit3910cbe7ce1a67ed5506f87e4c5a005c168d0e6c
treed364a51544f1f2fcd2da5b2744852bce00222a04
parent788297fec36e8f8a28682b9f74dad9e96c8b8c5b
h264parse: expose compatible profiles to downstream

Some video bitstreams report a too restrictive set of profiles. If a video
decoder was to strictly follow the indicated profile, it wouldn't support that
stream, whereas it could in theory and in practice. So we should relax the
profile restriction for allowing the decoder to get connected with parser.

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