mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
valve: Fix MSVC compile warning
gstvalve.c(285) : warning C4715: 'gst_valve_event_needs_dropping': not all control paths return a value Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/624>
This commit is contained in:
parent
8d0055e185
commit
62f2a86eea
1 changed files with 2 additions and 0 deletions
|
@ -282,6 +282,8 @@ gst_valve_event_needs_dropping (GstValve * valve, GstEvent * event)
|
|||
g_assert_not_reached ();
|
||||
break;
|
||||
}
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
|
Loading…
Reference in a new issue