mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 06:08:14 +00:00
macros show the correct line
Original commit message from CVS: macros show the correct line
This commit is contained in:
parent
9402c76bf4
commit
18af1c7432
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ wait_bytes_served (GstElement * sink, guint64 bytes)
|
||||||
|
|
||||||
/* FIXME: possibly racy, since if it would write, we may not get it
|
/* FIXME: possibly racy, since if it would write, we may not get it
|
||||||
* immediately ? */
|
* immediately ? */
|
||||||
#define fail_unless_read(msg,fd) \
|
#define fail_if_can_read(msg,fd) \
|
||||||
G_STMT_START { \
|
G_STMT_START { \
|
||||||
long avail; \
|
long avail; \
|
||||||
\
|
\
|
||||||
|
|
Loading…
Reference in a new issue