h264parse: expose compatible profiles to downstream
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>
Tue, 2 Dec 2014 08:10:39 +0000 (10:10 +0200)
committerMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Fri, 9 Jan 2015 17:19:00 +0000 (18:19 +0100)
commit542c77ab3831388f162a78878ba8902cd5c4d9f9
treebea5ee9f5e79b0ac62f9aa1a6cb81d268175ab2a
parent713205fbe6b722a63fe74df835713d383dab8afc
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