gst/schedulers/gstoptimalscheduler.c

Original commit message from CVS:
* gst/schedulers/gstoptimalscheduler.c
(gst_opt_scheduler_pad_unlink): Remove double ;, spotted by Scott Wheeler
This commit is contained in:
Johan Dahlin 2004-03-16 09:53:16 +00:00
parent d50e521601
commit 5c403b9abe
2 changed files with 6 additions and 1 deletions

View file

@ -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

View 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");