memory: log with GST_INFO instead GST_ERROR when subclass map failed.
authorJulien Isorce <j.isorce@samsung.com>
Fri, 7 Oct 2016 10:39:26 +0000 (11:39 +0100)
committerJulien Isorce <j.isorce@samsung.com>
Mon, 21 Nov 2016 21:06:31 +0000 (21:06 +0000)
commit47fd993d4d160f409301ccc108d943a38358fae1
tree0fff9d3f4f96e671afe1d060b4520fb3b788271c
parentf08c8d2da31c3ae5a4d388d4f7f674e6eb3fad58
memory: log with GST_INFO instead GST_ERROR when subclass map failed.

Add unit test to ensure that.

It can be a normal execution path to do some map trials and there is
no need to worry the user in that case.

The application has to check the return value of gst_memory_map.

https://bugzilla.gnome.org/show_bug.cgi?id=765600
gst/gstmemory.c
tests/check/gst/gstmemory.c