The log level is changed to INFO due to the importance of releasing
the packet by app side.
[Version] 0.1.121
[Issue Type] Log
Change-Id: Ic4f71e18bb5e3e0a918741cff8ae94d3c112b704
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
Name: capi-media-webrtc
Summary: A WebRTC library in Tizen Native API
-Version: 0.1.120
+Version: 0.1.121
Release: 0
Group: Multimedia/API
License: Apache-2.0
if (media_packet_get_extra(packet, (void**)&buffer) == MEDIA_PACKET_ERROR_NONE)
gst_buffer_unref(buffer);
- LOG_DEBUG("sink[%p], packet[%p], buffer[%p]", sink, packet, buffer);
+ LOG_INFO("sink[%p], packet[%p], buffer[%p]", sink, packet, buffer);
return MEDIA_PACKET_FINALIZE;
}