mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
rtpsession: fix return value
This commit is contained in:
parent
a50cd7c27d
commit
50f26c671b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue