tests/check/pipelines/simple-launch-lines.c: Fix compilation again.
authorWim Taymans <wim.taymans@gmail.com>
Fri, 5 Oct 2007 11:52:39 +0000 (11:52 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 5 Oct 2007 11:52:39 +0000 (11:52 +0000)
Original commit message from CVS:
* tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
Fix compilation again.

ChangeLog
tests/check/pipelines/simple-launch-lines.c

index 5a6b07d..87d30eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index 83c1358..1a80295 100644 (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: