diff options
Diffstat (limited to 'gst/sdp/gstsdpdemux.c')
-rw-r--r-- | gst/sdp/gstsdpdemux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/sdp/gstsdpdemux.c b/gst/sdp/gstsdpdemux.c index e8032fadb..ca3c0a09a 100644 --- a/gst/sdp/gstsdpdemux.c +++ b/gst/sdp/gstsdpdemux.c @@ -882,7 +882,7 @@ gst_sdp_demux_do_stream_eos (GstSDPDemux * demux, guint session) goto was_eos; stream->eos = TRUE; - gst_sdp_demux_stream_push_event (demux, stream, gst_event_new_eos ()); + gst_sdp_demux_stream_push_event (demux, stream, gst_event_eos_new ()); return; /* ERRORS */ |