gstreamer/gst/videoparsers
Sreerenj Balachandran cf7056a312 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
2016-02-29 12:35:58 +02:00
..
dirac_parse.c videoparsers: chain up to parent event handler 2012-02-15 12:56:55 +01:00
dirac_parse.h videoparsers: Add dirac parser 2011-02-17 14:43:35 -08:00
gstdiracparse.c videoparsers: Check for NULL return value of gst_pad_get_current_caps() 2015-12-16 10:08:43 +01:00
gstdiracparse.h diracparse: Post VIDEO_CODEC tag 2013-12-16 10:13:56 +01:00
gsth263parse.c videoparsers: Check for NULL return value of gst_pad_get_current_caps() 2015-12-16 10:08:43 +01:00
gsth263parse.h h263parse: Post VIDEO_CODEC tag 2013-12-16 10:16:14 +01:00
gsth264parse.c videoparsers: h264: Disable passthorugh mode enabling 2016-02-29 12:35:58 +02:00
gsth264parse.h h264parse: Add support for passing stereoscopic/multiview info 2015-06-12 00:39:15 +10:00
gsth265parse.c h265parse: avoid sending unnecessary downstream caps queries/events 2016-02-04 18:19:40 +11:00
gsth265parse.h h265parse: set the HEADER flag on buffers containing VPS, SPS or PPS 2014-11-07 15:51:48 +01:00
gstmpeg4videoparse.c videoparsers: Check for NULL return value of gst_pad_get_current_caps() 2015-12-16 10:08:43 +01:00
gstmpeg4videoparse.h mpeg4videoparse: do not lose DISCONT flag if buffer isn't pushed 2014-01-08 16:50:38 -03:00
gstmpegvideoparse.c videoparsers: Check for NULL return value of gst_pad_get_current_caps() 2015-12-16 10:08:43 +01:00
gstmpegvideoparse.h mpegvideoparse: Only add meta if downstream needs it 2013-03-31 19:04:12 +02:00
gstpngparse.c videoparsers: Check for NULL return value of gst_pad_get_current_caps() 2015-12-16 10:08:43 +01:00
gstpngparse.h Revert "pngparse: improve parsing of the image" 2015-01-07 16:40:25 +00:00
gstvc1parse.c videoparsers: Check for NULL return value of gst_pad_get_current_caps() 2015-12-16 10:08:43 +01:00
gstvc1parse.h vc1parse: implement asf to *-frame-layer stream-format 2014-11-08 19:01:10 +01:00
h263parse.c h263parse: fix custom picture format (CPFMT) parsing 2015-05-13 11:51:20 +01:00
h263parse.h h263parse: add pixel-aspect-ratio if upstream doesn't provide one 2013-07-15 23:04:35 +01:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 18:59:32 +01:00
plugin.c videoparsers: add H.265 HEVC video parser element 2013-11-06 23:14:22 +00:00