gst-all autogen fixes adder capsnego fixes fix the cothreads regression test, /me is a moron add some debugging code ...

Original commit message from CVS:
* gst-all autogen fixes
* adder capsnego fixes
* fix the cothreads regression test, /me is a moron
* add some debugging code in cothreads
This commit is contained in:
Andy Wingo 2002-03-03 21:30:14 +00:00
parent 107f309045
commit e8391f35fc

View file

@ -224,6 +224,7 @@ gst_adder_connect (GstPad *pad, GstCaps *caps)
if (channel->sinkpad == GST_PAD_CAST (remove->data)) {
gst_bytestream_destroy (channel->bytestream);
adder->input_channels = g_slist_remove_link (adder->input_channels, channels);
adder->numsinkpads--;
goto restart;
}
channels = g_slist_next (channels);