gstreamer/patches/videoparsers
Gwenole Beauchesne 8b473972e0 h264parse: fix and optimize NAL collection function.
Use gst_h264_parser_identify_nalu_unchecked() to identify the next
NAL unit. We don't want to parse the full NAL unit, but only the
header bytes and possibly the first RBSP byte for identifying the
first_mb_in_slice syntax element.

Also fix check for failure when returning from that function. The
only success condition for that is GST_H264_PARSER_OK, so use it.

https://bugzilla.gnome.org/show_bug.cgi?id=732154
2014-06-26 14:38:32 +02:00
..
0001-plugins-compile-the-built-in-video-parsers-as-vaapip.patch plugins: add built-in video parsers as "vaapiparse" element. 2014-06-13 17:17:07 +02:00
0002-h264parse-fix-build-with-GStreamer-1.2.patch plugins: add built-in video parsers as "vaapiparse" element. 2014-06-13 17:17:07 +02:00
0003-h264parse-add-initial-support-for-MVC-NAL-units.patch plugins: add built-in video parsers as "vaapiparse" element. 2014-06-13 17:17:07 +02:00
0003-h264parse-fix-and-optimize-NAL-collection-function.patch h264parse: fix and optimize NAL collection function. 2014-06-26 14:38:32 +02:00
Makefile.am plugins: add built-in video parsers as "vaapiparse" element. 2014-06-13 17:17:07 +02:00
series.frag h264parse: fix and optimize NAL collection function. 2014-06-26 14:38:32 +02:00