tests: pad: test that idle probe will block
authorThiago Santos <thiagoss@osg.samsung.com>
Tue, 14 Apr 2015 13:47:20 +0000 (10:47 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Thu, 16 Apr 2015 14:45:24 +0000 (11:45 -0300)
commitd4d161a28223f3d8dfb81623672c9a13dbf4cf23
tree24153dc631d204d6d1488cccd1fb0e8937d52787
parent3d8de8a4f90e464e814c19c128776aa08e6be1b7
tests: pad: test that idle probe will block

This tests add an idle probe on an idle pad from a separate thread
so that the callback is called immediatelly. This callback will sit
still and then we try to push a buffer on this same pad. It verifies
that the idle probe blocks data passing

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