From: Wim Taymans Date: Tue, 11 Dec 2001 22:24:26 +0000 (+0000) Subject: Change the prototype too X-Git-Tag: RELEASE-0_3_0-EVENTFUL~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=66d8173f05b41c94b95395731a3617e83456d5fa;p=platform%2Fupstream%2Fgstreamer.git Change the prototype too Original commit message from CVS: Change the prototype too --- diff --git a/gst/gstbin.c b/gst/gstbin.c index 4cefcf6bc2..f5c25e5a7f 100644 --- a/gst/gstbin.c +++ b/gst/gstbin.c @@ -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);