emotion: Properly unmap video frame
authorChris Michael <cp.michael@samsung.com>
Wed, 11 Oct 2017 13:21:48 +0000 (09:21 -0400)
committerChris Michael <cp.michael@samsung.com>
Wed, 11 Oct 2017 13:21:48 +0000 (09:21 -0400)
commit6701bd162ddf7726cea8982ff274e7eb88896776
treeb98a66b433a0145e1f4599ca275c2e2750c0c3e6
parent7d36ef88bcea82bfdc0146245e13d9e74572fa8f
emotion: Properly unmap video frame

Calls to gst_video_frame_unmap should take a GstVideoFrame as a
parameter (not a buffer). I believe this was the intended function
here (to unmap the video frame), so fix the call to not pass a
GstBuffer.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/modules/emotion/gstreamer1/emotion_sink.c