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:
parent
107f309045
commit
e8391f35fc
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user