GNOME Bugzilla – Bug 796304
gst-plugins-good-1.0-1.15.0.1 compile fails due to unresolved 'gst_aggregator_simple_get_next_time'
Last modified: 2018-11-03 10:23:18 UTC
Created attachment 372286 [details] cereberos generated gst-plugins-good-1.0.compile.log While installing the sources of gstreamer via the command: python ./cerbero-uninstalled package gstreamer-1.0 I got the following error during the compile stage (full log attached): path\cerbero\build\sources\windows_x86_64\gst-plugins-good-1.0-1.15.0.1\gst\flv/gstflvmux.c:1813: undefined reference to `gst_aggregator_simple_get_next_time' collect2.exe: error: ld returned 1 exit status I googled this function and found it here https://github.com/GStreamer/gstreamer/blob/master/libs/gst/base/gstaggregator.c, according to the commentary it was added in the version 1.16.
It's marked 1.16, but was added at the same time. You should run fetch again, and make a clean rebuild.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/cerbero/issues/57.