rawvideoparse: Fix missing VideoMeta
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Mon, 12 Jun 2017 19:38:53 +0000 (15:38 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Mon, 12 Jun 2017 20:09:08 +0000 (16:09 -0400)
commitdc2c19efad87646fb934d9f2614cb4761b503cbe
tree7724c8e8ebb5e615a484da5f78fa157a144a9895
parent7b3f7b519a0766a32119627c25c6011665dc5e98
rawvideoparse: Fix missing VideoMeta

The base class is trying to align the processed data, but it endup
removing the GstVideoMeta. That caused wrong result. Instead, just copy
from the process function with the appropriate alignment.

https://bugzilla.gnome.org/show_bug.cgi?id=781204
gst/rawparse/gstrawvideoparse.c