[Multimedia] Uncommented a line that was commented out because of native issue.
authorcoderhyme <jhyo.kim@samsung.com>
Thu, 29 Jun 2017 08:22:12 +0000 (17:22 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Wed, 2 Aug 2017 06:52:04 +0000 (06:52 +0000)
Extra should be reset when the packet is unlocked.

Change-Id: I16594ccf79b285815f62f6ed7f1d406967f84f81
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
src/Tizen.Multimedia/MediaTool/MediaPacket.cs

index dc27375..4755d96 100644 (file)
@@ -703,8 +703,7 @@ namespace Tizen.Multimedia
 
                         if (_lockCount == 0)
                         {
-                            // TODO rollback after the corresponding native api is fixed.
-                            //SetExtra(IntPtr.Zero);
+                            SetExtra(IntPtr.Zero);
 
                             if (_gcHandle.IsAllocated)
                             {