Original commit message from CVS:
Reference the group when we add an element to it.
+2004-01-13 Iain <iain@prettypeople.org>
+
+ * gst/schedulers/gstoptimalscheduler.c (add_to_group): Reference the
+ group when we add an element to it, cos we unref it when we remove one
+
2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
* testsuite/debug/commandline.c: (debug_not_reached):
group_element_set_enabled (group, element, TRUE);
}
+ /* Ref the group... */
+ ref_group (group);
+
return group;
}