error while building master for windows
Nirbheek Chauhan
nirbheek.chauhan at gmail.com
Mon Jul 13 16:19:50 UTC 2020
On Mon, Jul 13, 2020 at 4:00 PM Thornton, Keith
<keith.thornton at zeiss.com> wrote:
> Creating library gst\\mpegtsmux\\gstmpegtsmux.lib and object gst\\mpegtsmux\\gstmpegtsmux.exp
>
> gstbasetsmux.c.obj : error LNK2019: unresolved external symbol gst_aggregator_finish_buffer_list referenced in function gst_base_ts_mux_push_packets
>
This symbol was added recently to gstreamer core. You're probably
building with an old git checkout of that. You should generally try to
run as follows:
./cerbero-uninstalled -c config/win64.cbc -v
intelmsdk,visualstudio,qt5 fetch-package gstreamer-1.0
./cerbero-uninstalled -c config/win64.cbc -v
intelmsdk,visualstudio,qt5 package gstreamer-1.0 --offline
That way you will always have the latest git checkouts of all gstreamer repos.
Cheers,
Nirbheek
More information about the gstreamer-devel
mailing list