mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
tests/check/pipelines/simple-launch-lines.c: Print message name and not just number.
Original commit message from CVS: * tests/check/pipelines/simple-launch-lines.c: Print message name and not just number.
This commit is contained in:
parent
4331d3880e
commit
de65ce3486
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-10-03 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* tests/check/pipelines/simple-launch-lines.c:
|
||||
Print message name and not just number.
|
||||
|
||||
2007-10-03 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* libs/gst/base/gsttypefindhelper.c:
|
||||
|
|
|
@ -81,8 +81,9 @@ run_pipeline (GstElement * pipeline, gchar * descr,
|
|||
} else if (rmessage & message_types) {
|
||||
continue;
|
||||
}
|
||||
g_critical ("Unexpected message received of type %d, looking for %d: %s",
|
||||
rmessage, tmessage, descr);
|
||||
g_critical
|
||||
("Unexpected message received of type %d, '%s', looking for %d: %s",
|
||||
revent, gst_message_type_get_name (revent), tevent, descr);
|
||||
}
|
||||
|
||||
done:
|
||||
|
|
Loading…
Reference in a new issue