GNOME Bugzilla – Bug 785894
Error during building of gst-plugins-bad
Last modified: 2017-08-20 02:04:06 UTC
[311/680] Compiling C object 'gst/mxf/gstmxf@sha/mxfdemux.c.o'. FAILED: gst/mxf/gstmxf@sha/mxfdemux.c.o ccache cc -Igst/mxf/gstmxf@sha -Igst/mxf -I***/JhBuild/checkout/gst-plugins-bad/gst/mxf -I. -I***/JhBuild/checkout/gst-plugins-bad/ -Igst-libs -I***/JhBuild/checkout/gst-plugins-bad/gst-libs -I/home/***/jhbuild/install/include/gstreamer-1.0 -I/home/***/jhbuild/install/include/glib-2.0 -I/home/***/jhbuild/install/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O2 -g -fPIC -pthread -DHAVE_CONFIG_H -DGST_USE_UNSTABLE_API -MMD -MQ 'gst/mxf/gstmxf@sha/mxfdemux.c.o' -MF 'gst/mxf/gstmxf@sha/mxfdemux.c.o.d' -o 'gst/mxf/gstmxf@sha/mxfdemux.c.o' -c ***/JhBuild/checkout/gst-plugins-bad/gst/mxf/mxfdemux.c ***/JhBuild/checkout/gst-plugins-bad/gst/mxf/mxfdemux.c: Dans la fonction « gst_mxf_demux_update_tracks »: ***/JhBuild/checkout/gst-plugins-bad/gst/mxf/mxfdemux.c:919:37: erreur : « GST_VIDEO_TIME_CODE_INIT » undeclared (first use in this function) GstVideoTimeCode start_timecode = GST_VIDEO_TIME_CODE_INIT; ^~~~~~~~~~~~~~~~~~~~~~~~ ***/JhBuild/checkout/gst-plugins-bad/gst/mxf/mxfdemux.c:919:37: note : each undeclared identifier is reported only once for each function it appears in [313/680] Compiling C object 'gst/mxf/gstmxf@sha/mxfmetadata.c.o'. ninja: build stopped: subcommand failed. *** Error during phase build of gst-plugins-bad: ########## Error running ninja *** [37/71]
Re-assigning to GStreamer project.
I think it means you need to update your gst-plugin-base.
I buildone gst-plugins-base again and it works. Thank you !