Original commit message from CVS:
* tests/check/pipelines/cleanup.c:
Print message name and not just number.
2007-10-03 Stefan Kost <ensonic@users.sf.net>
2007-10-03 Stefan Kost <ensonic@users.sf.net>
+ * tests/check/pipelines/cleanup.c:
+ Print message name and not just number.
+
+2007-10-03 Stefan Kost <ensonic@users.sf.net>
+
* docs/design/draft-tagreading.txt:
Add some more thoughts.
* docs/design/draft-tagreading.txt:
Add some more thoughts.
} else if (revent & events) {
continue;
}
} else if (revent & events) {
continue;
}
- g_critical ("Unexpected message received of type %d, looking for %d: %s",
- revent, tevent, descr);
+ g_critical
+ ("Unexpected message received of type %d, '%s', looking for %d: %s",
+ revent, gst_message_type_get_name (revent), tevent, descr);
}
gst_element_set_state (pipeline, GST_STATE_NULL);
}
gst_element_set_state (pipeline, GST_STATE_NULL);