tests/check/pipelines/simple-launch-lines.c: Fix compilation again.

Original commit message from CVS:
* tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
Fix compilation again.
This commit is contained in:
Wim Taymans 2007-10-05 11:52:39 +00:00
parent 5115aee102
commit a2e299f3ef
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-10-05 Wim Taymans <wim.taymans@gmail.com>
* tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
Fix compilation again.
2007-10-03 Stefan Kost <ensonic@users.sf.net>
* gst/gstelement.c:

View file

@ -83,7 +83,7 @@ run_pipeline (GstElement * pipeline, gchar * descr,
}
g_critical
("Unexpected message received of type %d, '%s', looking for %d: %s",
revent, gst_message_type_get_name (revent), tevent, descr);
rmessage, gst_message_type_get_name (rmessage), tmessage, descr);
}
done: