Remove 'return' from void
functions
https://bugzilla.gnome.org/show_bug.cgi?id=774293
This commit is contained in:
parent
0345fb8aef
commit
c7ee3b5d5f
@ -717,7 +717,7 @@ gst_d3dsurface_buffer_pool_release_buffer (GstBufferPool * bpool,
|
||||
return;
|
||||
}
|
||||
|
||||
return GST_BUFFER_POOL_CLASS
|
||||
GST_BUFFER_POOL_CLASS
|
||||
(gst_d3dsurface_buffer_pool_parent_class)->release_buffer (bpool, buffer);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user