Forgot to commit this

Original commit message from CVS:
Forgot to commit this
This commit is contained in:
Iain Holmes 2004-09-26 15:18:51 +00:00
parent 2ff6fb874d
commit 52a8146f8f

View file

@ -631,7 +631,7 @@ gst_wavenc_chain (GstPad * pad, GstData * _data)
gst_pad_event_default (wavenc->sinkpad, GST_EVENT (buf));
}
} else {
gst_pad_event_default (wavenc->srcpad, GST_EVENT (buf));
gst_pad_event_default (wavenc->sinkpad, GST_EVENT (buf));
}
return;
}