h264parse: failed to encode MVC h264 streams in GStreamer-1.6
@sree
Submitted by Sreerenj Balachandran Link to original bug (#758656)
Description
MVC encoding is failing when adding a videoparser element in the pipeline.
Seems to be a regression with recent MVC specific patches landed in upstream h264parser (>= 1.5).
Encode(run with out any error):
GST_DEBUG=3 gst-launch-1.0 videotestsrc num-buffers=900 ! vaapiencode_h264 num-views=2 ! h264parse ! filesink location=enc_mvc.h264
Decoding will fail:
GST_DEBUG=3 gst-launch-1.0 filesrc location= enc_mvc.h264 ! h264parse ! "video/x-h264, stream-format=(string)byte-stream" ! vaapidecode ! vaapisink