gst/gstbus.c: Fix copy-and-paste error.

Original commit message from CVS:
* gst/gstbus.c: (gst_bus_post):
Fix copy-and-paste error.
This commit is contained in:
Wim Taymans 2005-03-21 18:17:57 +00:00
parent c2f41a8906
commit a032f72b14
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2005-03-21 Wim Taymans <wim@fluendo.com>
* gst/gstbus.c: (gst_bus_post):
Fix copy-and-paste error.
2005-03-21 Wim Taymans <wim@fluendo.com>
* check/Makefile.am:

View file

@ -229,8 +229,6 @@ gst_bus_post (GstBus * bus, GstMessage * message)
g_queue_push_tail (bus->queue, message);
g_mutex_unlock (bus->queue_lock);
if (g_queue_get_length (bus->queue) == 0)
need_write = TRUE;
if (need_write) {
c = 'p';
errno = EAGAIN;