Skip to content
Commit a972024e authored by Neil Roberts's avatar Neil Roberts
Browse files

cogl-gst-video-sink: Fix a call to g_return_val_if_fail

cogl_gst_video_sink_get_natural_size was using g_return_val_if_fail
but its return type is void. For some reason GCC doesn't complain
about this but it causes a compile error on clang.
parent 1e2a65da
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment