gst/schedulers/gstoptimalscheduler.c
authorJohan Dahlin <johan@gnome.org>
Tue, 16 Mar 2004 09:53:16 +0000 (09:53 +0000)
committerJohan Dahlin <johan@gnome.org>
Tue, 16 Mar 2004 09:53:16 +0000 (09:53 +0000)
Original commit message from CVS:
* gst/schedulers/gstoptimalscheduler.c
(gst_opt_scheduler_pad_unlink): Remove double ;, spotted by Scott Wheeler

ChangeLog
gst/schedulers/gstoptimalscheduler.c

index f0ea4ec..81bfd3e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-03-16  Johan Dahlin  <johan@gnome.org>
+
+       * gst/schedulers/gstoptimalscheduler.c
+       (gst_opt_scheduler_pad_unlink): Remove double ;, spotted by Scott Wheeler
+
 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * configure.ac: bump libtool version
index a4ec5c4..b84eca5 100644 (file)
@@ -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");