Remove deprecated call.

Original commit message from CVS:
Remove deprecated call.
This commit is contained in:
Wim Taymans 2002-02-02 16:26:41 +00:00
parent f0d9c25c94
commit a7928f4f94

View file

@ -200,7 +200,7 @@ gst_osssrc_get (GstPad *pad)
src->bytes_per_read);
if (readbytes == 0) {
gst_element_signal_eos (GST_ELEMENT (src));
gst_element_set_eos (GST_ELEMENT (src));
return NULL;
}