mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
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:
parent
c2f41a8906
commit
a032f72b14
2 changed files with 5 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue