rtpsession: fix return value
This commit is contained in:
parent
a50cd7c27d
commit
50f26c671b
@ -2180,7 +2180,7 @@ rtp_session_next_timeout (RTPSession * sess, GstClockTime current_time)
|
|||||||
{
|
{
|
||||||
GstClockTime result, interval = 0;
|
GstClockTime result, interval = 0;
|
||||||
|
|
||||||
g_return_val_if_fail (RTP_IS_SESSION (sess), GST_FLOW_ERROR);
|
g_return_val_if_fail (RTP_IS_SESSION (sess), GST_CLOCK_TIME_NONE);
|
||||||
|
|
||||||
RTP_SESSION_LOCK (sess);
|
RTP_SESSION_LOCK (sess);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user