mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
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:
parent
5115aee102
commit
a2e299f3ef
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2007-10-03 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* gst/gstelement.c:
|
* gst/gstelement.c:
|
||||||
|
|
|
@ -83,7 +83,7 @@ run_pipeline (GstElement * pipeline, gchar * descr,
|
||||||
}
|
}
|
||||||
g_critical
|
g_critical
|
||||||
("Unexpected message received of type %d, '%s', looking for %d: %s",
|
("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:
|
done:
|
||||||
|
|
Loading…
Reference in a new issue