mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-27 01:28:34 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue