Fix broken image when seeking frame. 90/18190/1
authorKitae Kim <kt920.kim@samsung.com>
Thu, 13 Mar 2014 08:44:33 +0000 (17:44 +0900)
committerKitae Kim <kt920.kim@samsung.com>
Mon, 17 Mar 2014 10:08:17 +0000 (19:08 +0900)
commit7b07a2a49551a3859ac3f8832cf12c68925a7d55
tree065533dc327589c38fd2af3c5de6bb71f94a96d9
parent52fa0d3005d6db1fe0ca76c7f8fcb423a3a4c150
Fix broken image when seeking frame.

When seeking encoded frames, those images are distorted.
Its reason is that the encoder did not marks a specific flag into output buffer.
Encoder plugin has to inform gstreamer about the status of the encoded buffer

Change-Id: I78d8b53131b70d45a48e136183a862c034595112
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
src/gstmaruenc.c
src/gstmaruinterface.c
src/gstmaruinterface.h
src/gstmarumem.c
src/gstmarumem.h
src/gstmaruutils.c