mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
videoaggregator: Don't try to return void
warning C4098: 'gst_video_aggregator_parallel_convert_pad_finalize': 'void' function returning a value Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1155>
This commit is contained in:
parent
48c0a6dd1e
commit
87327110c2
1 changed files with 1 additions and 2 deletions
|
@ -900,8 +900,7 @@ gst_video_aggregator_parallel_convert_pad_finalize (GObject * object)
|
|||
}
|
||||
}
|
||||
|
||||
return
|
||||
G_OBJECT_CLASS
|
||||
G_OBJECT_CLASS
|
||||
(gst_video_aggregator_parallel_convert_pad_parent_class)->finalize
|
||||
(object);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue