mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 12:10:37 +00:00
Remove 'return' from void
functions
https://bugzilla.gnome.org/show_bug.cgi?id=774293
This commit is contained in:
parent
0345fb8aef
commit
c7ee3b5d5f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue