Skip to content
Snippets Groups Projects
Commit 7a4cf924 authored by Kipp Cannon's avatar Kipp Cannon
Browse files

framecpp_channelmux: silence implicit fall-through warning

- fall-through is intended, but new gcc 7 complains about it
parent 74f1fa94
No related branches found
No related tags found
No related merge requests found
......@@ -759,6 +759,7 @@ static gboolean src_query_get_position(GstFrameCPPChannelMux *mux, GstClockTime
default:
success = FALSE;
__attribute__ ((fallthrough));
done:
case GST_ITERATOR_DONE:
gst_iterator_free(it);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment