fixed sync problem when using multi contexts.
authorKitae Kim <kt920.kim@samsung.com>
Thu, 22 Aug 2013 05:43:16 +0000 (14:43 +0900)
committerKitae Kim <kt920.kim@samsung.com>
Wed, 28 Aug 2013 05:52:06 +0000 (14:52 +0900)
commit3b48932b1854d0048029e9cd5304e59b706b8fb7
tree25fca5a96aedf7e7cf9c36683e08c267c879b768
parent74fb9029b3a40b9ccbcf2fc536a99b59ed99efb5
fixed sync problem when using multi contexts.

When storing output of decoding video into device memory to reduce the overhead of memory copy,
device memory pointer could be wrong because the pointer only considered video context.

Change-Id: I2206bedef8bddfcdbddd8619aabc30f06481b585
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
src/gstemulapi.c
src/gstemulapi2.c
src/gstemulcommon.h
src/gstemuldec.c
src/gstemuldev.c
src/gstemulenc.c