mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
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:
parent
d50e521601
commit
5c403b9abe
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue