Change the prototype too
authorWim Taymans <wim.taymans@gmail.com>
Tue, 11 Dec 2001 22:24:26 +0000 (22:24 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 11 Dec 2001 22:24:26 +0000 (22:24 +0000)
Original commit message from CVS:
Change the prototype too

gst/gstbin.c

index 4cefcf6..f5c25e5 100644 (file)
@@ -45,8 +45,8 @@ static GstElementStateReturn  gst_bin_change_state_norecurse  (GstBin *bin);
 static gboolean                        gst_bin_change_state_type       (GstBin *bin,
                                                                 GstElementState state,
                                                                 GType type);
-static void                    gst_bin_child_state_change      (GstElement *child, GstElementState old, 
-                                                                GstElementState new, GstBin *bin);
+static void                    gst_bin_child_state_change      (GstBin *bin, GstElementState old, 
+                                                                GstElementState new, GstElement *child);
 
 static gboolean                        gst_bin_iterate_func            (GstBin *bin);