mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-15 20:44:16 +00:00
Remove deprecated call.
Original commit message from CVS: Remove deprecated call.
This commit is contained in:
parent
f0d9c25c94
commit
a7928f4f94
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue