audiotestsrc: call send_event directly
authorWim Taymans <wim.taymans@collabora.co.uk>
Mon, 20 Jul 2009 10:51:30 +0000 (12:51 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 20 Jul 2009 11:15:32 +0000 (13:15 +0200)
commit0bb9b75a7535b435779a5776fd2ab5e8bf1e9869
treeab7bf5ae7a1435027387508bdadf335acd550857
parent4e88633de4f301b93291a81bdc850da3a6c3d965
audiotestsrc: call send_event directly

We can't call gst_element_send_event() from a streaming thread as it gets the
state lock. Instead call the send_event method directly until we have a nice API
for this in basesrc.

Fixes #588746
gst/audiotestsrc/gstaudiotestsrc.c