From 5c403b9abe5db627c6f10b016d5166b3a231215d Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Tue, 16 Mar 2004 09:53:16 +0000 Subject: [PATCH] gst/schedulers/gstoptimalscheduler.c Original commit message from CVS: * gst/schedulers/gstoptimalscheduler.c (gst_opt_scheduler_pad_unlink): Remove double ;, spotted by Scott Wheeler --- ChangeLog | 5 +++++ gst/schedulers/gstoptimalscheduler.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f0ea4ec..81bfd3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-03-16 Johan Dahlin + + * gst/schedulers/gstoptimalscheduler.c + (gst_opt_scheduler_pad_unlink): Remove double ;, spotted by Scott Wheeler + 2004-03-16 Thomas Vander Stichele * configure.ac: bump libtool version diff --git a/gst/schedulers/gstoptimalscheduler.c b/gst/schedulers/gstoptimalscheduler.c index a4ec5c4..b84eca5 100644 --- a/gst/schedulers/gstoptimalscheduler.c +++ b/gst/schedulers/gstoptimalscheduler.c @@ -2156,7 +2156,7 @@ gst_opt_scheduler_pad_unlink (GstScheduler * sched, /* if there is still a link, we don't need to break this group */ if (still_link1 && still_link2) { GSList *l; - GList *m;; + GList *m; int linkcount; GST_LOG ("elements still have links with other elements in the group"); -- 2.7.4