videoparsers: h264: Disable passthorugh mode enabling
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>
Mon, 29 Feb 2016 10:35:58 +0000 (12:35 +0200)
committerSreerenj Balachandran <sreerenj.balachandran@intel.com>
Mon, 29 Feb 2016 10:35:58 +0000 (12:35 +0200)
commitcf7056a312e959643092ed31a0d8cfdffab6a8c6
treec546a4cb2d1d0b7abae2dc7570e833bbdf46bda4
parent019bc678371978bae0c1cfa2ac6de8d0a4f3ab54
videoparsers: h264: Disable passthorugh mode enabling

Enabling passthorugh mode is causing multiple issue:
For nal aligned multiresoluton streams, passthrough mode
make h264parse unable to advertise the new resoultions.
Also causing issues while parsing MVC streams which have two
separate layers (base-view and non-base-view).

This fix is only a temporary workaround.

For MVC, proper fixes needed in many places:
(handle prefix nal unit, handle non-base-view slice nal extension,
fix the picture_start detection for multi-layer-mvc streams etc)

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