object: Check that name change are notified once
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Thu, 26 May 2016 18:41:38 +0000 (14:41 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Thu, 26 May 2016 19:36:21 +0000 (15:36 -0400)
commit1a5f79981c215b2e28326391a9a85b37662dbe4c
treeee2fee1a48ed3e9fea1fd2ca9c0132f14d0e5d04
parent446778464bf301c1c6ad3adede3799075641ae79
object: Check that name change are notified once

GObject allow calling g_object_notify() within set_property() and
won't notify it twice. As it was raised during review, add a unit test to
make sure.

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