Merge branch 'master' into 0.11
[platform/upstream/gstreamer.git] / tests / examples / seek / seek.c
index 4dde974..b20574e 100644 (file)
@@ -2106,6 +2106,10 @@ step_cb (GtkButton * button, gpointer data)
   event = gst_event_new_step (format, amount, rate, flush, FALSE);
 
   res = send_event (event);
+
+  if (!res) {
+    g_print ("Sending step event failed\n");
+  }
 }
 
 static void