gst/gstbus.c: Don't print a warning if the queue is empty when we try to pop here...
authorSjoerd Simons <sjoerd@luon.net>
Mon, 5 May 2008 16:47:29 +0000 (16:47 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 5 May 2008 16:47:29 +0000 (16:47 +0000)
commite0a92a06041c32a64f21da5b0f83870872848586
tree65f90016a47cc28f4596c4a4f06906fe0079c9f8
parent76f4e0eec94f76339cf2a3c0e41fb26c33be8d39
gst/gstbus.c: Don't print a warning if the queue is empty when we try to pop here. That could happen if another threa...

Original commit message from CVS:
Patch by: Sjoerd Simons <sjoerd at luon net>
* gst/gstbus.c: (gst_bus_source_dispatch):
Don't print a warning if the queue is empty when we try to pop
here. That could happen if another thread or callback set the
bus to flushing between the source's check/prepare and the
dispatch being called (#531538).
ChangeLog
gst/gstbus.c