add an optional timeout for when queue blocks. when timeout is reached a GST_EVENT_FI...
authorSteve Baker <steve@stevebaker.org>
Mon, 3 Jun 2002 15:44:28 +0000 (15:44 +0000)
committerSteve Baker <steve@stevebaker.org>
Mon, 3 Jun 2002 15:44:28 +0000 (15:44 +0000)
commit8713cd5e0e51113dd5bc3a7922d839e79be231ce
tree6214dcc147bdff11218da155fe6728356a1590bd
parent13da8d6e099ffe7a05826bf6344bd81cd13bdf05
add an optional timeout for when queue blocks. when timeout is reached a GST_EVENT_FILLER is sent downstream

Original commit message from CVS:
add an optional timeout for when queue blocks. when timeout is reached a GST_EVENT_FILLER is sent downstream
This is needed for gst-player since videosink has to be in the same thread as the ui, and spider blocks when there is no video (thus freezing the ui).
gst/gstqueue.c
gst/gstqueue.h
plugins/elements/gstqueue.c
plugins/elements/gstqueue.h