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 19:55:31 +0000 (15:55 -0400)
commitcc28e7cce06004f461340688cb84f6e7e4211551
tree1548efb212b32429ee3c040c3826a9663a1c581b
parent66929f8970e397064251206f012e6f477a1c3506
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