Remove deprecated call.
Original commit message from CVS: Remove deprecated call.
This commit is contained in:
parent
f0d9c25c94
commit
a7928f4f94
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user