+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/gstreamer1-plugins-bad-free.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild warning: Macro expanded in comment on line 13: (c=%{gitcommit}; echo ${c:0:5}) warning: Macro expanded in comment on line 28: %{version}.tar.xz warning: Macro expanded in comment on line 274: %{majorminor}/opencv_haarcascades/ warning: Macro expanded in comment on line 390: %{majorminor}/libgstvulkan.so warning: Macro expanded in comment on line 415: %{majorminor}/libgstopencv.so Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.V28fnO + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf gst-plugins-bad-1.14.0 + /usr/bin/xz -dc /builddir/build/SOURCES/gst-plugins-bad-free-1.14.0.tar.xz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd gst-plugins-bad-1.14.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.xnARBR + umask 022 + cd /builddir/build/BUILD + cd gst-plugins-bad-1.14.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + '[' 1 = 1 ']' + '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name ltmain.sh + for i in $(find . -name ltmain.sh) + /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-silent-rules --disable-fatal-warnings '--with-package-name=Fedora GStreamer-plugins-bad package' --with-package-origin=http://download.fedoraproject.org --enable-debug --disable-static --enable-gtk-doc --enable-experimental --disable-dts --disable-faac --disable-faad --disable-nas --disable-mimic --disable-libmms --disable-mpeg2enc --disable-mplex --disable-neon --disable-rtmp --disable-xvid --disable-flite --disable-mpg123 --disable-sbc --disable-opencv --disable-spandsp --disable-voamrwbenc --disable-x265 configure: WARNING: unrecognized options: --disable-nas, --disable-mimic, --disable-xvid, --disable-mpg123 checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking target system type... riscv64-redhat-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '1000' is supported by ustar format... yes checking whether GID '1000' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking nano version... 0 (release) checking whether to enable maintainer-specific portions of Makefiles... yes checking whether make supports nested variables... (cached) yes checking how to print strings... printf checking for style of include used by make... GNU checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... none checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert riscv64-redhat-linux-gnu file names to riscv64-redhat-linux-gnu format... func_convert_file_noop checking how to convert riscv64-redhat-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for riscv64-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for riscv64-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for riscv64-redhat-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for riscv64-redhat-linux-gnu-strip... no checking for strip... strip checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for riscv64-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc DOMAIN = gst-plugins-bad-1.0 checking for riscv64-redhat-linux-gnu-pkg-config... /usr/bin/riscv64-redhat-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for VALGRIND... no configure: Using Fedora GStreamer-plugins-bad package as package name configure: Using http://download.fedoraproject.org as package origin configure: *** checking feature: building of plug-ins with external deps *** configure: building external plug-ins configure: *** checking feature: building of experimental plug-ins *** configure: WARNING: building experimental plug-ins configure: Using GST_PKG_CONFIG_PATH = $(top_builddir)/pkgconfig::/usr/lib64/pkgconfig:/usr/share/pkgconfig checking whether byte ordering is bigendian... no checking whether byte ordering is bigendian... (cached) no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for riscv64-redhat-linux-gnu-gcc... gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) none checking for gcc option to accept ISO C99... none needed checking for gcc option to accept ISO Standard C... (cached) none needed checking for riscv64-redhat-linux-gnu-g++... no checking for riscv64-redhat-linux-gnu-c++... no checking for riscv64-redhat-linux-gnu-gpp... no checking for riscv64-redhat-linux-gnu-aCC... no checking for riscv64-redhat-linux-gnu-CC... no checking for riscv64-redhat-linux-gnu-cxx... no checking for riscv64-redhat-linux-gnu-cc++... no checking for riscv64-redhat-linux-gnu-cl.exe... no checking for riscv64-redhat-linux-gnu-FCC... no checking for riscv64-redhat-linux-gnu-KCC... no checking for riscv64-redhat-linux-gnu-RCC... no checking for riscv64-redhat-linux-gnu-xlC_r... no checking for riscv64-redhat-linux-gnu-xlC... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for g++... yes checking for riscv64-redhat-linux-gnu-gcc... no checking for riscv64-redhat-linux-gnu-objcc... no checking for riscv64-redhat-linux-gnu-objc... no checking for riscv64-redhat-linux-gnu-cc... no checking for riscv64-redhat-linux-gnu-CC... no checking for gcc... gcc checking whether we are using the GNU Objective C compiler... no checking whether gcc accepts -g... no checking dependency style of gcc... none checking for working do while(0) macros... yes checking for valgrind... no checking for gobject-introspection... yes checking for gtkdoc-check... /usr/bin/gtkdoc-check checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf checking for GTKDOC_DEPS... yes checking whether to build gtk-doc documentation... yes checking for python... /usr/bin/python checking for python version... DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out 2.7 checking for python platform... DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out linux2 checking for python script directory... DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out ${prefix}/lib/python2.7/site-packages checking for python extension module directory... DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out ${exec_prefix}/lib64/python2.7/site-packages checking whether to build plugin documentation... yes checking for cos in -lm... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getpagesize... yes checking for working mmap... yes checking whether gcc is Clang... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for unistd.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for stdint types... stdint.h (shortcircuit) make use of stdint.h in _stdint.h (assuming C99 compatible system) checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for gmtime_r... yes checking for pipe2... yes checking sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking for socket... yes checking for gethostbyname... yes checking for GLIB... yes checking for glib-genmarshal... glib-genmarshal (from pkg-config path) checking for glib-mkenums... glib-mkenums checking for GIO... yes checking for GMODULE_NO_EXPORT... yes checking for GST... yes configure: using GStreamer tools in /usr/bin configure: using GStreamer plug-ins in /usr/lib64/gstreamer-1.0 checking for GST_BASE... yes checking for GST_CHECK... yes checking for GST_CONTROLLER... yes checking for GST_NET... yes checking for GST_VIDEO... yes checking for GST_AUDIO... yes checking for GST_PBUTILS... yes checking for GST_GL... yes checking for GST_SDP... yes checking GStreamer OpenGL window systems ...... x11 checking GStreamer OpenGL platforms ...... glx egl checking GStreamer OpenGL apis ...... gles2 gl checking for GST_PLUGINS_BASE... yes configure: using GStreamer Base Plugins in /usr/lib64/gstreamer-1.0 checking whether this is an uninstalled GStreamer setup... no checking which gtk+ version to compile examples against (optional)... 2.0 (>= 2.14.0) checking for GTK... no checking for -Bsymbolic-functions linker flag... yes checking for GTK3... yes checking for X11... yes checking for EXIF... yes configure: *** checking feature: iqa *** configure: *** for plug-ins: iqa *** checking for DSSIM... no configure: *** These plugins will not be built: iqa checking for ORC... yes checking for usable orcc... /usr/bin/orcc configure: Using /usr/lib64/gstreamer-1.0 as the plugin install location configure: Setting GST_PACKAGE_RELEASE_DATETIME to 2018-03-19 checking whether the GStreamer debugging system is enabled... yes checking to see if compiler understands -Wall... yes checking to see if compiler understands -Wdeclaration-after-statement... yes checking to see if compiler understands -Wvla... yes checking to see if compiler understands -Wpointer-arith... yes checking to see if compiler understands -Wmissing-declarations... yes checking to see if compiler understands -Wmissing-prototypes... yes checking to see if compiler understands -Wredundant-decls... yes checking to see if compiler understands -Wwrite-strings... yes checking to see if compiler understands -Wformat-security... yes checking to see if compiler understands -Wold-style-definition... yes checking to see if compiler understands -Winit-self... yes checking to see if compiler understands -Wmissing-include-dirs... yes checking to see if compiler understands -Waddress... yes checking to see if compiler understands -Wno-multichar... yes checking to see if compiler understands -Wnested-externs... yes configure: set WARNING_CFLAGS to -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs configure: set ERROR_CFLAGS to checking to see if c++ compiler understands ... yes checking to see if c++ compiler understands -Wall... yes checking to see if c++ compiler understands -Wmissing-declarations... yes checking to see if c++ compiler understands -Wredundant-decls... yes checking to see if c++ compiler understands -Wwrite-strings... yes checking to see if c++ compiler understands -Wformat-nonliteral... yes checking to see if c++ compiler understands -Wformat-security... yes checking to see if c++ compiler understands -Winit-self... yes checking to see if c++ compiler understands -Wmissing-include-dirs... yes checking to see if c++ compiler understands -Waddress... yes checking to see if c++ compiler understands -Wno-multichar... yes configure: set WARNING_CXXFLAGS to -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar configure: set ERROR_CXXFLAGS to checking to see if Objective C compiler understands ... no checking to see if Objective C compiler understands -Wall... no checking to see if Objective C compiler understands -Wmissing-declarations... no checking to see if Objective C compiler understands -Wredundant-decls... no checking to see if Objective C compiler understands -Wwrite-strings... no checking to see if Objective C compiler understands -Wformat-nonliteral... no checking to see if Objective C compiler understands -Wformat-security... no checking to see if Objective C compiler understands -Winit-self... no checking to see if Objective C compiler understands -Wmissing-include-dirs... no checking to see if Objective C compiler understands -Wno-multichar... no configure: unsupported compiler flags: -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Wno-multichar configure: set WARNING_OBJCFLAGS to configure: set ERROR_OBJCFLAGS to configure: Using autoaudiosink as default audio sink configure: Using alsasrc as default audio source configure: Using autovideosink as default video sink configure: Using v4l2src as default video source configure: Using goom as default visualizer checking for AVFoundation/AVFoundation.h... no checking for MobileCoreServices/MobileCoreServices.h... no checking for VideoToolbox/VideoToolbox.h... no checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking winsock2.h usability... no checking winsock2.h presence... no checking for winsock2.h... no checking for XCB... yes checking for VULKAN_WAYLAND... yes configure: *** checking feature: DirectSound *** configure: *** for plug-ins: directsoundsrc *** checking for DirectSound LDFLAGS... no configure: *** These plugins will not be built: directsoundsrc configure: *** checking feature: WASAPI plug-in *** configure: *** for plug-ins: wasapi *** checking for WASAPI LDFLAGS... no configure: *** These plugins will not be built: wasapi configure: *** checking feature: Direct3D plug-in *** configure: *** for plug-ins: direct3dsink *** checking for Direct3D LDFLAGS... no configure: *** These plugins will not be built: direct3dsink configure: *** checking feature: winscreencap plug-in *** configure: *** for plug-ins: winscreencap *** checking for Direct3D LDFLAGS... no configure: *** These plugins will not be built: winscreencap configure: *** checking feature: Winks plug-in *** configure: *** for plug-ins: winks *** checking for Winks LDFLAGS... no configure: *** These plugins will not be built: winks configure: *** checking feature: Android Media *** configure: *** for plug-ins: androidmedia *** configure: *** These plugins will not be built: androidmedia configure: *** checking feature: Apple video *** configure: *** for plug-ins: applemedia *** checking SystemConfiguration/SystemConfiguration.h usability... no checking SystemConfiguration/SystemConfiguration.h presence... no checking for SystemConfiguration/SystemConfiguration.h... no checking for VideoToolbox/VideoToolbox.h... (cached) no configure: *** These plugins will not be built: applemedia configure: *** checking feature: Bluez *** configure: *** for plug-ins: bluez *** checking for BLUEZ5... yes checking for GIO_UNIX... yes checking for gdbus-codegen... gdbus-codegen configure: *** These plugins will be built: bluez configure: *** checking feature: AVC Video Services *** configure: *** for plug-ins: avcsrc *** configure: *** These plugins will not be built: avcsrc configure: *** checking feature: POSIX shared memory source and sink *** configure: *** for plug-ins: shm *** checking for shm_open in -lrt... yes checking whether MSG_NOSIGNAL is declared... yes configure: *** These plugins will be built: shm configure: *** checking feature: Unix sockets *** configure: *** for plug-ins: ipcpipeline *** checking for pipe... yes checking for socketpair... yes configure: *** These plugins will be built: ipcpipeline configure: *** checking feature: Video CD *** configure: *** for plug-ins: vcdsrc *** checking linux/cdrom.h usability... yes checking linux/cdrom.h presence... yes checking for linux/cdrom.h... yes configure: *** These plugins will be built: vcdsrc configure: *** checking feature: OpenSL ES *** configure: *** for plug-ins: opensl *** checking SLES/OpenSLES.h usability... no checking SLES/OpenSLES.h presence... no checking for SLES/OpenSLES.h... no configure: *** These plugins will not be built: opensl configure: *** checking feature: UVC H264 *** configure: *** for plug-ins: uvch264 *** checking linux/uvcvideo.h usability... yes checking linux/uvcvideo.h presence... yes checking for linux/uvcvideo.h... yes checking for G_UDEV... yes checking for LIBUSB... yes configure: *** These plugins will be built: uvch264 configure: *** checking feature: NVIDIA CUDA API *** checking for CUDA... no checking for CUDA... no checking for CUDA... no checking for CUDA... no configure: WARNING: Could not find cuda headers/libraries checking cuda.h usability... no checking cuda.h presence... no checking for cuda.h... no configure: WARNING: Could not find cuda.h checking cuda_runtime_api.h usability... no checking cuda_runtime_api.h presence... no checking for cuda_runtime_api.h... no configure: WARNING: Could not find cuda_runtime_api.h checking for cudaGetErrorString in -lcudart... no configure: WARNING: Could not find cudart library checking for cuInit in -lcuda... no configure: WARNING: Could not find cuda library configure: *** checking feature: nvdec *** configure: *** for plug-ins: nvdec *** checking nvcuvid.h usability... no checking nvcuvid.h presence... no checking for nvcuvid.h... no configure: WARNING: Could not find nvcuvid.h checking for cuvidCtxLock in -lnvcuvid... no configure: WARNING: Could not find library nvcuvid configure: *** These plugins will not be built: nvdec configure: *** checking feature: NVIDIA Encode API *** configure: *** for plug-ins: nvenc *** checking nvEncodeAPI.h usability... no checking nvEncodeAPI.h presence... no checking for nvEncodeAPI.h... no configure: WARNING: Could not find nvEncodeAPI.h checking for NvEncodeAPICreateInstance in -lnvidia-encode... no configure: WARNING: Could not find library nvidia-encode configure: *** These plugins will not be built: nvenc configure: *** checking feature: tinyalsa *** configure: *** for plug-ins: tinyalsa *** checking tinyalsa/asoundlib.h usability... no checking tinyalsa/asoundlib.h presence... no checking for tinyalsa/asoundlib.h... no configure: *** These plugins will not be built: tinyalsa configure: *** checking feature: Intel MediaSDK *** configure: *** for plug-ins: msdk *** checking for G_UDEV... yes checking for LIBMFX... no checking mfxdefs.h usability... no checking mfxdefs.h presence... no checking for mfxdefs.h... no checking for MFXInit in -lmfx... no checking for LIBVA_DRM... no configure: *** These plugins will not be built: msdk configure: *** checking feature: ASS/SSA renderer *** configure: *** for plug-ins: assrender *** checking for ASSRENDER... yes configure: *** These plugins will be built: assrender configure: *** checking feature: AV1 encoder/decoder *** configure: *** for plug-ins: aom *** checking for AOM... no configure: Package 'aom', required by 'virtual:world', not found configure: *** These plugins will not be built: aom configure: *** checking feature: vo-amrwbenc library *** configure: *** for plug-ins: vo-amrwbenc *** configure: *** These plugins will not be built: vo-amrwbenc configure: *** checking feature: vo-aacenc library *** configure: *** for plug-ins: vo-aacenc *** checking for VOAACENC... no configure: Package 'vo-aacenc', required by 'virtual:world', not found configure: *** These plugins will not be built: vo-aacenc configure: *** checking feature: bs2b *** configure: *** for plug-ins: bs2b *** checking for BS2B... yes configure: *** These plugins will be built: bs2b configure: *** checking feature: bz2 library *** configure: *** for plug-ins: bz2 *** checking for BZ2_bzlibVersion in -lbz2... yes configure: *** These plugins will be built: bz2 configure: *** checking feature: chromaprint *** configure: *** for plug-ins: chromaprint *** checking for CHROMAPRINT... yes configure: *** These plugins will be built: chromaprint configure: *** checking feature: Curl plugin *** configure: *** for plug-ins: curl *** checking for CURL... yes checking for unistd.h... (cached) yes checking for sys/socket.h... (cached) yes checking for sys/types.h... (cached) yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for netinet/ip.h... yes checking for socket support needed by curlsink... yes checking for SSH2... no configure: *** These plugins will be built: curl configure: *** checking feature: DASH plug-in *** configure: *** for plug-ins: dash *** checking for LIBXML2... yes configure: *** These plugins will be built: dash configure: *** checking feature: libdc1394 *** configure: *** for plug-ins: dc1394 *** checking for LIBDC1394... no no configure: *** These plugins will not be built: dc1394 configure: *** checking feature: decklink *** configure: *** for plug-ins: decklink *** checking for dlopen in -ldl... (cached) yes configure: *** These plugins will be built: decklink configure: *** checking feature: directfb *** configure: *** for plug-ins: dfbvideosink *** checking for DIRECTFB... no configure: *** These plugins will not be built: dfbvideosink checking for wayland-scanner... /usr/bin/wayland-scanner configure: *** checking feature: wayland sink *** configure: *** for plug-ins: wayland *** checking for WAYLAND... yes configure: *** These plugins will be built: wayland configure: *** checking feature: WebP *** configure: *** for plug-ins: webp *** checking for WEBP... yes configure: *** These plugins will be built: webp configure: *** checking feature: daala *** configure: *** for plug-ins: daala *** checking for DAALA... no configure: *** These plugins will not be built: daala configure: *** checking feature: dts library *** configure: *** for plug-ins: dtsdec *** configure: *** These plugins will not be built: dtsdec configure: *** checking feature: resindvd plugin *** configure: *** for plug-ins: resindvd *** checking for DVDNAV... yes configure: *** These plugins will be built: resindvd configure: *** checking feature: AAC encoder plug-in *** configure: *** for plug-ins: faac *** configure: *** These plugins will not be built: faac configure: *** checking feature: FAAD2 AAC decoder plug-in *** configure: *** for plug-ins: faad *** configure: *** These plugins will not be built: faad configure: *** checking feature: linux framebuffer *** configure: *** for plug-ins: fbdevsink *** checking linux/fb.h usability... yes checking linux/fb.h presence... yes checking for linux/fb.h... yes configure: *** These plugins will be built: fbdevsink configure: *** checking feature: fdkaac plugin *** configure: *** for plug-ins: fdkaac *** checking for FDK_AAC... no checking for FDK_AAC... no configure: *** These plugins will not be built: fdkaac configure: *** checking feature: Flite plugin *** configure: *** for plug-ins: flite *** configure: *** These plugins will not be built: flite configure: *** checking feature: GSM library *** configure: *** for plug-ins: gsmenc gsmdec *** checking for gsm_create in -lgsm... yes checking gsm.h usability... yes checking gsm.h presence... yes checking for gsm.h... yes configure: *** These plugins will be built: gsmenc gsmdec configure: *** checking feature: fluidsynth *** configure: *** for plug-ins: fluidsynth *** checking for FLUIDSYNTH... yes configure: *** These plugins will be built: fluidsynth configure: *** checking feature: Kate *** configure: *** for plug-ins: kate *** checking for KATE... yes checking for TIGER... no configure: *** These plugins will be built: kate configure: *** checking feature: drm/kms libraries *** configure: *** for plug-ins: kms *** checking for GST_ALLOCATORS... yes checking for KMS_DRM... yes configure: *** These plugins will be built: kms configure: *** checking feature: ladspa *** configure: *** for plug-ins: ladspa *** checking ladspa.h usability... yes checking ladspa.h presence... yes checking for ladspa.h... yes checking for LRDF... no configure: *** These plugins will be built: ladspa configure: *** checking feature: LCMS colormanagement plugin *** configure: *** for plug-ins: lcms2 *** checking for LCMS2... yes configure: *** These plugins will be built: lcms2 configure: *** checking feature: lv2 *** configure: *** for plug-ins: lv2 *** checking for LILV... no checking for LILV... no configure: *** These plugins will not be built: lv2 configure: *** checking feature: libde265 HEVC/H.265 decoder *** configure: *** for plug-ins: libde265 *** checking for LIBDE265... no configure: *** These plugins will not be built: libde265 configure: *** checking feature: mms protocol library *** configure: *** for plug-ins: libmms *** configure: *** These plugins will not be built: libmms configure: *** checking feature: srt library *** configure: *** for plug-ins: srt *** checking for SRT... no configure: *** These plugins will not be built: srt configure: *** checking feature: srtp library *** configure: *** for plug-ins: srtp *** checking for SRTP... no configure: Package 'libsrtp2', required by 'virtual:world', not found checking for SRTP... yes configure: *** These plugins will be built: srtp configure: *** checking feature: DTLS plugin *** configure: *** for plug-ins: dtls *** checking for DTLS... yes configure: *** These plugins will be built: dtls configure: *** checking feature: TTML plugin *** configure: *** for plug-ins: ttml *** checking for TTML... yes configure: *** These plugins will be built: ttml configure: *** checking feature: modplug *** configure: *** for plug-ins: modplug *** checking for MODPLUG... yes configure: *** These plugins will be built: modplug checking for MJPEG... no configure: *** checking feature: mpeg2enc *** configure: *** for plug-ins: mpeg2enc *** configure: *** These plugins will not be built: mpeg2enc configure: *** checking feature: mplex *** configure: *** for plug-ins: mplex *** configure: *** These plugins will not be built: mplex configure: *** checking feature: musepackdec *** configure: *** for plug-ins: musepack *** checking mpc/mpcdec.h usability... no checking mpc/mpcdec.h presence... no checking for mpc/mpcdec.h... no checking mpcdec/mpcdec.h usability... yes checking mpcdec/mpcdec.h presence... yes checking for mpcdec/mpcdec.h... yes configure: *** These plugins will be built: musepack configure: *** checking feature: neon http client plugins *** configure: *** for plug-ins: neonhttpsrc *** configure: *** These plugins will not be built: neonhttpsrc configure: *** checking feature: ofa plugins *** configure: *** for plug-ins: ofa *** checking for OFA... yes configure: *** These plugins will be built: ofa configure: *** checking feature: OpenAL plugin *** configure: *** for plug-ins: openal *** checking for OPENAL... yes configure: *** These plugins will be built: openal configure: *** checking feature: opencv plugins *** configure: *** for plug-ins: opencv *** configure: *** These plugins will not be built: opencv configure: *** checking feature: openexr library *** configure: *** for plug-ins: openexr *** checking for OPENEXR... yes configure: *** These plugins will be built: openexr configure: *** checking feature: openh264 library *** configure: *** for plug-ins: openh264 *** checking for OPENH264... no configure: Package 'openh264', required by 'virtual:world', not found configure: *** These plugins will not be built: openh264 configure: *** checking feature: openjpeg library *** configure: *** for plug-ins: openjpeg *** checking for OPENJPEG... no configure: Package 'libopenjp2', required by 'virtual:world', not found checking for OPENJPEG... yes configure: *** These plugins will be built: openjpeg configure: *** checking feature: openmpt *** configure: *** for plug-ins: openmpt *** checking for OPENMPT... no configure: *** These plugins will not be built: openmpt configure: *** checking feature: openni2 library *** configure: *** for plug-ins: openni2 *** checking for OPENNI2... no configure: *** These plugins will not be built: openni2 configure: *** checking feature: opus *** configure: *** for plug-ins: opus *** checking for OPUS... yes configure: *** These plugins will be built: opus configure: *** checking feature: rsvg decoder *** configure: *** for plug-ins: rsvg *** checking for RSVG... yes configure: *** These plugins will be built: rsvg configure: *** checking feature: gl elements *** configure: *** for plug-ins: gl *** configure: *** These plugins will be built: gl configure: *** checking feature: Vulkan elements *** configure: *** for plug-ins: vulkan *** checking vulkan/vulkan.h usability... no checking vulkan/vulkan.h presence... no checking for vulkan/vulkan.h... no configure: *** These plugins will not be built: vulkan configure: *** checking feature: Teletext decoder *** configure: *** for plug-ins: teletextdec *** checking for TELETEXTDEC... yes configure: *** These plugins will be built: teletextdec configure: *** checking feature: wildmidi midi soft synth plugin *** configure: *** for plug-ins: wildmidi *** checking for WildMidi_Init in -lWildMidi... yes checking wildmidi_lib.h usability... yes checking wildmidi_lib.h presence... yes checking for wildmidi_lib.h... yes checking for wildmidi >= 4.0... yes configure: *** These plugins will be built: wildmidi configure: *** checking feature: Smooth Streaming plug-in *** configure: *** for plug-ins: smoothstreaming *** checking for LIBXML2... yes configure: *** These plugins will be built: smoothstreaming configure: *** checking feature: sndfile plug-in *** configure: *** for plug-ins: sfdec sfenc *** checking for SNDFILE... yes configure: *** These plugins will be built: sfdec sfenc configure: *** checking feature: soundtouch plug-in *** configure: *** for plug-ins: soundtouch *** checking for SOUNDTOUCH... yes configure: *** These plugins will be built: soundtouch configure: *** checking feature: spc decoder *** configure: *** for plug-ins: spc *** checking openspc.h usability... no checking openspc.h presence... no checking for openspc.h... no configure: *** These plugins will not be built: spc configure: *** checking feature: gme decoder *** configure: *** for plug-ins: gme *** checking gme/gme.h usability... yes checking gme/gme.h presence... yes checking for gme/gme.h... yes checking for gme_new_emu in -lgme... yes checking for gme_enable_accuracy in -lgme... yes configure: *** These plugins will be built: gme configure: *** checking feature: DVB Source *** configure: *** for plug-ins: dvb *** checking Checking for up to date dvb installation... checking linux/dvb/version.h usability... yes checking linux/dvb/version.h presence... yes checking for linux/dvb/version.h... yes checking for up-to-date dvb API... yes configure: *** These plugins will be built: dvb configure: *** checking feature: Windows ACM library *** configure: *** for plug-ins: acm *** checking Checking for ACM support... checking for windows.h... no checking for msacm.h... no configure: *** These plugins will not be built: acm configure: *** checking feature: VDPAU *** configure: *** for plug-ins: vdpau *** checking for VDPAU... yes configure: Found up to date VDPAU installation configure: *** These plugins will be built: vdpau configure: *** checking feature: SBC bluetooth audio codec *** configure: *** for plug-ins: sbc *** configure: *** These plugins will not be built: sbc configure: *** checking feature: ZBar barcode detector *** configure: *** for plug-ins: zbar *** checking for ZBAR... yes configure: *** These plugins will be built: zbar configure: *** checking feature: rtmp library *** configure: *** for plug-ins: rtmp *** configure: *** These plugins will not be built: rtmp configure: *** checking feature: Spandsp *** configure: *** for plug-ins: spandsp *** configure: *** These plugins will not be built: spandsp configure: *** checking feature: http live streaming plugin *** configure: *** for plug-ins: hls *** checking for NETTLE... yes configure: *** These plugins will be built: hls configure: *** checking feature: x265 plug-in *** configure: *** for plug-ins: x265 *** configure: *** These plugins will not be built: x265 configure: *** checking feature: WebRTC Audio Processing *** configure: *** for plug-ins: webrtcdsp *** checking for WEBRTCDSP... yes checking vector usability... yes checking vector presence... yes checking for vector... yes configure: *** These plugins will be built: webrtcdsp configure: *** checking feature: WebRTC *** configure: *** for plug-ins: webrtc *** checking for NICE... no configure: *** These plugins will not be built: webrtc checking to see if compiler understands -fvisibility=hidden... yes checking to see if c++ compiler understands -fvisibility=hidden... yes checking to see if compiler understands -fno-strict-aliasing... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating common/Makefile config.status: creating common/m4/Makefile config.status: creating gst/Makefile config.status: creating gst/accurip/Makefile config.status: creating gst/adpcmdec/Makefile config.status: creating gst/adpcmenc/Makefile config.status: creating gst/aiff/Makefile config.status: creating gst/videoframe_audiolevel/Makefile config.status: creating gst/asfmux/Makefile config.status: creating gst/audiobuffersplit/Makefile config.status: creating gst/audiofxbad/Makefile config.status: creating gst/audiolatency/Makefile config.status: creating gst/audiomixmatrix/Makefile config.status: creating gst/audiovisualizers/Makefile config.status: creating gst/autoconvert/Makefile config.status: creating gst/bayer/Makefile config.status: creating gst/camerabin2/Makefile config.status: creating gst/coloreffects/Makefile config.status: creating gst/debugutils/Makefile config.status: creating gst/faceoverlay/Makefile config.status: creating gst/festival/Makefile config.status: creating gst/fieldanalysis/Makefile config.status: creating gst/freeverb/Makefile config.status: creating gst/frei0r/Makefile config.status: creating gst/gaudieffects/Makefile config.status: creating gst/geometrictransform/Makefile config.status: creating gst/gdp/Makefile config.status: creating gst/id3tag/Makefile config.status: creating gst/inter/Makefile config.status: creating gst/interlace/Makefile config.status: creating gst/ivfparse/Makefile config.status: creating gst/ivtc/Makefile config.status: creating gst/jp2kdecimator/Makefile config.status: creating gst/jpegformat/Makefile config.status: creating gst/librfb/Makefile config.status: creating gst/midi/Makefile config.status: creating gst/mpegdemux/Makefile config.status: creating gst/mpegtsdemux/Makefile config.status: creating gst/mpegtsmux/Makefile config.status: creating gst/mpegtsmux/tsmux/Makefile config.status: creating gst/mpegpsmux/Makefile config.status: creating gst/mxf/Makefile config.status: creating gst/netsim/Makefile config.status: creating gst/onvif/Makefile config.status: creating gst/pcapparse/Makefile config.status: creating gst/pnm/Makefile config.status: creating gst/proxy/Makefile config.status: creating gst/rawparse/Makefile config.status: creating gst/removesilence/Makefile config.status: creating gst/sdp/Makefile config.status: creating gst/segmentclip/Makefile config.status: creating gst/smooth/Makefile config.status: creating gst/speed/Makefile config.status: creating gst/subenc/Makefile config.status: creating gst/stereo/Makefile config.status: creating gst/timecode/Makefile config.status: creating gst/videofilters/Makefile config.status: creating gst/videoparsers/Makefile config.status: creating gst/videosignal/Makefile config.status: creating gst/vmnc/Makefile config.status: creating gst/y4m/Makefile config.status: creating gst/yadif/Makefile config.status: creating gst/compositor/Makefile config.status: creating gst-libs/Makefile config.status: creating gst-libs/gst/Makefile config.status: creating gst-libs/gst/adaptivedemux/Makefile config.status: creating gst-libs/gst/basecamerabinsrc/Makefile config.status: creating gst-libs/gst/insertbin/Makefile config.status: creating gst-libs/gst/interfaces/Makefile config.status: creating gst-libs/gst/isoff/Makefile config.status: creating gst-libs/gst/codecparsers/Makefile config.status: creating gst-libs/gst/mpegts/Makefile config.status: creating gst-libs/gst/uridownloader/Makefile config.status: creating gst-libs/gst/wayland/Makefile config.status: creating gst-libs/gst/webrtc/Makefile config.status: creating gst-libs/gst/player/Makefile config.status: creating gst-libs/gst/video/Makefile config.status: creating gst-libs/gst/audio/Makefile config.status: creating gst-libs/gst/opencv/Makefile config.status: creating sys/Makefile config.status: creating sys/dshowdecwrapper/Makefile config.status: creating sys/acmenc/Makefile config.status: creating sys/acmmp3dec/Makefile config.status: creating sys/androidmedia/Makefile config.status: creating sys/applemedia/Makefile config.status: creating sys/bluez/Makefile config.status: creating sys/d3dvideosink/Makefile config.status: creating sys/decklink/Makefile config.status: creating sys/directsound/Makefile config.status: creating sys/dshowsrcwrapper/Makefile config.status: creating sys/dshowvideosink/Makefile config.status: creating sys/dvb/Makefile config.status: creating sys/fbdev/Makefile config.status: creating sys/ipcpipeline/Makefile config.status: creating sys/kms/Makefile config.status: creating sys/msdk/Makefile config.status: creating sys/nvdec/Makefile config.status: creating sys/nvenc/Makefile config.status: creating sys/opensles/Makefile config.status: creating sys/shm/Makefile config.status: creating sys/tinyalsa/Makefile config.status: creating sys/uvch264/Makefile config.status: creating sys/vcd/Makefile config.status: creating sys/vdpau/Makefile config.status: creating sys/wasapi/Makefile config.status: creating sys/winks/Makefile config.status: creating sys/winscreencap/Makefile config.status: creating tests/Makefile config.status: creating tests/check/Makefile config.status: creating tests/files/Makefile config.status: creating tests/examples/Makefile config.status: creating tests/examples/avsamplesink/Makefile config.status: creating tests/examples/camerabin2/Makefile config.status: creating tests/examples/codecparsers/Makefile config.status: creating tests/examples/compositor/Makefile config.status: creating tests/examples/directfb/Makefile config.status: creating tests/examples/audiomixmatrix/Makefile config.status: creating tests/examples/ipcpipeline/Makefile config.status: creating tests/examples/mpegts/Makefile config.status: creating tests/examples/mxf/Makefile config.status: creating tests/examples/opencv/Makefile config.status: creating tests/examples/uvch264/Makefile config.status: creating tests/examples/waylandsink/Makefile config.status: creating tests/examples/webrtc/Makefile config.status: creating tests/icles/Makefile config.status: creating ext/voamrwbenc/Makefile config.status: creating ext/voaacenc/Makefile config.status: creating ext/assrender/Makefile config.status: creating ext/aom/Makefile config.status: creating ext/bs2b/Makefile config.status: creating ext/bz2/Makefile config.status: creating ext/chromaprint/Makefile config.status: creating ext/colormanagement/Makefile config.status: creating ext/curl/Makefile config.status: creating ext/dash/Makefile config.status: creating ext/dc1394/Makefile config.status: creating ext/directfb/Makefile config.status: creating ext/wayland/Makefile config.status: creating ext/daala/Makefile config.status: creating ext/dts/Makefile config.status: creating ext/faac/Makefile config.status: creating ext/faad/Makefile config.status: creating ext/fdkaac/Makefile config.status: creating ext/flite/Makefile config.status: creating ext/fluidsynth/Makefile config.status: creating ext/gl/Makefile config.status: creating ext/gsm/Makefile config.status: creating ext/hls/Makefile config.status: creating ext/iqa/Makefile config.status: creating ext/kate/Makefile config.status: creating ext/ladspa/Makefile config.status: creating ext/lv2/Makefile config.status: creating ext/libde265/Makefile config.status: creating ext/libmms/Makefile config.status: creating ext/Makefile config.status: creating ext/modplug/Makefile config.status: creating ext/mpeg2enc/Makefile config.status: creating ext/mplex/Makefile config.status: creating ext/musepack/Makefile config.status: creating ext/neon/Makefile config.status: creating ext/ofa/Makefile config.status: creating ext/openal/Makefile config.status: creating ext/opencv/Makefile config.status: creating ext/openexr/Makefile config.status: creating ext/openh264/Makefile config.status: creating ext/openjpeg/Makefile config.status: creating ext/openmpt/Makefile config.status: creating ext/openni2/Makefile config.status: creating ext/opus/Makefile config.status: creating ext/rsvg/Makefile config.status: creating ext/resindvd/Makefile config.status: creating ext/rtmp/Makefile config.status: creating ext/sbc/Makefile config.status: creating ext/smoothstreaming/Makefile config.status: creating ext/sndfile/Makefile config.status: creating ext/soundtouch/Makefile config.status: creating ext/spandsp/Makefile config.status: creating ext/srt/Makefile config.status: creating ext/srtp/Makefile config.status: creating ext/teletextdec/Makefile config.status: creating ext/gme/Makefile config.status: creating ext/spc/Makefile config.status: creating ext/wildmidi/Makefile config.status: creating ext/vulkan/Makefile config.status: creating ext/vulkan/xcb/Makefile config.status: creating ext/vulkan/wayland/Makefile config.status: creating ext/webp/Makefile config.status: creating ext/x265/Makefile config.status: creating ext/zbar/Makefile config.status: creating ext/dtls/Makefile config.status: creating ext/webrtc/Makefile config.status: creating ext/webrtcdsp/Makefile config.status: creating ext/ttml/Makefile config.status: creating po/Makefile.in config.status: creating docs/Makefile config.status: creating docs/plugins/Makefile config.status: creating docs/libs/Makefile config.status: creating docs/version.entities config.status: creating pkgconfig/Makefile config.status: creating pkgconfig/gstreamer-plugins-bad.pc config.status: creating pkgconfig/gstreamer-plugins-bad-uninstalled.pc config.status: creating pkgconfig/gstreamer-codecparsers.pc config.status: creating pkgconfig/gstreamer-codecparsers-uninstalled.pc config.status: creating pkgconfig/gstreamer-insertbin.pc config.status: creating pkgconfig/gstreamer-insertbin-uninstalled.pc config.status: creating pkgconfig/gstreamer-mpegts.pc config.status: creating pkgconfig/gstreamer-mpegts-uninstalled.pc config.status: creating pkgconfig/gstreamer-player.pc config.status: creating pkgconfig/gstreamer-player-uninstalled.pc config.status: creating pkgconfig/gstreamer-wayland.pc config.status: creating pkgconfig/gstreamer-wayland-uninstalled.pc config.status: creating pkgconfig/gstreamer-webrtc.pc config.status: creating pkgconfig/gstreamer-webrtc-uninstalled.pc config.status: creating pkgconfig/gstreamer-bad-video.pc config.status: creating pkgconfig/gstreamer-bad-video-uninstalled.pc config.status: creating pkgconfig/gstreamer-bad-audio.pc config.status: creating pkgconfig/gstreamer-bad-audio-uninstalled.pc config.status: creating tools/Makefile config.status: creating m4/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing _stdint.h commands config.status: creating _stdint.h : _GST_PLUGINS_BAD__STDINT_H config.status: executing ext/vulkan/vkconfig.h commands config.status: ext/vulkan/vkconfig.h is unchanged configure: WARNING: unrecognized options: --disable-nas, --disable-mimic, --disable-xvid, --disable-mpg123 configure: *** Plug-ins without external dependencies that will be built: accurip adpcmdec adpcmenc aiff asfmux audiobuffersplit audiofxbad audiolatency audiomixmatrix audiovisualizers autoconvert bayer camerabin2 coloreffects compositor debugutils faceoverlay festival fieldanalysis freeverb frei0r gaudieffects gdp geometrictransform id3tag inter interlace ivfparse ivtc jp2kdecimator jpegformat librfb midi mpegdemux mpegpsmux mpegtsdemux mpegtsmux mxf netsim onvif pcapparse pnm proxy rawparse removesilence sdp segmentclip smooth speed stereo subenc timecode videofilters videoframe_audiolevel videoparsers videosignal vmnc y4m yadif configure: *** Plug-ins without external dependencies that will NOT be built: configure: *** Plug-ins that have NOT been ported: configure: *** Plug-ins with dependencies that will be built: assrender bluez bs2b bz2 chromaprint curl dash decklink dtls dvb fbdevsink fluidsynth gl gme gsmenc gsmdec hls ipcpipeline kate kms ladspa lcms2 modplug musepack ofa openal openexr openjpeg opus resindvd rsvg sfdec sfenc shm smoothstreaming soundtouch srtp teletextdec ttml uvch264 vcdsrc vdpau wayland webp webrtcdsp wildmidi zbar configure: *** Plug-ins with dependencies that will NOT be built: acm androidmedia aom applemedia avcsrc daala dc1394 dfbvideosink direct3dsink directsoundsrc dtsdec faac faad fdkaac flite iqa libde265 libmms lv2 mpeg2enc mplex msdk neonhttpsrc nvdec nvenc opencv openh264 openmpt openni2 opensl rtmp sbc spandsp spc srt tinyalsa vo-aacenc vo-amrwbenc vulkan wasapi webrtc winks winscreencap x265 configure: *** Orc acceleration enabled. + /usr/bin/make -O -j4 /usr/bin/make all-recursive Making all in gst-libs Making all in gst /usr/bin/make -C interfaces /usr/bin/make -C basecamerabinsrc /usr/bin/make -C codecparsers /usr/bin/make -C insertbin make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/interfaces' glib-mkenums \ --fhead "#include \"photography-enumtypes.h\"\n\n#include \"photography.h\"" \ --fprod "\n/* enumerations from \"@filename@\" */" \ --vhead "GType\n@enum_name@_get_type (void)\n{\n static volatile gsize g_define_type_id__volatile = 0;\n if (g_once_init_enter (&g_define_type_id__volatile)) {\n static const G@Type@Value values[] = {" \ --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \ --vtail " { 0, NULL, NULL }\n };\n GType g_define_type_id = g_@type@_register_static (\"@EnumName@\", values);\n g_once_init_leave (&g_define_type_id__volatile, g_define_type_id);\n }\n return g_define_type_id__volatile;\n}\n" \ photography.h > photography-enumtypes.c make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/interfaces' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/interfaces' glib-mkenums \ --fhead "#ifndef __GST_PHOTOGRAPHY_ENUM_TYPES_H__\n#define __GST_PHOTOGRAPHY_ENUM_TYPES_H__\n\n#include \n#include \nG_BEGIN_DECLS\n" \ --fprod "\n/* enumerations from \"@filename@\" */\n" \ --vhead "GST_PHOTOGRAPHY_API\nGType @enum_name@_get_type (void);\n#define GST_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \ --ftail "G_END_DECLS\n\n#endif /* __GST_PHOTOGRAPHY_ENUM_TYPES_H__ */" \ photography.h > photography-enumtypes.h make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/interfaces' /usr/bin/make all-am make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/basecamerabinsrc' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstbasecamerabinsrc_1.0_la-gstcamerabin-enum.lo `test -f 'gstcamerabin-enum.c' || echo './'`gstcamerabin-enum.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstcamerabin-enum.c -fPIC -DPIC -o .libs/libgstbasecamerabinsrc_1.0_la-gstcamerabin-enum.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/basecamerabinsrc' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/insertbin' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstinsertbin_1.0_la-gstinsertbin.lo `test -f 'gstinsertbin.c' || echo './'`gstinsertbin.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstinsertbin.c -fPIC -DPIC -o .libs/libgstinsertbin_1.0_la-gstinsertbin.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/insertbin' make[5]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/interfaces' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -DGST_USE_UNSTABLE_API -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstphotography_1.0_la-photography.lo `test -f 'photography.c' || echo './'`photography.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -DGST_USE_UNSTABLE_API -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c photography.c -fPIC -DPIC -o .libs/libgstphotography_1.0_la-photography.o make[5]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/interfaces' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/insertbin' /bin/sh ../../../libtool --tag=CC --mode=link gcc -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -no-undefined -Wl,-Bsymbolic-functions -version-info 1400:0:1400 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstinsertbin-1.0.la -rpath /usr/lib64 libgstinsertbin_1.0_la-gstinsertbin.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstinsertbin_1.0_la-gstinsertbin.o -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstinsertbin-1.0.so.0 -o .libs/libgstinsertbin-1.0.so.0.1400.0 libtool: link: (cd ".libs" && rm -f "libgstinsertbin-1.0.so.0" && ln -s "libgstinsertbin-1.0.so.0.1400.0" "libgstinsertbin-1.0.so.0") libtool: link: (cd ".libs" && rm -f "libgstinsertbin-1.0.so" && ln -s "libgstinsertbin-1.0.so.0.1400.0" "libgstinsertbin-1.0.so") libtool: link: ( cd ".libs" && rm -f "libgstinsertbin-1.0.la" && ln -s "../libgstinsertbin-1.0.la" "libgstinsertbin-1.0.la" ) make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/insertbin' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/basecamerabinsrc' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstbasecamerabinsrc_1.0_la-gstcamerabinpreview.lo `test -f 'gstcamerabinpreview.c' || echo './'`gstcamerabinpreview.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstcamerabinpreview.c -fPIC -DPIC -o .libs/libgstbasecamerabinsrc_1.0_la-gstcamerabinpreview.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/basecamerabinsrc' make[5]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/interfaces' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -DGST_USE_UNSTABLE_API -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstphotography_1.0_la-photography-enumtypes.lo `test -f 'photography-enumtypes.c' || echo './'`photography-enumtypes.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -DGST_USE_UNSTABLE_API -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c photography-enumtypes.c -fPIC -DPIC -o .libs/libgstphotography_1.0_la-photography-enumtypes.o make[5]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/interfaces' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/basecamerabinsrc' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstbasecamerabinsrc_1.0_la-gstbasecamerasrc.lo `test -f 'gstbasecamerasrc.c' || echo './'`gstbasecamerasrc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstbasecamerasrc.c -fPIC -DPIC -o .libs/libgstbasecamerabinsrc_1.0_la-gstbasecamerasrc.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/basecamerabinsrc' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcodecparsers_1.0_la-gstmpegvideoparser.lo `test -f 'gstmpegvideoparser.c' || echo './'`gstmpegvideoparser.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstmpegvideoparser.c -fPIC -DPIC -o .libs/libgstcodecparsers_1.0_la-gstmpegvideoparser.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' make[5]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/interfaces' /bin/sh ../../../libtool --tag=CC --mode=link gcc -DGST_USE_UNSTABLE_API -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -no-undefined -Wl,-Bsymbolic-functions -version-info 1400:0:1400 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstphotography-1.0.la -rpath /usr/lib64 libgstphotography_1.0_la-photography.lo libgstphotography_1.0_la-photography-enumtypes.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstphotography_1.0_la-photography.o .libs/libgstphotography_1.0_la-photography-enumtypes.o -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstphotography-1.0.so.0 -o .libs/libgstphotography-1.0.so.0.1400.0 libtool: link: (cd ".libs" && rm -f "libgstphotography-1.0.so.0" && ln -s "libgstphotography-1.0.so.0.1400.0" "libgstphotography-1.0.so.0") libtool: link: (cd ".libs" && rm -f "libgstphotography-1.0.so" && ln -s "libgstphotography-1.0.so.0.1400.0" "libgstphotography-1.0.so") libtool: link: ( cd ".libs" && rm -f "libgstphotography-1.0.la" && ln -s "../libgstphotography-1.0.la" "libgstphotography-1.0.la" ) make[5]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/interfaces' /usr/bin/make -C uridownloader make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/basecamerabinsrc' /bin/sh ../../../libtool --tag=CC --mode=link gcc -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -no-undefined -Wl,-Bsymbolic-functions -version-info 1400:0:1400 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstbasecamerabinsrc-1.0.la -rpath /usr/lib64 libgstbasecamerabinsrc_1.0_la-gstcamerabin-enum.lo libgstbasecamerabinsrc_1.0_la-gstcamerabinpreview.lo libgstbasecamerabinsrc_1.0_la-gstbasecamerasrc.lo -lgstapp-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstbasecamerabinsrc_1.0_la-gstcamerabin-enum.o .libs/libgstbasecamerabinsrc_1.0_la-gstcamerabinpreview.o .libs/libgstbasecamerabinsrc_1.0_la-gstbasecamerasrc.o -lgstapp-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstbasecamerabinsrc-1.0.so.0 -o .libs/libgstbasecamerabinsrc-1.0.so.0.1400.0 libtool: link: (cd ".libs" && rm -f "libgstbasecamerabinsrc-1.0.so.0" && ln -s "libgstbasecamerabinsrc-1.0.so.0.1400.0" "libgstbasecamerabinsrc-1.0.so.0") libtool: link: (cd ".libs" && rm -f "libgstbasecamerabinsrc-1.0.so" && ln -s "libgstbasecamerabinsrc-1.0.so.0.1400.0" "libgstbasecamerabinsrc-1.0.so") libtool: link: ( cd ".libs" && rm -f "libgstbasecamerabinsrc-1.0.la" && ln -s "../libgstbasecamerabinsrc-1.0.la" "libgstbasecamerabinsrc-1.0.la" ) make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/basecamerabinsrc' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/insertbin' PKG_CONFIG_PATH="../../../pkgconfig::/usr/lib64/pkgconfig:/usr/share/pkgconfig" GI_SCANNER_DISABLE_CACHE=yes\ GST_PLUGIN_SYSTEM_PATH_1_0="" GST_PLUGIN_PATH_1_0="" GST_REGISTRY_UPDATE=no \ CPPFLAGS="" CFLAGS="-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 " LDFLAGS="-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld" CC="gcc" PKG_CONFIG="/usr/bin/riscv64-redhat-linux-gnu-pkg-config" DLLTOOL="false" \ /usr/bin/g-ir-scanner -v --namespace GstInsertBin \ --nsversion=1.0 \ --identifier-prefix=Gst \ --symbol-prefix=gst \ --warn-all \ --c-include "gst/insertbin/gstinsertbin.h" \ -I../../../gst-libs \ -I../../../gst-libs \ --add-include-path=`PKG_CONFIG_PATH="../../../pkgconfig::/usr/lib64/pkgconfig:/usr/share/pkgconfig" /usr/bin/riscv64-redhat-linux-gnu-pkg-config --variable=girdir gstreamer-1.0` \ --add-include-path=`PKG_CONFIG_PATH="../../../pkgconfig::/usr/lib64/pkgconfig:/usr/share/pkgconfig" /usr/bin/riscv64-redhat-linux-gnu-pkg-config --variable=girdir gstreamer-base-1.0` \ --library=libgstinsertbin-1.0.la \ --include=Gst-1.0 \ --include=GstBase-1.0 \ --libtool="../../../libtool" \ --pkg gstreamer-1.0 \ --pkg gstreamer-base-1.0 \ --pkg-export gstreamer-insertbin-1.0 \ --add-init-section="extern void gst_init(gint*,gchar**); gst_init(NULL,NULL);" \ -DGST_USE_UNSTABLE_API \ --output GstInsertBin-1.0.gir \ ./gstinsertbin.h \ ./gstinsertbin.c g-ir-scanner: link: ../../../libtool --mode=link --tag=CC gcc -o /builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/insertbin/tmp-introspectuj3tdcw_/GstInsertBin-1.0 -export-dynamic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 /builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/insertbin/tmp-introspectuj3tdcw_/GstInsertBin-1.0.o -L. libgstinsertbin-1.0.la -lgio-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld libtool: link: gcc -o /builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/insertbin/tmp-introspectuj3tdcw_/.libs/GstInsertBin-1.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 /builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/insertbin/tmp-introspectuj3tdcw_/GstInsertBin-1.0.o -Wl,--export-dynamic -pthread -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--export-dynamic -L. ./.libs/libgstinsertbin-1.0.so -lgio-2.0 -lgmodule-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -pthread make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/insertbin' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/insertbin' PKG_CONFIG_PATH="../../../pkgconfig::/usr/lib64/pkgconfig:/usr/share/pkgconfig" \ /usr/bin/g-ir-compiler \ --includedir=. \ --includedir=. \ --includedir=`PKG_CONFIG_PATH="../../../pkgconfig::/usr/lib64/pkgconfig:/usr/share/pkgconfig" /usr/bin/riscv64-redhat-linux-gnu-pkg-config --variable=girdir gstreamer-1.0` \ --includedir=`PKG_CONFIG_PATH="../../../pkgconfig::/usr/lib64/pkgconfig:/usr/share/pkgconfig" /usr/bin/riscv64-redhat-linux-gnu-pkg-config --variable=girdir gstreamer-base-1.0` \ GstInsertBin-1.0.gir -o GstInsertBin-1.0.typelib make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/insertbin' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/uridownloader' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgsturidownloader_1.0_la-gstfragment.lo `test -f 'gstfragment.c' || echo './'`gstfragment.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstfragment.c -fPIC -DPIC -o .libs/libgsturidownloader_1.0_la-gstfragment.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/uridownloader' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcodecparsers_1.0_la-gsth264parser.lo `test -f 'gsth264parser.c' || echo './'`gsth264parser.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gsth264parser.c -fPIC -DPIC -o .libs/libgstcodecparsers_1.0_la-gsth264parser.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' /usr/bin/make -C mpegts make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts' glib-mkenums \ --fhead "#include \"gstmpegts-enumtypes.h\"\n\n#include \"gstmpegtssection.h\" \n#include \"gstmpegtsdescriptor.h\" \n#include \"gst-atsc-section.h\" \n#include \"gst-dvb-section.h\" \n#include \"gst-scte-section.h\" \n#include \"gst-dvb-descriptor.h\"" \ --fprod "\n/* enumerations from \"@filename@\" */" \ --vhead "GType\n@enum_name@_get_type (void)\n{\n static volatile gsize g_define_type_id__volatile = 0;\n if (g_once_init_enter (&g_define_type_id__volatile)) {\n static const G@Type@Value values[] = {" \ --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \ --vtail " { 0, NULL, NULL }\n };\n GType g_define_type_id = g_@type@_register_static (\"@EnumName@\", values);\n g_once_init_leave (&g_define_type_id__volatile, g_define_type_id);\n }\n return g_define_type_id__volatile;\n}\n" \ gstmpegtssection.h gstmpegtsdescriptor.h gst-atsc-section.h gst-dvb-section.h gst-scte-section.h gst-dvb-descriptor.h > gstmpegts-enumtypes.c make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/uridownloader' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgsturidownloader_1.0_la-gsturidownloader.lo `test -f 'gsturidownloader.c' || echo './'`gsturidownloader.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gsturidownloader.c -fPIC -DPIC -o .libs/libgsturidownloader_1.0_la-gsturidownloader.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/uridownloader' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts' glib-mkenums \ --fhead "#ifndef __GST_MPEGTS_ENUM_TYPES_H__\n#define __GST_MPEGTS_ENUM_TYPES_H__\n\n#include \n#include \nG_BEGIN_DECLS\n" \ --fprod "\n/* enumerations from \"@filename@\" */\n" \ --vhead "GST_MPEGTS_API\nGType @enum_name@_get_type (void);\n#define GST_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \ --ftail "G_END_DECLS\n\n#endif /* __GST_MPEGTS_ENUM_TYPES_H__ */" \ gstmpegtssection.h gstmpegtsdescriptor.h gst-atsc-section.h gst-dvb-section.h gst-scte-section.h gst-dvb-descriptor.h > gstmpegts-enumtypes.h make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts' /usr/bin/make all-am make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/uridownloader' /bin/sh ../../../libtool --tag=CC --mode=link gcc -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -no-undefined -Wl,-Bsymbolic-functions -version-info 1400:0:1400 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgsturidownloader-1.0.la -rpath /usr/lib64 libgsturidownloader_1.0_la-gstfragment.lo libgsturidownloader_1.0_la-gsturidownloader.lo -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgsturidownloader_1.0_la-gstfragment.o .libs/libgsturidownloader_1.0_la-gsturidownloader.o -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgsturidownloader-1.0.so.0 -o .libs/libgsturidownloader-1.0.so.0.1400.0 libtool: link: (cd ".libs" && rm -f "libgsturidownloader-1.0.so.0" && ln -s "libgsturidownloader-1.0.so.0.1400.0" "libgsturidownloader-1.0.so.0") libtool: link: (cd ".libs" && rm -f "libgsturidownloader-1.0.so" && ln -s "libgsturidownloader-1.0.so.0.1400.0" "libgsturidownloader-1.0.so") libtool: link: ( cd ".libs" && rm -f "libgsturidownloader-1.0.la" && ln -s "../libgsturidownloader-1.0.la" "libgsturidownloader-1.0.la" ) make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/uridownloader' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcodecparsers_1.0_la-gstvc1parser.lo `test -f 'gstvc1parser.c' || echo './'`gstvc1parser.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstvc1parser.c -fPIC -DPIC -o .libs/libgstcodecparsers_1.0_la-gstvc1parser.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' make[5]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmpegts_1.0_la-gstmpegtssection.lo `test -f 'gstmpegtssection.c' || echo './'`gstmpegtssection.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstmpegtssection.c -fPIC -DPIC -o .libs/libgstmpegts_1.0_la-gstmpegtssection.o make[5]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts' make[5]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmpegts_1.0_la-gstmpegtsdescriptor.lo `test -f 'gstmpegtsdescriptor.c' || echo './'`gstmpegtsdescriptor.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstmpegtsdescriptor.c -fPIC -DPIC -o .libs/libgstmpegts_1.0_la-gstmpegtsdescriptor.o make[5]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcodecparsers_1.0_la-gstmpeg4parser.lo `test -f 'gstmpeg4parser.c' || echo './'`gstmpeg4parser.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstmpeg4parser.c -fPIC -DPIC -o .libs/libgstcodecparsers_1.0_la-gstmpeg4parser.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcodecparsers_1.0_la-gstvp8parser.lo `test -f 'gstvp8parser.c' || echo './'`gstvp8parser.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstvp8parser.c -fPIC -DPIC -o .libs/libgstcodecparsers_1.0_la-gstvp8parser.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' make[5]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmpegts_1.0_la-gst-dvb-descriptor.lo `test -f 'gst-dvb-descriptor.c' || echo './'`gst-dvb-descriptor.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gst-dvb-descriptor.c -fPIC -DPIC -o .libs/libgstmpegts_1.0_la-gst-dvb-descriptor.o make[5]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcodecparsers_1.0_la-gstvp8rangedecoder.lo `test -f 'gstvp8rangedecoder.c' || echo './'`gstvp8rangedecoder.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstvp8rangedecoder.c -fPIC -DPIC -o .libs/libgstcodecparsers_1.0_la-gstvp8rangedecoder.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' make[5]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmpegts_1.0_la-gst-dvb-section.lo `test -f 'gst-dvb-section.c' || echo './'`gst-dvb-section.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gst-dvb-section.c -fPIC -DPIC -o .libs/libgstmpegts_1.0_la-gst-dvb-section.o make[5]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcodecparsers_1.0_la-parserutils.lo `test -f 'parserutils.c' || echo './'`parserutils.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c parserutils.c -fPIC -DPIC -o .libs/libgstcodecparsers_1.0_la-parserutils.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcodecparsers_1.0_la-nalutils.lo `test -f 'nalutils.c' || echo './'`nalutils.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c nalutils.c -fPIC -DPIC -o .libs/libgstcodecparsers_1.0_la-nalutils.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' /usr/bin/make -C player make[5]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmpegts_1.0_la-gst-atsc-section.lo `test -f 'gst-atsc-section.c' || echo './'`gst-atsc-section.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gst-atsc-section.c -fPIC -DPIC -o .libs/libgstmpegts_1.0_la-gst-atsc-section.o make[5]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts' /usr/bin/make -C isoff make[5]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmpegts_1.0_la-gstmpegts-enumtypes.lo `test -f 'gstmpegts-enumtypes.c' || echo './'`gstmpegts-enumtypes.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstmpegts-enumtypes.c -fPIC -DPIC -o .libs/libgstmpegts_1.0_la-gstmpegts-enumtypes.o make[5]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcodecparsers_1.0_la-gsth265parser.lo `test -f 'gsth265parser.c' || echo './'`gsth265parser.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gsth265parser.c -fPIC -DPIC -o .libs/libgstcodecparsers_1.0_la-gsth265parser.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' make[5]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts' /bin/sh ../../../libtool --tag=CC --mode=link gcc -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -no-undefined -Wl,-Bsymbolic-functions -version-info 1400:0:1400 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstmpegts-1.0.la -rpath /usr/lib64 libgstmpegts_1.0_la-gstmpegtssection.lo libgstmpegts_1.0_la-gstmpegtsdescriptor.lo libgstmpegts_1.0_la-gst-dvb-descriptor.lo libgstmpegts_1.0_la-gst-dvb-section.lo libgstmpegts_1.0_la-gst-atsc-section.lo libgstmpegts_1.0_la-gstmpegts-enumtypes.lo -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstmpegts_1.0_la-gstmpegtssection.o .libs/libgstmpegts_1.0_la-gstmpegtsdescriptor.o .libs/libgstmpegts_1.0_la-gst-dvb-descriptor.o .libs/libgstmpegts_1.0_la-gst-dvb-section.o .libs/libgstmpegts_1.0_la-gst-atsc-section.o .libs/libgstmpegts_1.0_la-gstmpegts-enumtypes.o -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstmpegts-1.0.so.0 -o .libs/libgstmpegts-1.0.so.0.1400.0 libtool: link: (cd ".libs" && rm -f "libgstmpegts-1.0.so.0" && ln -s "libgstmpegts-1.0.so.0.1400.0" "libgstmpegts-1.0.so.0") libtool: link: (cd ".libs" && rm -f "libgstmpegts-1.0.so" && ln -s "libgstmpegts-1.0.so.0.1400.0" "libgstmpegts-1.0.so") libtool: link: ( cd ".libs" && rm -f "libgstmpegts-1.0.la" && ln -s "../libgstmpegts-1.0.la" "libgstmpegts-1.0.la" ) make[5]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcodecparsers_1.0_la-dboolhuff.lo `test -f 'dboolhuff.c' || echo './'`dboolhuff.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dboolhuff.c -fPIC -DPIC -o .libs/libgstcodecparsers_1.0_la-dboolhuff.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/isoff' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstisoff_1.0_la-gstisoff.lo `test -f 'gstisoff.c' || echo './'`gstisoff.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstisoff.c -fPIC -DPIC -o .libs/libgstisoff_1.0_la-gstisoff.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/isoff' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcodecparsers_1.0_la-vp8utils.lo `test -f 'vp8utils.c' || echo './'`vp8utils.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c vp8utils.c -fPIC -DPIC -o .libs/libgstcodecparsers_1.0_la-vp8utils.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/isoff' /bin/sh ../../../libtool --tag=CC --mode=link gcc -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -no-undefined -Wl,-Bsymbolic-functions -version-info 1400:0:1400 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstisoff-1.0.la -rpath /usr/lib64 libgstisoff_1.0_la-gstisoff.lo -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstisoff_1.0_la-gstisoff.o -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstisoff-1.0.so.0 -o .libs/libgstisoff-1.0.so.0.1400.0 libtool: link: (cd ".libs" && rm -f "libgstisoff-1.0.so.0" && ln -s "libgstisoff-1.0.so.0.1400.0" "libgstisoff-1.0.so.0") libtool: link: (cd ".libs" && rm -f "libgstisoff-1.0.so" && ln -s "libgstisoff-1.0.so.0.1400.0" "libgstisoff-1.0.so") libtool: link: ( cd ".libs" && rm -f "libgstisoff-1.0.la" && ln -s "../libgstisoff-1.0.la" "libgstisoff-1.0.la" ) make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/isoff' /usr/bin/make -C wayland make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstplayer_1.0_la-gstplayer.lo `test -f 'gstplayer.c' || echo './'`gstplayer.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstplayer.c -fPIC -DPIC -o .libs/libgstplayer_1.0_la-gstplayer.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcodecparsers_1.0_la-gstjpegparser.lo `test -f 'gstjpegparser.c' || echo './'`gstjpegparser.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstjpegparser.c -fPIC -DPIC -o .libs/libgstcodecparsers_1.0_la-gstjpegparser.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/wayland' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libdrm -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstwayland_1.0_la-wayland.lo `test -f 'wayland.c' || echo './'`wayland.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libdrm -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c wayland.c -fPIC -DPIC -o .libs/libgstwayland_1.0_la-wayland.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/wayland' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstplayer_1.0_la-gstplayer-signal-dispatcher.lo `test -f 'gstplayer-signal-dispatcher.c' || echo './'`gstplayer-signal-dispatcher.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstplayer-signal-dispatcher.c -fPIC -DPIC -o .libs/libgstplayer_1.0_la-gstplayer-signal-dispatcher.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/wayland' /bin/sh ../../../libtool --tag=CC --mode=link gcc -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libdrm -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -no-undefined -Wl,-Bsymbolic-functions -version-info 1400:0:1400 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstwayland-1.0.la -rpath /usr/lib64 libgstwayland_1.0_la-wayland.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lwayland-client -ldrm -lgstvideo-1.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstwayland_1.0_la-wayland.o -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lwayland-client -ldrm -lgstvideo-1.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstwayland-1.0.so.0 -o .libs/libgstwayland-1.0.so.0.1400.0 libtool: link: (cd ".libs" && rm -f "libgstwayland-1.0.so.0" && ln -s "libgstwayland-1.0.so.0.1400.0" "libgstwayland-1.0.so.0") libtool: link: (cd ".libs" && rm -f "libgstwayland-1.0.so" && ln -s "libgstwayland-1.0.so.0.1400.0" "libgstwayland-1.0.so") libtool: link: ( cd ".libs" && rm -f "libgstwayland-1.0.la" && ln -s "../libgstwayland-1.0.la" "libgstwayland-1.0.la" ) make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/wayland' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcodecparsers_1.0_la-gstmpegvideometa.lo `test -f 'gstmpegvideometa.c' || echo './'`gstmpegvideometa.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstmpegvideometa.c -fPIC -DPIC -o .libs/libgstcodecparsers_1.0_la-gstmpegvideometa.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstplayer_1.0_la-gstplayer-video-renderer.lo `test -f 'gstplayer-video-renderer.c' || echo './'`gstplayer-video-renderer.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstplayer-video-renderer.c -fPIC -DPIC -o .libs/libgstplayer_1.0_la-gstplayer-video-renderer.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcodecparsers_1.0_la-gstjpeg2000sampling.lo `test -f 'gstjpeg2000sampling.c' || echo './'`gstjpeg2000sampling.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstjpeg2000sampling.c -fPIC -DPIC -o .libs/libgstcodecparsers_1.0_la-gstjpeg2000sampling.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstplayer_1.0_la-gstplayer-media-info.lo `test -f 'gstplayer-media-info.c' || echo './'`gstplayer-media-info.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstplayer-media-info.c -fPIC -DPIC -o .libs/libgstplayer_1.0_la-gstplayer-media-info.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player' make[5]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts' PKG_CONFIG_PATH="../../../pkgconfig::/usr/lib64/pkgconfig:/usr/share/pkgconfig" GI_SCANNER_DISABLE_CACHE=yes\ GST_PLUGIN_SYSTEM_PATH_1_0="" GST_PLUGIN_PATH_1_0="" GST_REGISTRY_UPDATE=no \ CPPFLAGS="" CFLAGS="-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 " LDFLAGS="-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld" CC="gcc" PKG_CONFIG="/usr/bin/riscv64-redhat-linux-gnu-pkg-config" DLLTOOL="false" \ /usr/bin/g-ir-scanner -v --namespace GstMpegts \ --nsversion=1.0 \ --identifier-prefix=GstMpegts \ --symbol-prefix=gst_mpegts \ --symbol-prefix=gst \ --warn-all -v \ --c-include "gst/mpegts/mpegts.h" \ -I../../../gst-libs \ -I../../../gst-libs \ --add-include-path=`PKG_CONFIG_PATH="../../../pkgconfig::/usr/lib64/pkgconfig:/usr/share/pkgconfig" /usr/bin/riscv64-redhat-linux-gnu-pkg-config --variable=girdir gstreamer-1.0` \ --add-include-path=`PKG_CONFIG_PATH="../../../pkgconfig::/usr/lib64/pkgconfig:/usr/share/pkgconfig" /usr/bin/riscv64-redhat-linux-gnu-pkg-config --variable=girdir gstreamer-video-1.0` \ --library=libgstmpegts-1.0.la \ --include=Gst-1.0 \ --libtool="../../../libtool" \ --pkg gstreamer-1.0 \ --pkg gstreamer-video-1.0 \ --pkg-export gstreamer-mpegts-1.0 \ --add-init-section="extern void gst_init(gint*,gchar**); gst_init(NULL,NULL);" \ -DGST_USE_UNSTABLE_API \ --output GstMpegts-1.0.gir \ ./gstmpegtssection.h ./gst-atsc-section.h ./gst-dvb-section.h ./gst-scte-section.h ./gstmpegtsdescriptor.h ./gst-dvb-descriptor.h ./mpegts-prelude.h ./mpegts.h \ ./gstmpegtssection.c ./gstmpegtsdescriptor.c ./gst-dvb-descriptor.c ./gst-dvb-section.c ./gst-atsc-section.c g-ir-scanner: link: ../../../libtool --mode=link --tag=CC gcc -o /builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts/tmp-introspectuqidhjcs/GstMpegts-1.0 -export-dynamic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 /builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts/tmp-introspectuqidhjcs/GstMpegts-1.0.o -L. libgstmpegts-1.0.la -lgio-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld libtool: link: gcc -o /builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts/tmp-introspectuqidhjcs/.libs/GstMpegts-1.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 /builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts/tmp-introspectuqidhjcs/GstMpegts-1.0.o -Wl,--export-dynamic -pthread -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--export-dynamic -L. ./.libs/libgstmpegts-1.0.so -lgio-2.0 -lgmodule-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -pthread make[5]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstplayer_1.0_la-gstplayer-g-main-context-signal-dispatcher.lo `test -f 'gstplayer-g-main-context-signal-dispatcher.c' || echo './'`gstplayer-g-main-context-signal-dispatcher.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstplayer-g-main-context-signal-dispatcher.c -fPIC -DPIC -o .libs/libgstplayer_1.0_la-gstplayer-g-main-context-signal-dispatcher.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player' make[5]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts' PKG_CONFIG_PATH="../../../pkgconfig::/usr/lib64/pkgconfig:/usr/share/pkgconfig" \ /usr/bin/g-ir-compiler \ --includedir=. \ --includedir=. \ --includedir=`PKG_CONFIG_PATH="../../../pkgconfig::/usr/lib64/pkgconfig:/usr/share/pkgconfig" /usr/bin/riscv64-redhat-linux-gnu-pkg-config --variable=girdir gstreamer-1.0` \ --includedir=`PKG_CONFIG_PATH="../../../pkgconfig::/usr/lib64/pkgconfig:/usr/share/pkgconfig" /usr/bin/riscv64-redhat-linux-gnu-pkg-config --variable=girdir gstreamer-base-1.0` \ GstMpegts-1.0.gir -o GstMpegts-1.0.typelib make[5]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcodecparsers_1.0_la-vp9utils.lo `test -f 'vp9utils.c' || echo './'`vp9utils.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c vp9utils.c -fPIC -DPIC -o .libs/libgstcodecparsers_1.0_la-vp9utils.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcodecparsers_1.0_la-gstvp9parser.lo `test -f 'gstvp9parser.c' || echo './'`gstvp9parser.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstvp9parser.c -fPIC -DPIC -o .libs/libgstcodecparsers_1.0_la-gstvp9parser.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstplayer_1.0_la-gstplayer-video-overlay-video-renderer.lo `test -f 'gstplayer-video-overlay-video-renderer.c' || echo './'`gstplayer-video-overlay-video-renderer.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstplayer-video-overlay-video-renderer.c -fPIC -DPIC -o .libs/libgstplayer_1.0_la-gstplayer-video-overlay-video-renderer.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstplayer_1.0_la-gstplayer-visualization.lo `test -f 'gstplayer-visualization.c' || echo './'`gstplayer-visualization.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstplayer-visualization.c -fPIC -DPIC -o .libs/libgstplayer_1.0_la-gstplayer-visualization.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player' /bin/sh ../../../libtool --tag=CC --mode=link gcc -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -no-undefined -Wl,-Bsymbolic-functions -version-info 1400:0:1400 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstplayer-1.0.la -rpath /usr/lib64 libgstplayer_1.0_la-gstplayer.lo libgstplayer_1.0_la-gstplayer-signal-dispatcher.lo libgstplayer_1.0_la-gstplayer-video-renderer.lo libgstplayer_1.0_la-gstplayer-media-info.lo libgstplayer_1.0_la-gstplayer-g-main-context-signal-dispatcher.lo libgstplayer_1.0_la-gstplayer-video-overlay-video-renderer.lo libgstplayer_1.0_la-gstplayer-visualization.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstaudio-1.0 -lgsttag-1.0 -lgstpbutils-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm libtool: link: gcc -shared -fPIC -DPIC .libs/libgstplayer_1.0_la-gstplayer.o .libs/libgstplayer_1.0_la-gstplayer-signal-dispatcher.o .libs/libgstplayer_1.0_la-gstplayer-video-renderer.o .libs/libgstplayer_1.0_la-gstplayer-media-info.o .libs/libgstplayer_1.0_la-gstplayer-g-main-context-signal-dispatcher.o .libs/libgstplayer_1.0_la-gstplayer-video-overlay-video-renderer.o .libs/libgstplayer_1.0_la-gstplayer-visualization.o -lgstvideo-1.0 -lgstaudio-1.0 -lgsttag-1.0 -lgstpbutils-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstplayer-1.0.so.0 -o .libs/libgstplayer-1.0.so.0.1400.0 libtool: link: (cd ".libs" && rm -f "libgstplayer-1.0.so.0" && ln -s "libgstplayer-1.0.so.0.1400.0" "libgstplayer-1.0.so.0") libtool: link: (cd ".libs" && rm -f "libgstplayer-1.0.so" && ln -s "libgstplayer-1.0.so.0.1400.0" "libgstplayer-1.0.so") libtool: link: ( cd ".libs" && rm -f "libgstplayer-1.0.la" && ln -s "../libgstplayer-1.0.la" "libgstplayer-1.0.la" ) make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' /bin/sh ../../../libtool --tag=CC --mode=link gcc -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -no-undefined -Wl,-Bsymbolic-functions -version-info 1400:0:1400 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstcodecparsers-1.0.la -rpath /usr/lib64 libgstcodecparsers_1.0_la-gstmpegvideoparser.lo libgstcodecparsers_1.0_la-gsth264parser.lo libgstcodecparsers_1.0_la-gstvc1parser.lo libgstcodecparsers_1.0_la-gstmpeg4parser.lo libgstcodecparsers_1.0_la-gsth265parser.lo libgstcodecparsers_1.0_la-gstvp8parser.lo libgstcodecparsers_1.0_la-gstvp8rangedecoder.lo libgstcodecparsers_1.0_la-parserutils.lo libgstcodecparsers_1.0_la-nalutils.lo libgstcodecparsers_1.0_la-dboolhuff.lo libgstcodecparsers_1.0_la-vp8utils.lo libgstcodecparsers_1.0_la-gstjpegparser.lo libgstcodecparsers_1.0_la-gstmpegvideometa.lo libgstcodecparsers_1.0_la-gstjpeg2000sampling.lo libgstcodecparsers_1.0_la-gstvp9parser.lo libgstcodecparsers_1.0_la-vp9utils.lo -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm libtool: link: gcc -shared -fPIC -DPIC .libs/libgstcodecparsers_1.0_la-gstmpegvideoparser.o .libs/libgstcodecparsers_1.0_la-gsth264parser.o .libs/libgstcodecparsers_1.0_la-gstvc1parser.o .libs/libgstcodecparsers_1.0_la-gstmpeg4parser.o .libs/libgstcodecparsers_1.0_la-gsth265parser.o .libs/libgstcodecparsers_1.0_la-gstvp8parser.o .libs/libgstcodecparsers_1.0_la-gstvp8rangedecoder.o .libs/libgstcodecparsers_1.0_la-parserutils.o .libs/libgstcodecparsers_1.0_la-nalutils.o .libs/libgstcodecparsers_1.0_la-dboolhuff.o .libs/libgstcodecparsers_1.0_la-vp8utils.o .libs/libgstcodecparsers_1.0_la-gstjpegparser.o .libs/libgstcodecparsers_1.0_la-gstmpegvideometa.o .libs/libgstcodecparsers_1.0_la-gstjpeg2000sampling.o .libs/libgstcodecparsers_1.0_la-gstvp9parser.o .libs/libgstcodecparsers_1.0_la-vp9utils.o -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstcodecparsers-1.0.so.0 -o .libs/libgstcodecparsers-1.0.so.0.1400.0 libtool: link: (cd ".libs" && rm -f "libgstcodecparsers-1.0.so.0" && ln -s "libgstcodecparsers-1.0.so.0.1400.0" "libgstcodecparsers-1.0.so.0") libtool: link: (cd ".libs" && rm -f "libgstcodecparsers-1.0.so" && ln -s "libgstcodecparsers-1.0.so.0.1400.0" "libgstcodecparsers-1.0.so") libtool: link: ( cd ".libs" && rm -f "libgstcodecparsers-1.0.la" && ln -s "../libgstcodecparsers-1.0.la" "libgstcodecparsers-1.0.la" ) make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player' GST_PLUGIN_SYSTEM_PATH_1_0="" GST_PLUGIN_PATH_1_0="" GST_REGISTRY_UPDATE=no GI_SCANNER_DISABLE_CACHE=yes \ CPPFLAGS="" CFLAGS="-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 " LDFLAGS="-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld" CC="gcc" PKG_CONFIG="/usr/bin/riscv64-redhat-linux-gnu-pkg-config" DLLTOOL="false" \ PKG_CONFIG_PATH="../../../pkgconfig::/usr/lib64/pkgconfig:/usr/share/pkgconfig" \ /usr/bin/g-ir-scanner -v --namespace GstPlayer \ --nsversion=1.0 \ --warn-all \ --strip-prefix=Gst \ -I../../../gst-libs \ -I../../../gst-libs \ --c-include "gst/player/player.h" \ --add-include-path=../../../gst-libs \ --add-include-path=`PKG_CONFIG_PATH="../../../pkgconfig::/usr/lib64/pkgconfig:/usr/share/pkgconfig" /usr/bin/riscv64-redhat-linux-gnu-pkg-config --variable=girdir gstreamer-1.0` \ --add-include-path=`PKG_CONFIG_PATH="../../../pkgconfig::/usr/lib64/pkgconfig:/usr/share/pkgconfig" /usr/bin/riscv64-redhat-linux-gnu-pkg-config --variable=girdir gstreamer-base-1.0` \ --add-include-path=`PKG_CONFIG_PATH="../../../pkgconfig::/usr/lib64/pkgconfig:/usr/share/pkgconfig" /usr/bin/riscv64-redhat-linux-gnu-pkg-config --variable=girdir gstreamer-video-1.0` \ --library-path=../../../gst-libs \ --library=libgstplayer-1.0.la \ --include=Gst-1.0 \ --include=GstVideo-1.0 \ --libtool="/bin/sh ../../../libtool" \ --pkg gstreamer-1.0 \ --pkg gstreamer-audio-1.0 \ --pkg gstreamer-video-1.0 \ --pkg gstreamer-tag-1.0 \ --pkg gstreamer-pbutils-1.0 \ --pkg-export gstreamer-player-1.0 \ --add-init-section="extern void gst_init(gint*,gchar**); gst_init(NULL,NULL);" \ --output GstPlayer-1.0.gir \ ./player.h ./player-prelude.h ./gstplayer.h ./gstplayer-types.h ./gstplayer-signal-dispatcher.h ./gstplayer-video-renderer.h ./gstplayer-media-info.h ./gstplayer-g-main-context-signal-dispatcher.h ./gstplayer-video-overlay-video-renderer.h ./gstplayer-visualization.h \ ./gstplayer.c ./gstplayer-signal-dispatcher.c ./gstplayer-video-renderer.c ./gstplayer-media-info.c ./gstplayer-g-main-context-signal-dispatcher.c ./gstplayer-video-overlay-video-renderer.c ./gstplayer-visualization.c g-ir-scanner: warning: Option --strip-prefix has been deprecated; see --identifier-prefix and --symbol-prefix. g-ir-scanner: link: /bin/sh ../../../libtool --mode=link --tag=CC gcc -o /builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player/tmp-introspectttgp6zx8/GstPlayer-1.0 -export-dynamic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 /builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player/tmp-introspectttgp6zx8/GstPlayer-1.0.o -L. libgstplayer-1.0.la -L../../../gst-libs -lgio-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lgstaudio-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgsttag-1.0 -lgstpbutils-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld libtool: link: gcc -o /builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player/tmp-introspectttgp6zx8/.libs/GstPlayer-1.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 /builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player/tmp-introspectttgp6zx8/GstPlayer-1.0.o -Wl,--export-dynamic -pthread -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--export-dynamic -L. ./.libs/libgstplayer-1.0.so -lm -L../../../gst-libs -lgio-2.0 -lgmodule-2.0 -lgstaudio-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgsttag-1.0 -lgstpbutils-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -pthread make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player' PKG_CONFIG_PATH="../../../pkgconfig::/usr/lib64/pkgconfig:/usr/share/pkgconfig" \ /usr/bin/g-ir-compiler \ --includedir=./gst-libs \ --includedir=./gst-libs \ --includedir=`PKG_CONFIG_PATH="../../../pkgconfig::/usr/lib64/pkgconfig:/usr/share/pkgconfig" /usr/bin/riscv64-redhat-linux-gnu-pkg-config --variable=girdir gstreamer-1.0` \ --includedir=`PKG_CONFIG_PATH="../../../pkgconfig::/usr/lib64/pkgconfig:/usr/share/pkgconfig" /usr/bin/riscv64-redhat-linux-gnu-pkg-config --variable=girdir gstreamer-base-1.0` \ --includedir=`PKG_CONFIG_PATH="../../../pkgconfig::/usr/lib64/pkgconfig:/usr/share/pkgconfig" /usr/bin/riscv64-redhat-linux-gnu-pkg-config --variable=girdir gstreamer-video-1.0` \ GstPlayer-1.0.gir -o GstPlayer-1.0.typelib make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player' Making all in uridownloader make[4]: Nothing to be done for 'all'. Making all in adaptivedemux make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/adaptivedemux' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstadaptivedemux_1.0_la-gstadaptivedemux.lo `test -f 'gstadaptivedemux.c' || echo './'`gstadaptivedemux.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstadaptivedemux.c -fPIC -DPIC -o .libs/libgstadaptivedemux_1.0_la-gstadaptivedemux.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/adaptivedemux' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/adaptivedemux' /bin/sh ../../../libtool --tag=CC --mode=link gcc -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -no-undefined -Wl,-Bsymbolic-functions -version-info 1400:0:1400 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstadaptivedemux-1.0.la -rpath /usr/lib64 libgstadaptivedemux_1.0_la-gstadaptivedemux.lo ../../../gst-libs/gst/uridownloader/libgsturidownloader-1.0.la -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstapp-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstadaptivedemux_1.0_la-gstadaptivedemux.o -Wl,-rpath -Wl,/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/uridownloader/.libs ../../../gst-libs/gst/uridownloader/.libs/libgsturidownloader-1.0.so -lgstapp-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstadaptivedemux-1.0.so.0 -o .libs/libgstadaptivedemux-1.0.so.0.1400.0 libtool: link: (cd ".libs" && rm -f "libgstadaptivedemux-1.0.so.0" && ln -s "libgstadaptivedemux-1.0.so.0.1400.0" "libgstadaptivedemux-1.0.so.0") libtool: link: (cd ".libs" && rm -f "libgstadaptivedemux-1.0.so" && ln -s "libgstadaptivedemux-1.0.so.0.1400.0" "libgstadaptivedemux-1.0.so") libtool: link: ( cd ".libs" && rm -f "libgstadaptivedemux-1.0.la" && ln -s "../libgstadaptivedemux-1.0.la" "libgstadaptivedemux-1.0.la" ) make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/adaptivedemux' Making all in interfaces /usr/bin/make all-am make[5]: Nothing to be done for 'all-am'. Making all in basecamerabinsrc make[4]: Nothing to be done for 'all'. Making all in codecparsers make[4]: Nothing to be done for 'all'. Making all in insertbin make[4]: Nothing to be done for 'all'. Making all in mpegts /usr/bin/make all-am make[5]: Nothing to be done for 'all-am'. Making all in video make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/video' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -DGST_USE_UNSTABLE_API -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstbadvideo_1.0_la-gstvideoaggregator.lo `test -f 'gstvideoaggregator.c' || echo './'`gstvideoaggregator.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -DGST_USE_UNSTABLE_API -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstvideoaggregator.c -fPIC -DPIC -o .libs/libgstbadvideo_1.0_la-gstvideoaggregator.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/video' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/video' /bin/sh ../../../libtool --tag=CC --mode=link gcc -DGST_USE_UNSTABLE_API -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -no-undefined -Wl,-Bsymbolic-functions -version-info 1400:0:1400 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstbadvideo-1.0.la -rpath /usr/lib64 libgstbadvideo_1.0_la-gstvideoaggregator.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -lm libtool: link: gcc -shared -fPIC -DPIC .libs/libgstbadvideo_1.0_la-gstvideoaggregator.o -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -g -pthread -pthread -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstbadvideo-1.0.so.0 -o .libs/libgstbadvideo-1.0.so.0.1400.0 libtool: link: (cd ".libs" && rm -f "libgstbadvideo-1.0.so.0" && ln -s "libgstbadvideo-1.0.so.0.1400.0" "libgstbadvideo-1.0.so.0") libtool: link: (cd ".libs" && rm -f "libgstbadvideo-1.0.so" && ln -s "libgstbadvideo-1.0.so.0.1400.0" "libgstbadvideo-1.0.so") libtool: link: ( cd ".libs" && rm -f "libgstbadvideo-1.0.la" && ln -s "../libgstbadvideo-1.0.la" "libgstbadvideo-1.0.la" ) make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/video' Making all in audio make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/audio' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -DGST_USE_UNSTABLE_API -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstbadaudio_1.0_la-gstnonstreamaudiodecoder.lo `test -f 'gstnonstreamaudiodecoder.c' || echo './'`gstnonstreamaudiodecoder.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -DGST_USE_UNSTABLE_API -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstnonstreamaudiodecoder.c -fPIC -DPIC -o .libs/libgstbadaudio_1.0_la-gstnonstreamaudiodecoder.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/audio' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/audio' /bin/sh ../../../libtool --tag=CC --mode=link gcc -DGST_USE_UNSTABLE_API -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -no-undefined -Wl,-Bsymbolic-functions -version-info 1400:0:1400 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstbadaudio-1.0.la -rpath /usr/lib64 libgstbadaudio_1.0_la-gstnonstreamaudiodecoder.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -lm libtool: link: gcc -shared -fPIC -DPIC .libs/libgstbadaudio_1.0_la-gstnonstreamaudiodecoder.o -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -g -pthread -pthread -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstbadaudio-1.0.so.0 -o .libs/libgstbadaudio-1.0.so.0.1400.0 libtool: link: (cd ".libs" && rm -f "libgstbadaudio-1.0.so.0" && ln -s "libgstbadaudio-1.0.so.0.1400.0" "libgstbadaudio-1.0.so.0") libtool: link: (cd ".libs" && rm -f "libgstbadaudio-1.0.so" && ln -s "libgstbadaudio-1.0.so.0.1400.0" "libgstbadaudio-1.0.so") libtool: link: ( cd ".libs" && rm -f "libgstbadaudio-1.0.la" && ln -s "../libgstbadaudio-1.0.la" "libgstbadaudio-1.0.la" ) make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/audio' Making all in player make[4]: Nothing to be done for 'all'. Making all in isoff make[4]: Nothing to be done for 'all'. Making all in webrtc make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc' glib-mkenums \ --fhead "#include \"webrtc-enumtypes.h\"\n\n#include \"dtlstransport.h\" \n#include \"icetransport.h\" \n#include \"rtptransceiver.h\" \n#include \"webrtc_fwd.h\"" \ --fprod "\n/* enumerations from \"@filename@\" */" \ --vhead "GType\n@enum_name@_get_type (void)\n{\n static volatile gsize g_define_type_id__volatile = 0;\n if (g_once_init_enter (&g_define_type_id__volatile)) {\n static const G@Type@Value values[] = {" \ --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \ --vtail " { 0, NULL, NULL }\n };\n GType g_define_type_id = g_@type@_register_static (\"@EnumName@\", values);\n g_once_init_leave (&g_define_type_id__volatile, g_define_type_id);\n }\n return g_define_type_id__volatile;\n}\n" \ dtlstransport.h icetransport.h rtptransceiver.h webrtc_fwd.h > webrtc-enumtypes.c make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc' glib-mkenums \ --fhead "#ifndef __GST_WEBRTC_ENUM_TYPES_H__\n#define __GST_WEBRTC_ENUM_TYPES_H__\n\n#include \n\nG_BEGIN_DECLS\n" \ --fprod "\n/* enumerations from \"@filename@\" */\n" \ --vhead "GST_EXPORT\nGType @enum_name@_get_type (void);\n#define GST_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \ --ftail "G_END_DECLS\n\n#endif /* __GST_WEBRTC_ENUM_TYPES_H__ */" \ dtlstransport.h icetransport.h rtptransceiver.h webrtc_fwd.h > webrtc-enumtypes.h make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc' /usr/bin/make all-am make[5]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstwebrtc_1.0_la-rtcsessiondescription.lo `test -f 'rtcsessiondescription.c' || echo './'`rtcsessiondescription.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c rtcsessiondescription.c -fPIC -DPIC -o .libs/libgstwebrtc_1.0_la-rtcsessiondescription.o make[5]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc' make[5]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstwebrtc_1.0_la-rtpreceiver.lo `test -f 'rtpreceiver.c' || echo './'`rtpreceiver.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c rtpreceiver.c -fPIC -DPIC -o .libs/libgstwebrtc_1.0_la-rtpreceiver.o make[5]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc' make[5]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstwebrtc_1.0_la-dtlstransport.lo `test -f 'dtlstransport.c' || echo './'`dtlstransport.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dtlstransport.c -fPIC -DPIC -o .libs/libgstwebrtc_1.0_la-dtlstransport.o make[5]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc' make[5]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstwebrtc_1.0_la-icetransport.lo `test -f 'icetransport.c' || echo './'`icetransport.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c icetransport.c -fPIC -DPIC -o .libs/libgstwebrtc_1.0_la-icetransport.o make[5]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc' make[5]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstwebrtc_1.0_la-rtpsender.lo `test -f 'rtpsender.c' || echo './'`rtpsender.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c rtpsender.c -fPIC -DPIC -o .libs/libgstwebrtc_1.0_la-rtpsender.o make[5]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc' make[5]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstwebrtc_1.0_la-rtptransceiver.lo `test -f 'rtptransceiver.c' || echo './'`rtptransceiver.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c rtptransceiver.c -fPIC -DPIC -o .libs/libgstwebrtc_1.0_la-rtptransceiver.o make[5]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc' make[5]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstwebrtc_1.0_la-webrtc-enumtypes.lo `test -f 'webrtc-enumtypes.c' || echo './'`webrtc-enumtypes.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c webrtc-enumtypes.c -fPIC -DPIC -o .libs/libgstwebrtc_1.0_la-webrtc-enumtypes.o make[5]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc' make[5]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc' /bin/sh ../../../libtool --tag=CC --mode=link gcc -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -no-undefined -Wl,-Bsymbolic-functions -version-info 1400:0:1400 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstwebrtc-1.0.la -rpath /usr/lib64 libgstwebrtc_1.0_la-dtlstransport.lo libgstwebrtc_1.0_la-icetransport.lo libgstwebrtc_1.0_la-rtcsessiondescription.lo libgstwebrtc_1.0_la-rtpreceiver.lo libgstwebrtc_1.0_la-rtpsender.lo libgstwebrtc_1.0_la-rtptransceiver.lo libgstwebrtc_1.0_la-webrtc-enumtypes.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstsdp-1.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstwebrtc_1.0_la-dtlstransport.o .libs/libgstwebrtc_1.0_la-icetransport.o .libs/libgstwebrtc_1.0_la-rtcsessiondescription.o .libs/libgstwebrtc_1.0_la-rtpreceiver.o .libs/libgstwebrtc_1.0_la-rtpsender.o .libs/libgstwebrtc_1.0_la-rtptransceiver.o .libs/libgstwebrtc_1.0_la-webrtc-enumtypes.o -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lgstsdp-1.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -pthread -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstwebrtc-1.0.so.0 -o .libs/libgstwebrtc-1.0.so.0.1400.0 libtool: link: (cd ".libs" && rm -f "libgstwebrtc-1.0.so.0" && ln -s "libgstwebrtc-1.0.so.0.1400.0" "libgstwebrtc-1.0.so.0") libtool: link: (cd ".libs" && rm -f "libgstwebrtc-1.0.so" && ln -s "libgstwebrtc-1.0.so.0.1400.0" "libgstwebrtc-1.0.so") libtool: link: ( cd ".libs" && rm -f "libgstwebrtc-1.0.la" && ln -s "../libgstwebrtc-1.0.la" "libgstwebrtc-1.0.la" ) make[5]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc' make[5]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc' GST_PLUGIN_SYSTEM_PATH_1_0="" GST_PLUGIN_PATH_1_0="" GST_REGISTRY_UPDATE=no GI_SCANNER_DISABLE_CACHE=yes \ CPPFLAGS="" CFLAGS="-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 " LDFLAGS="-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld" CC="gcc" PKG_CONFIG="/usr/bin/riscv64-redhat-linux-gnu-pkg-config" DLLTOOL="false" \ PKG_CONFIG_PATH="../../../pkgconfig::/usr/lib64/pkgconfig:/usr/share/pkgconfig" \ /usr/bin/g-ir-scanner -v --namespace GstWebRTC \ --nsversion=1.0 \ --warn-all \ --strip-prefix=Gst \ -I../../../gst-libs \ -I../../../gst-libs \ --c-include "gst/webrtc/webrtc.h" \ --add-include-path=../../../gst-libs \ --add-include-path=`PKG_CONFIG_PATH="../../../pkgconfig::/usr/lib64/pkgconfig:/usr/share/pkgconfig" /usr/bin/riscv64-redhat-linux-gnu-pkg-config --variable=girdir gstreamer-1.0` \ --add-include-path=`PKG_CONFIG_PATH="../../../pkgconfig::/usr/lib64/pkgconfig:/usr/share/pkgconfig" /usr/bin/riscv64-redhat-linux-gnu-pkg-config --variable=girdir gstreamer-sdp-1.0` \ --library-path=../../../gst-libs \ --library=libgstwebrtc-1.0.la \ --include=Gst-1.0 \ --include=GstSdp-1.0 \ --libtool="/bin/sh ../../../libtool" \ --pkg gstreamer-1.0 \ --pkg gstreamer-sdp-1.0 \ --pkg-export gstreamer-webrtc-1.0 \ --add-init-section="extern void gst_init(gint*,gchar**); gst_init(NULL,NULL);" \ --output GstWebRTC-1.0.gir \ ./dtlstransport.h ./icetransport.h ./rtcsessiondescription.h ./rtpreceiver.h ./rtpsender.h ./rtptransceiver.h ./webrtc_fwd.h ./webrtc.h \ ./dtlstransport.c ./icetransport.c ./rtcsessiondescription.c ./rtpreceiver.c ./rtpsender.c ./rtptransceiver.c webrtc-enumtypes.c webrtc-enumtypes.h In file included from /builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc/dtlstransport.h:24:0, from /builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc/g-ir-cpp-4wdv01m4.c:4: /builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc/webrtc_fwd.h:24:2: warning: #warning "The WebRTC library from gst-plugins-bad is unstable API and may change in future." [-Wcpp] #warning "The WebRTC library from gst-plugins-bad is unstable API and may change in future." ^~~~~~~ /builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc/webrtc_fwd.h:25:2: warning: #warning "You can define GST_USE_UNSTABLE_API to avoid this warning." [-Wcpp] #warning "You can define GST_USE_UNSTABLE_API to avoid this warning." ^~~~~~~ g-ir-scanner: warning: Option --strip-prefix has been deprecated; see --identifier-prefix and --symbol-prefix. g-ir-scanner: link: /bin/sh ../../../libtool --mode=link --tag=CC gcc -o /builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc/tmp-introspect11pzkoav/GstWebRTC-1.0 -export-dynamic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 /builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc/tmp-introspect11pzkoav/GstWebRTC-1.0.o -L. libgstwebrtc-1.0.la -L../../../gst-libs -lgio-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lgstsdp-1.0 -lglib-2.0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld libtool: link: gcc -o /builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc/tmp-introspect11pzkoav/.libs/GstWebRTC-1.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 /builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc/tmp-introspect11pzkoav/GstWebRTC-1.0.o -Wl,--export-dynamic -pthread -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--export-dynamic -L. ./.libs/libgstwebrtc-1.0.so -lgstbase-1.0 -L../../../gst-libs -lgio-2.0 -lgmodule-2.0 -lgstreamer-1.0 -lgobject-2.0 -lgstsdp-1.0 -lglib-2.0 -pthread rtcsessiondescription.h:38: Warning: GstWebRTC: GObject-Introspection specific GTK-Doc tag "type" has been deprecated, please use annotations on the identifier instead: * type: the #GstWebRTCSDPType of the description ^ :: Warning: GstWebRTC: "type" annotation needs one option, 5 given make[5]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc' make[5]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc' PKG_CONFIG_PATH="../../../pkgconfig::/usr/lib64/pkgconfig:/usr/share/pkgconfig" \ /usr/bin/g-ir-compiler \ --includedir=./gst-libs \ --includedir=./gst-libs \ --includedir=`PKG_CONFIG_PATH="../../../pkgconfig::/usr/lib64/pkgconfig:/usr/share/pkgconfig" /usr/bin/riscv64-redhat-linux-gnu-pkg-config --variable=girdir gstreamer-1.0` \ --includedir=`PKG_CONFIG_PATH="../../../pkgconfig::/usr/lib64/pkgconfig:/usr/share/pkgconfig" /usr/bin/riscv64-redhat-linux-gnu-pkg-config --variable=girdir gstreamer-sdp-1.0` \ GstWebRTC-1.0.gir -o GstWebRTC-1.0.typelib make[5]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc' Making all in wayland make[4]: Nothing to be done for 'all'. make[4]: Nothing to be done for 'all-am'. make[3]: Nothing to be done for 'all-am'. Making all in gst /usr/bin/make -C accurip /usr/bin/make -C adpcmdec /usr/bin/make -C adpcmenc /usr/bin/make -C aiff make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/aiff' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstaiff_la-aiff.lo `test -f 'aiff.c' || echo './'`aiff.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c aiff.c -fPIC -DPIC -o .libs/libgstaiff_la-aiff.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/aiff' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/accurip' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstaccurip_la-gstaccurip.lo `test -f 'gstaccurip.c' || echo './'`gstaccurip.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstaccurip.c -fPIC -DPIC -o .libs/libgstaccurip_la-gstaccurip.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/accurip' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/adpcmenc' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstadpcmenc_la-adpcmenc.lo `test -f 'adpcmenc.c' || echo './'`adpcmenc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c adpcmenc.c -fPIC -DPIC -o .libs/libgstadpcmenc_la-adpcmenc.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/adpcmenc' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/adpcmdec' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstadpcmdec_la-adpcmdec.lo `test -f 'adpcmdec.c' || echo './'`adpcmdec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c adpcmdec.c -fPIC -DPIC -o .libs/libgstadpcmdec_la-adpcmdec.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/adpcmdec' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/adpcmenc' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstadpcmenc.la -rpath /usr/lib64/gstreamer-1.0 libgstadpcmenc_la-adpcmenc.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstadpcmenc_la-adpcmenc.o -lgstaudio-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstadpcmenc.so -o .libs/libgstadpcmenc.so libtool: link: ( cd ".libs" && rm -f "libgstadpcmenc.la" && ln -s "../libgstadpcmenc.la" "libgstadpcmenc.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/adpcmenc' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/accurip' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstaccurip.la -rpath /usr/lib64/gstreamer-1.0 libgstaccurip_la-gstaccurip.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstaccurip_la-gstaccurip.o -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstaccurip.so -o .libs/libgstaccurip.so libtool: link: ( cd ".libs" && rm -f "libgstaccurip.la" && ln -s "../libgstaccurip.la" "libgstaccurip.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/accurip' /usr/bin/make -C videoframe_audiolevel make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/adpcmdec' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstadpcmdec.la -rpath /usr/lib64/gstreamer-1.0 libgstadpcmdec_la-adpcmdec.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstadpcmdec_la-adpcmdec.o -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstadpcmdec.so -o .libs/libgstadpcmdec.so libtool: link: ( cd ".libs" && rm -f "libgstadpcmdec.la" && ln -s "../libgstadpcmdec.la" "libgstadpcmdec.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/adpcmdec' /usr/bin/make -C asfmux make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/aiff' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstaiff_la-aiffmux.lo `test -f 'aiffmux.c' || echo './'`aiffmux.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c aiffmux.c -fPIC -DPIC -o .libs/libgstaiff_la-aiffmux.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/aiff' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoframe_audiolevel' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstvideoframe_audiolevel_la-gstvideoframe-audiolevel.lo `test -f 'gstvideoframe-audiolevel.c' || echo './'`gstvideoframe-audiolevel.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstvideoframe-audiolevel.c -fPIC -DPIC -o .libs/libgstvideoframe_audiolevel_la-gstvideoframe-audiolevel.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoframe_audiolevel' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoframe_audiolevel' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstvideoframe_audiolevel.la -rpath /usr/lib64/gstreamer-1.0 libgstvideoframe_audiolevel_la-gstvideoframe-audiolevel.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm libtool: link: gcc -shared -fPIC -DPIC .libs/libgstvideoframe_audiolevel_la-gstvideoframe-audiolevel.o -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstvideoframe_audiolevel.so -o .libs/libgstvideoframe_audiolevel.so libtool: link: ( cd ".libs" && rm -f "libgstvideoframe_audiolevel.la" && ln -s "../libgstvideoframe_audiolevel.la" "libgstvideoframe_audiolevel.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoframe_audiolevel' /usr/bin/make -C audiobuffersplit make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/asfmux' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstasfmux_la-gstasfobjects.lo `test -f 'gstasfobjects.c' || echo './'`gstasfobjects.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstasfobjects.c -fPIC -DPIC -o .libs/libgstasfmux_la-gstasfobjects.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/asfmux' /usr/bin/make -C audiofxbad make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/aiff' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstaiff_la-aiffparse.lo `test -f 'aiffparse.c' || echo './'`aiffparse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c aiffparse.c -fPIC -DPIC -o .libs/libgstaiff_la-aiffparse.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/aiff' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/asfmux' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstasfmux_la-gstasfmux.lo `test -f 'gstasfmux.c' || echo './'`gstasfmux.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstasfmux.c -fPIC -DPIC -o .libs/libgstasfmux_la-gstasfmux.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/asfmux' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiofxbad' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstaudiofxbad_la-gstaudiofxbad.lo `test -f 'gstaudiofxbad.c' || echo './'`gstaudiofxbad.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstaudiofxbad.c -fPIC -DPIC -o .libs/libgstaudiofxbad_la-gstaudiofxbad.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiofxbad' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/aiff' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstaiff.la -rpath /usr/lib64/gstreamer-1.0 libgstaiff_la-aiff.lo libgstaiff_la-aiffmux.lo libgstaiff_la-aiffparse.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgsttag-1.0 -lgstaudio-1.0 -lgstpbutils-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm libtool: link: gcc -shared -fPIC -DPIC .libs/libgstaiff_la-aiff.o .libs/libgstaiff_la-aiffmux.o .libs/libgstaiff_la-aiffparse.o -lgsttag-1.0 -lgstaudio-1.0 -lgstpbutils-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstaiff.so -o .libs/libgstaiff.so libtool: link: ( cd ".libs" && rm -f "libgstaiff.la" && ln -s "../libgstaiff.la" "libgstaiff.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/aiff' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiobuffersplit' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstaudiobuffersplit_la-gstaudiobuffersplit.lo `test -f 'gstaudiobuffersplit.c' || echo './'`gstaudiobuffersplit.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstaudiobuffersplit.c -fPIC -DPIC -o .libs/libgstaudiobuffersplit_la-gstaudiobuffersplit.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiobuffersplit' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/asfmux' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstasfmux_la-gstasfparse.lo `test -f 'gstasfparse.c' || echo './'`gstasfparse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstasfparse.c -fPIC -DPIC -o .libs/libgstasfmux_la-gstasfparse.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/asfmux' /usr/bin/make -C audiolatency make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiofxbad' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstaudiofxbad_la-gstaudiochannelmix.lo `test -f 'gstaudiochannelmix.c' || echo './'`gstaudiochannelmix.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstaudiochannelmix.c -fPIC -DPIC -o .libs/libgstaudiofxbad_la-gstaudiochannelmix.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiofxbad' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiobuffersplit' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstaudiobuffersplit.la -rpath /usr/lib64/gstreamer-1.0 libgstaudiobuffersplit_la-gstaudiobuffersplit.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm libtool: link: gcc -shared -fPIC -DPIC .libs/libgstaudiobuffersplit_la-gstaudiobuffersplit.o -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstaudiobuffersplit.so -o .libs/libgstaudiobuffersplit.so libtool: link: ( cd ".libs" && rm -f "libgstaudiobuffersplit.la" && ln -s "../libgstaudiobuffersplit.la" "libgstaudiobuffersplit.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiobuffersplit' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/asfmux' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstasfmux_la-gstrtpasfpay.lo `test -f 'gstrtpasfpay.c' || echo './'`gstrtpasfpay.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstrtpasfpay.c -fPIC -DPIC -o .libs/libgstasfmux_la-gstrtpasfpay.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/asfmux' /usr/bin/make -C audiomixmatrix make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiofxbad' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstaudiofxbad.la -rpath /usr/lib64/gstreamer-1.0 libgstaudiofxbad_la-gstaudiofxbad.lo libgstaudiofxbad_la-gstaudiochannelmix.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm libtool: link: gcc -shared -fPIC -DPIC .libs/libgstaudiofxbad_la-gstaudiofxbad.o .libs/libgstaudiofxbad_la-gstaudiochannelmix.o -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstaudiofxbad.so -o .libs/libgstaudiofxbad.so libtool: link: ( cd ".libs" && rm -f "libgstaudiofxbad.la" && ln -s "../libgstaudiofxbad.la" "libgstaudiofxbad.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiofxbad' /usr/bin/make -C compositor make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiolatency' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstaudiolatency_la-gstaudiolatency.lo `test -f 'gstaudiolatency.c' || echo './'`gstaudiolatency.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstaudiolatency.c -fPIC -DPIC -o .libs/libgstaudiolatency_la-gstaudiolatency.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiolatency' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/compositor' /usr/bin/orcc --compat 0.4.17 --implementation --include glib.h -o tmp-orc.c ./compositororc.orc make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/compositor' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/compositor' /usr/bin/orcc --compat 0.4.17 --header --include glib.h -o compositororc.h ./compositororc.orc make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/compositor' /usr/bin/make all-am make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/asfmux' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstasfmux_la-gstasf.lo `test -f 'gstasf.c' || echo './'`gstasf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstasf.c -fPIC -DPIC -o .libs/libgstasfmux_la-gstasf.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/asfmux' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiolatency' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstaudiolatency.la -rpath /usr/lib64/gstreamer-1.0 libgstaudiolatency_la-gstaudiolatency.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstaudiolatency_la-gstaudiolatency.o -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstaudiolatency.so -o .libs/libgstaudiolatency.so libtool: link: ( cd ".libs" && rm -f "libgstaudiolatency.la" && ln -s "../libgstaudiolatency.la" "libgstaudiolatency.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiolatency' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/asfmux' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstasfmux.la -rpath /usr/lib64/gstreamer-1.0 libgstasfmux_la-gstasfmux.lo libgstasfmux_la-gstasfobjects.lo libgstasfmux_la-gstasfparse.lo libgstasfmux_la-gstrtpasfpay.lo libgstasfmux_la-gstasf.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstrtp-1.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstasfmux_la-gstasfmux.o .libs/libgstasfmux_la-gstasfobjects.o .libs/libgstasfmux_la-gstasfparse.o .libs/libgstasfmux_la-gstrtpasfpay.o .libs/libgstasfmux_la-gstasf.o -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstrtp-1.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstasfmux.so -o .libs/libgstasfmux.so libtool: link: ( cd ".libs" && rm -f "libgstasfmux.la" && ln -s "../libgstasfmux.la" "libgstasfmux.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/asfmux' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiomixmatrix' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstaudiomixmatrix_la-gstaudiomixmatrix.lo `test -f 'gstaudiomixmatrix.c' || echo './'`gstaudiomixmatrix.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstaudiomixmatrix.c -fPIC -DPIC -o .libs/libgstaudiomixmatrix_la-gstaudiomixmatrix.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiomixmatrix' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiomixmatrix' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstaudiomixmatrix.la -rpath /usr/lib64/gstreamer-1.0 libgstaudiomixmatrix_la-gstaudiomixmatrix.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm libtool: link: gcc -shared -fPIC -DPIC .libs/libgstaudiomixmatrix_la-gstaudiomixmatrix.o -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstaudiomixmatrix.so -o .libs/libgstaudiomixmatrix.so libtool: link: ( cd ".libs" && rm -f "libgstaudiomixmatrix.la" && ln -s "../libgstaudiomixmatrix.la" "libgstaudiomixmatrix.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiomixmatrix' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/compositor' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcompositor_la-compositor.lo `test -f 'compositor.c' || echo './'`compositor.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c compositor.c -fPIC -DPIC -o .libs/libgstcompositor_la-compositor.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/compositor' /usr/bin/make -C audiovisualizers /usr/bin/make -C autoconvert make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/compositor' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcompositor_la-tmp-orc.lo `test -f 'tmp-orc.c' || echo './'`tmp-orc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c tmp-orc.c -fPIC -DPIC -o .libs/libgstcompositor_la-tmp-orc.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/compositor' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/compositor' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcompositor_la-blend.lo `test -f 'blend.c' || echo './'`blend.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c blend.c -fPIC -DPIC -o .libs/libgstcompositor_la-blend.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/compositor' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiovisualizers' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstaudiovisualizers_la-plugin.lo `test -f 'plugin.c' || echo './'`plugin.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c plugin.c -fPIC -DPIC -o .libs/libgstaudiovisualizers_la-plugin.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiovisualizers' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/autoconvert' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstautoconvert_la-gstautoconvert.lo `test -f 'gstautoconvert.c' || echo './'`gstautoconvert.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstautoconvert.c -fPIC -DPIC -o .libs/libgstautoconvert_la-gstautoconvert.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/autoconvert' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/compositor' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstcompositor.la -rpath /usr/lib64/gstreamer-1.0 libgstcompositor_la-blend.lo libgstcompositor_la-compositor.lo libgstcompositor_la-tmp-orc.lo ../../gst-libs/gst/video/libgstbadvideo-1.0.la -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -lm libtool: link: gcc -shared -fPIC -DPIC .libs/libgstcompositor_la-blend.o .libs/libgstcompositor_la-compositor.o .libs/libgstcompositor_la-tmp-orc.o -Wl,-rpath -Wl,/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/video/.libs ../../gst-libs/gst/video/.libs/libgstbadvideo-1.0.so -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstcompositor.so -o .libs/libgstcompositor.so libtool: link: ( cd ".libs" && rm -f "libgstcompositor.la" && ln -s "../libgstcompositor.la" "libgstcompositor.la" ) make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/compositor' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/autoconvert' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstautoconvert_la-gstautovideoconvert.lo `test -f 'gstautovideoconvert.c' || echo './'`gstautovideoconvert.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstautovideoconvert.c -fPIC -DPIC -o .libs/libgstautoconvert_la-gstautovideoconvert.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/autoconvert' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiovisualizers' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstaudiovisualizers_la-gstspacescope.lo `test -f 'gstspacescope.c' || echo './'`gstspacescope.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstspacescope.c -fPIC -DPIC -o .libs/libgstaudiovisualizers_la-gstspacescope.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiovisualizers' /usr/bin/make -C bayer /usr/bin/make -C camerabin2 make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/bayer' /usr/bin/orcc --compat 0.4.17 --implementation --include glib.h -o tmp-orc.c ./gstbayerorc.orc make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/bayer' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/bayer' /usr/bin/orcc --compat 0.4.17 --header --include glib.h -o gstbayerorc.h ./gstbayerorc.orc make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/bayer' /usr/bin/make all-am make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiovisualizers' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstaudiovisualizers_la-gstspectrascope.lo `test -f 'gstspectrascope.c' || echo './'`gstspectrascope.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstspectrascope.c -fPIC -DPIC -o .libs/libgstaudiovisualizers_la-gstspectrascope.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiovisualizers' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/autoconvert' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstautoconvert_la-plugin.lo `test -f 'plugin.c' || echo './'`plugin.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c plugin.c -fPIC -DPIC -o .libs/libgstautoconvert_la-plugin.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/autoconvert' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/bayer' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstbayer_la-gstbayer.lo `test -f 'gstbayer.c' || echo './'`gstbayer.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstbayer.c -fPIC -DPIC -o .libs/libgstbayer_la-gstbayer.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/bayer' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/camerabin2' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DGST_USE_UNSTABLE_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcamerabin_la-gstviewfinderbin.lo `test -f 'gstviewfinderbin.c' || echo './'`gstviewfinderbin.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DGST_USE_UNSTABLE_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstviewfinderbin.c -fPIC -DPIC -o .libs/libgstcamerabin_la-gstviewfinderbin.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/camerabin2' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/autoconvert' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstautoconvert.la -rpath /usr/lib64/gstreamer-1.0 libgstautoconvert_la-gstautoconvert.lo libgstautoconvert_la-gstautovideoconvert.lo libgstautoconvert_la-plugin.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstautoconvert_la-gstautoconvert.o .libs/libgstautoconvert_la-gstautovideoconvert.o .libs/libgstautoconvert_la-plugin.o -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstautoconvert.so -o .libs/libgstautoconvert.so libtool: link: ( cd ".libs" && rm -f "libgstautoconvert.la" && ln -s "../libgstautoconvert.la" "libgstautoconvert.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/autoconvert' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiovisualizers' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstaudiovisualizers_la-gstsynaescope.lo `test -f 'gstsynaescope.c' || echo './'`gstsynaescope.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstsynaescope.c -fPIC -DPIC -o .libs/libgstaudiovisualizers_la-gstsynaescope.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiovisualizers' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/bayer' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstbayer_la-gstbayer2rgb.lo `test -f 'gstbayer2rgb.c' || echo './'`gstbayer2rgb.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstbayer2rgb.c -fPIC -DPIC -o .libs/libgstbayer_la-gstbayer2rgb.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/bayer' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/camerabin2' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DGST_USE_UNSTABLE_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcamerabin_la-gstdigitalzoom.lo `test -f 'gstdigitalzoom.c' || echo './'`gstdigitalzoom.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DGST_USE_UNSTABLE_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstdigitalzoom.c -fPIC -DPIC -o .libs/libgstcamerabin_la-gstdigitalzoom.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/camerabin2' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/bayer' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstbayer_la-gstrgb2bayer.lo `test -f 'gstrgb2bayer.c' || echo './'`gstrgb2bayer.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstrgb2bayer.c -fPIC -DPIC -o .libs/libgstbayer_la-gstrgb2bayer.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/bayer' /usr/bin/make -C coloreffects make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/camerabin2' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DGST_USE_UNSTABLE_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcamerabin_la-camerabingeneral.lo `test -f 'camerabingeneral.c' || echo './'`camerabingeneral.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DGST_USE_UNSTABLE_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c camerabingeneral.c -fPIC -DPIC -o .libs/libgstcamerabin_la-camerabingeneral.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/camerabin2' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiovisualizers' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstaudiovisualizers_la-gstwavescope.lo `test -f 'gstwavescope.c' || echo './'`gstwavescope.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstwavescope.c -fPIC -DPIC -o .libs/libgstaudiovisualizers_la-gstwavescope.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiovisualizers' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/coloreffects' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcoloreffects_la-gstplugin.lo `test -f 'gstplugin.c' || echo './'`gstplugin.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstplugin.c -fPIC -DPIC -o .libs/libgstcoloreffects_la-gstplugin.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/coloreffects' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/bayer' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstbayer_la-tmp-orc.lo `test -f 'tmp-orc.c' || echo './'`tmp-orc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c tmp-orc.c -fPIC -DPIC -o .libs/libgstbayer_la-tmp-orc.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/bayer' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiovisualizers' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstaudiovisualizers.la -rpath /usr/lib64/gstreamer-1.0 libgstaudiovisualizers_la-plugin.lo libgstaudiovisualizers_la-gstspacescope.lo libgstaudiovisualizers_la-gstspectrascope.lo libgstaudiovisualizers_la-gstsynaescope.lo libgstaudiovisualizers_la-gstwavescope.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -lgstvideo-1.0 -lgstfft-1.0 -lgstpbutils-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm libtool: link: gcc -shared -fPIC -DPIC .libs/libgstaudiovisualizers_la-plugin.o .libs/libgstaudiovisualizers_la-gstspacescope.o .libs/libgstaudiovisualizers_la-gstspectrascope.o .libs/libgstaudiovisualizers_la-gstsynaescope.o .libs/libgstaudiovisualizers_la-gstwavescope.o -lgstaudio-1.0 -lgstvideo-1.0 -lgstfft-1.0 -lgstpbutils-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstaudiovisualizers.so -o .libs/libgstaudiovisualizers.so libtool: link: ( cd ".libs" && rm -f "libgstaudiovisualizers.la" && ln -s "../libgstaudiovisualizers.la" "libgstaudiovisualizers.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiovisualizers' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/bayer' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstbayer.la -rpath /usr/lib64/gstreamer-1.0 libgstbayer_la-gstbayer.lo libgstbayer_la-gstbayer2rgb.lo libgstbayer_la-gstrgb2bayer.lo libgstbayer_la-tmp-orc.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lorc-0.4 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstbayer_la-gstbayer.o .libs/libgstbayer_la-gstbayer2rgb.o .libs/libgstbayer_la-gstrgb2bayer.o .libs/libgstbayer_la-tmp-orc.o -lgstvideo-1.0 -lorc-0.4 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstbayer.so -o .libs/libgstbayer.so libtool: link: ( cd ".libs" && rm -f "libgstbayer.la" && ln -s "../libgstbayer.la" "libgstbayer.la" ) make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/bayer' /usr/bin/make -C debugutils make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/camerabin2' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DGST_USE_UNSTABLE_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcamerabin_la-gstwrappercamerabinsrc.lo `test -f 'gstwrappercamerabinsrc.c' || echo './'`gstwrappercamerabinsrc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DGST_USE_UNSTABLE_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstwrappercamerabinsrc.c -fPIC -DPIC -o .libs/libgstcamerabin_la-gstwrappercamerabinsrc.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/camerabin2' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/coloreffects' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcoloreffects_la-gstcoloreffects.lo `test -f 'gstcoloreffects.c' || echo './'`gstcoloreffects.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstcoloreffects.c -fPIC -DPIC -o .libs/libgstcoloreffects_la-gstcoloreffects.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/coloreffects' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/debugutils' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdebugutilsbad_la-gstdebugspy.lo `test -f 'gstdebugspy.c' || echo './'`gstdebugspy.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstdebugspy.c -fPIC -DPIC -o .libs/libgstdebugutilsbad_la-gstdebugspy.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/debugutils' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/camerabin2' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DGST_USE_UNSTABLE_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcamerabin_la-gstplugin.lo `test -f 'gstplugin.c' || echo './'`gstplugin.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DGST_USE_UNSTABLE_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstplugin.c -fPIC -DPIC -o .libs/libgstcamerabin_la-gstplugin.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/camerabin2' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/coloreffects' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcoloreffects_la-gstchromahold.lo `test -f 'gstchromahold.c' || echo './'`gstchromahold.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstchromahold.c -fPIC -DPIC -o .libs/libgstcoloreffects_la-gstchromahold.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/coloreffects' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/debugutils' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdebugutilsbad_la-debugutilsbad.lo `test -f 'debugutilsbad.c' || echo './'`debugutilsbad.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c debugutilsbad.c -fPIC -DPIC -o .libs/libgstdebugutilsbad_la-debugutilsbad.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/debugutils' /usr/bin/make -C faceoverlay make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/coloreffects' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstcoloreffects.la -rpath /usr/lib64/gstreamer-1.0 libgstcoloreffects_la-gstplugin.lo libgstcoloreffects_la-gstcoloreffects.lo libgstcoloreffects_la-gstchromahold.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstcoloreffects_la-gstplugin.o .libs/libgstcoloreffects_la-gstcoloreffects.o .libs/libgstcoloreffects_la-gstchromahold.o -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstcoloreffects.so -o .libs/libgstcoloreffects.so libtool: link: ( cd ".libs" && rm -f "libgstcoloreffects.la" && ln -s "../libgstcoloreffects.la" "libgstcoloreffects.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/coloreffects' /usr/bin/make -C festival make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/camerabin2' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DGST_USE_UNSTABLE_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcamerabin_la-gstcamerabin2.lo `test -f 'gstcamerabin2.c' || echo './'`gstcamerabin2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DGST_USE_UNSTABLE_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstcamerabin2.c -fPIC -DPIC -o .libs/libgstcamerabin_la-gstcamerabin2.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/camerabin2' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/debugutils' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdebugutilsbad_la-fpsdisplaysink.lo `test -f 'fpsdisplaysink.c' || echo './'`fpsdisplaysink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fpsdisplaysink.c -fPIC -DPIC -o .libs/libgstdebugutilsbad_la-fpsdisplaysink.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/debugutils' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/faceoverlay' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstfaceoverlay_la-gstfaceoverlay.lo `test -f 'gstfaceoverlay.c' || echo './'`gstfaceoverlay.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstfaceoverlay.c -fPIC -DPIC -o .libs/libgstfaceoverlay_la-gstfaceoverlay.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/faceoverlay' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/festival' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstfestival_la-gstfestival.lo `test -f 'gstfestival.c' || echo './'`gstfestival.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstfestival.c -fPIC -DPIC -o .libs/libgstfestival_la-gstfestival.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/festival' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/camerabin2' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DGST_USE_UNSTABLE_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstcamerabin.la -rpath /usr/lib64/gstreamer-1.0 libgstcamerabin_la-gstviewfinderbin.lo libgstcamerabin_la-gstdigitalzoom.lo libgstcamerabin_la-camerabingeneral.lo libgstcamerabin_la-gstwrappercamerabinsrc.lo libgstcamerabin_la-gstcamerabin2.lo libgstcamerabin_la-gstplugin.lo ../../gst-libs/gst/interfaces/libgstphotography-1.0.la ../../gst-libs/gst/basecamerabinsrc/libgstbasecamerabinsrc-1.0.la -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgsttag-1.0 -lgstapp-1.0 -lgstpbutils-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstcamerabin_la-gstviewfinderbin.o .libs/libgstcamerabin_la-gstdigitalzoom.o .libs/libgstcamerabin_la-camerabingeneral.o .libs/libgstcamerabin_la-gstwrappercamerabinsrc.o .libs/libgstcamerabin_la-gstcamerabin2.o .libs/libgstcamerabin_la-gstplugin.o -Wl,-rpath -Wl,/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/interfaces/.libs -Wl,-rpath -Wl,/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/basecamerabinsrc/.libs ../../gst-libs/gst/interfaces/.libs/libgstphotography-1.0.so ../../gst-libs/gst/basecamerabinsrc/.libs/libgstbasecamerabinsrc-1.0.so -lgsttag-1.0 -lgstapp-1.0 -lgstpbutils-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstcamerabin.so -o .libs/libgstcamerabin.so libtool: link: ( cd ".libs" && rm -f "libgstcamerabin.la" && ln -s "../libgstcamerabin.la" "libgstcamerabin.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/camerabin2' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/debugutils' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdebugutilsbad_la-gstchecksumsink.lo `test -f 'gstchecksumsink.c' || echo './'`gstchecksumsink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstchecksumsink.c -fPIC -DPIC -o .libs/libgstdebugutilsbad_la-gstchecksumsink.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/debugutils' /usr/bin/make -C fieldanalysis make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/fieldanalysis' /usr/bin/orcc --compat 0.4.17 --implementation --include glib.h -o tmp-orc.c ./gstfieldanalysisorc.orc make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/fieldanalysis' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/fieldanalysis' /usr/bin/orcc --compat 0.4.17 --header --include glib.h -o gstfieldanalysisorc.h ./gstfieldanalysisorc.orc make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/fieldanalysis' /usr/bin/make all-am make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/faceoverlay' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstfaceoverlay.la -rpath /usr/lib64/gstreamer-1.0 libgstfaceoverlay_la-gstfaceoverlay.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstfaceoverlay_la-gstfaceoverlay.o -lgstvideo-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstfaceoverlay.so -o .libs/libgstfaceoverlay.so libtool: link: ( cd ".libs" && rm -f "libgstfaceoverlay.la" && ln -s "../libgstfaceoverlay.la" "libgstfaceoverlay.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/faceoverlay' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/festival' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstfestival.la -rpath /usr/lib64/gstreamer-1.0 libgstfestival_la-gstfestival.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstfestival_la-gstfestival.o -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -g -pthread -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstfestival.so -o .libs/libgstfestival.so libtool: link: ( cd ".libs" && rm -f "libgstfestival.la" && ln -s "../libgstfestival.la" "libgstfestival.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/festival' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/debugutils' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdebugutilsbad_la-gstchopmydata.lo `test -f 'gstchopmydata.c' || echo './'`gstchopmydata.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstchopmydata.c -fPIC -DPIC -o .libs/libgstdebugutilsbad_la-gstchopmydata.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/debugutils' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/debugutils' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdebugutilsbad_la-gstcompare.lo `test -f 'gstcompare.c' || echo './'`gstcompare.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstcompare.c -fPIC -DPIC -o .libs/libgstdebugutilsbad_la-gstcompare.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/debugutils' /usr/bin/make -C freeverb make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/debugutils' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdebugutilsbad_la-gstwatchdog.lo `test -f 'gstwatchdog.c' || echo './'`gstwatchdog.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstwatchdog.c -fPIC -DPIC -o .libs/libgstdebugutilsbad_la-gstwatchdog.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/debugutils' /usr/bin/make -C frei0r make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/debugutils' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdebugutilsbad_la-gsterrorignore.lo `test -f 'gsterrorignore.c' || echo './'`gsterrorignore.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gsterrorignore.c -fPIC -DPIC -o .libs/libgstdebugutilsbad_la-gsterrorignore.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/debugutils' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/debugutils' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdebugutilsbad_la-gstfakevideosink.lo `test -f 'gstfakevideosink.c' || echo './'`gstfakevideosink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstfakevideosink.c -fPIC -DPIC -o .libs/libgstdebugutilsbad_la-gstfakevideosink.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/debugutils' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/frei0r' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstfrei0r_la-gstfrei0r.lo `test -f 'gstfrei0r.c' || echo './'`gstfrei0r.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstfrei0r.c -fPIC -DPIC -o .libs/libgstfrei0r_la-gstfrei0r.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/frei0r' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/freeverb' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstfreeverb_la-gstfreeverb.lo `test -f 'gstfreeverb.c' || echo './'`gstfreeverb.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstfreeverb.c -fPIC -DPIC -o .libs/libgstfreeverb_la-gstfreeverb.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/freeverb' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/debugutils' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstdebugutilsbad.la -rpath /usr/lib64/gstreamer-1.0 libgstdebugutilsbad_la-gstdebugspy.lo libgstdebugutilsbad_la-debugutilsbad.lo libgstdebugutilsbad_la-fpsdisplaysink.lo libgstdebugutilsbad_la-gstchecksumsink.lo libgstdebugutilsbad_la-gstchopmydata.lo libgstdebugutilsbad_la-gstcompare.lo libgstdebugutilsbad_la-gstwatchdog.lo libgstdebugutilsbad_la-gsterrorignore.lo libgstdebugutilsbad_la-gstfakevideosink.lo -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstdebugutilsbad_la-gstdebugspy.o .libs/libgstdebugutilsbad_la-debugutilsbad.o .libs/libgstdebugutilsbad_la-fpsdisplaysink.o .libs/libgstdebugutilsbad_la-gstchecksumsink.o .libs/libgstdebugutilsbad_la-gstchopmydata.o .libs/libgstdebugutilsbad_la-gstcompare.o .libs/libgstdebugutilsbad_la-gstwatchdog.o .libs/libgstdebugutilsbad_la-gsterrorignore.o .libs/libgstdebugutilsbad_la-gstfakevideosink.o -lgstbase-1.0 -lgstvideo-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -g -pthread -pthread -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstdebugutilsbad.so -o .libs/libgstdebugutilsbad.so libtool: link: ( cd ".libs" && rm -f "libgstdebugutilsbad.la" && ln -s "../libgstdebugutilsbad.la" "libgstdebugutilsbad.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/debugutils' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/fieldanalysis' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstfieldanalysis_la-gstfieldanalysis.lo `test -f 'gstfieldanalysis.c' || echo './'`gstfieldanalysis.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstfieldanalysis.c -fPIC -DPIC -o .libs/libgstfieldanalysis_la-gstfieldanalysis.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/fieldanalysis' /usr/bin/make -C gaudieffects make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gaudieffects' /usr/bin/orcc --compat 0.4.17 --implementation --include glib.h -o tmp-orc.c ./gstgaudieffectsorc.orc make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gaudieffects' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gaudieffects' /usr/bin/orcc --compat 0.4.17 --header --include glib.h -o gstgaudieffectsorc.h ./gstgaudieffectsorc.orc make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gaudieffects' /usr/bin/make all-am make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/freeverb' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstfreeverb.la -rpath /usr/lib64/gstreamer-1.0 libgstfreeverb_la-gstfreeverb.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -lm libtool: link: gcc -shared -fPIC -DPIC .libs/libgstfreeverb_la-gstfreeverb.o -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -g -pthread -pthread -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstfreeverb.so -o .libs/libgstfreeverb.so libtool: link: ( cd ".libs" && rm -f "libgstfreeverb.la" && ln -s "../libgstfreeverb.la" "libgstfreeverb.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/freeverb' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/frei0r' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstfrei0r_la-gstfrei0rfilter.lo `test -f 'gstfrei0rfilter.c' || echo './'`gstfrei0rfilter.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstfrei0rfilter.c -fPIC -DPIC -o .libs/libgstfrei0r_la-gstfrei0rfilter.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/frei0r' /usr/bin/make -C geometrictransform make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/fieldanalysis' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstfieldanalysis_la-tmp-orc.lo `test -f 'tmp-orc.c' || echo './'`tmp-orc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c tmp-orc.c -fPIC -DPIC -o .libs/libgstfieldanalysis_la-tmp-orc.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/fieldanalysis' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgeometrictransform_la-plugin.lo `test -f 'plugin.c' || echo './'`plugin.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c plugin.c -fPIC -DPIC -o .libs/libgstgeometrictransform_la-plugin.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/frei0r' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstfrei0r_la-gstfrei0rsrc.lo `test -f 'gstfrei0rsrc.c' || echo './'`gstfrei0rsrc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstfrei0rsrc.c -fPIC -DPIC -o .libs/libgstfrei0r_la-gstfrei0rsrc.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/frei0r' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/fieldanalysis' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstfieldanalysis.la -rpath /usr/lib64/gstreamer-1.0 libgstfieldanalysis_la-gstfieldanalysis.lo libgstfieldanalysis_la-tmp-orc.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lorc-0.4 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstfieldanalysis_la-gstfieldanalysis.o .libs/libgstfieldanalysis_la-tmp-orc.o -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstfieldanalysis.so -o .libs/libgstfieldanalysis.so libtool: link: ( cd ".libs" && rm -f "libgstfieldanalysis.la" && ln -s "../libgstfieldanalysis.la" "libgstfieldanalysis.la" ) make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/fieldanalysis' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgeometrictransform_la-gstgeometrictransform.lo `test -f 'gstgeometrictransform.c' || echo './'`gstgeometrictransform.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstgeometrictransform.c -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gstgeometrictransform.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' /usr/bin/make -C gdp make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgeometrictransform_la-gstcirclegeometrictransform.lo `test -f 'gstcirclegeometrictransform.c' || echo './'`gstcirclegeometrictransform.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstcirclegeometrictransform.c -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gstcirclegeometrictransform.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/frei0r' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstfrei0r_la-gstfrei0rmixer.lo `test -f 'gstfrei0rmixer.c' || echo './'`gstfrei0rmixer.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstfrei0rmixer.c -fPIC -DPIC -o .libs/libgstfrei0r_la-gstfrei0rmixer.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/frei0r' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/frei0r' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstfrei0r.la -rpath /usr/lib64/gstreamer-1.0 libgstfrei0r_la-gstfrei0r.lo libgstfrei0r_la-gstfrei0rfilter.lo libgstfrei0r_la-gstfrei0rsrc.lo libgstfrei0r_la-gstfrei0rmixer.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgmodule-2.0 -pthread -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstfrei0r_la-gstfrei0r.o .libs/libgstfrei0r_la-gstfrei0rfilter.o .libs/libgstfrei0r_la-gstfrei0rsrc.o .libs/libgstfrei0r_la-gstfrei0rmixer.o -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -pthread -Wl,-soname -Wl,libgstfrei0r.so -o .libs/libgstfrei0r.so libtool: link: ( cd ".libs" && rm -f "libgstfrei0r.la" && ln -s "../libgstfrei0r.la" "libgstfrei0r.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/frei0r' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgeometrictransform_la-geometricmath.lo `test -f 'geometricmath.c' || echo './'`geometricmath.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c geometricmath.c -fPIC -DPIC -o .libs/libgstgeometrictransform_la-geometricmath.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gaudieffects' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgaudieffects_la-gstburn.lo `test -f 'gstburn.c' || echo './'`gstburn.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstburn.c -fPIC -DPIC -o .libs/libgstgaudieffects_la-gstburn.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gaudieffects' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gdp' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgdp_la-dataprotocol.lo `test -f 'dataprotocol.c' || echo './'`dataprotocol.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dataprotocol.c -fPIC -DPIC -o .libs/libgstgdp_la-dataprotocol.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gdp' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gdp' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgdp_la-gstgdp.lo `test -f 'gstgdp.c' || echo './'`gstgdp.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstgdp.c -fPIC -DPIC -o .libs/libgstgdp_la-gstgdp.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gdp' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gaudieffects' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgaudieffects_la-gstchromium.lo `test -f 'gstchromium.c' || echo './'`gstchromium.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstchromium.c -fPIC -DPIC -o .libs/libgstgaudieffects_la-gstchromium.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gaudieffects' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgeometrictransform_la-gstcircle.lo `test -f 'gstcircle.c' || echo './'`gstcircle.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstcircle.c -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gstcircle.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' /usr/bin/make -C id3tag make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gaudieffects' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgaudieffects_la-gstdilate.lo `test -f 'gstdilate.c' || echo './'`gstdilate.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstdilate.c -fPIC -DPIC -o .libs/libgstgaudieffects_la-gstdilate.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gaudieffects' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/id3tag' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstid3tag_la-gstid3mux.lo `test -f 'gstid3mux.c' || echo './'`gstid3mux.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstid3mux.c -fPIC -DPIC -o .libs/libgstid3tag_la-gstid3mux.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/id3tag' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgeometrictransform_la-gstdiffuse.lo `test -f 'gstdiffuse.c' || echo './'`gstdiffuse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstdiffuse.c -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gstdiffuse.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gdp' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgdp_la-gstgdppay.lo `test -f 'gstgdppay.c' || echo './'`gstgdppay.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstgdppay.c -fPIC -DPIC -o .libs/libgstgdp_la-gstgdppay.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gdp' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gaudieffects' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgaudieffects_la-gstdodge.lo `test -f 'gstdodge.c' || echo './'`gstdodge.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstdodge.c -fPIC -DPIC -o .libs/libgstgaudieffects_la-gstdodge.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gaudieffects' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgeometrictransform_la-gstkaleidoscope.lo `test -f 'gstkaleidoscope.c' || echo './'`gstkaleidoscope.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstkaleidoscope.c -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gstkaleidoscope.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gdp' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgdp_la-gstgdpdepay.lo `test -f 'gstgdpdepay.c' || echo './'`gstgdpdepay.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstgdpdepay.c -fPIC -DPIC -o .libs/libgstgdp_la-gstgdpdepay.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gdp' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gaudieffects' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgaudieffects_la-gstexclusion.lo `test -f 'gstexclusion.c' || echo './'`gstexclusion.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstexclusion.c -fPIC -DPIC -o .libs/libgstgaudieffects_la-gstexclusion.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gaudieffects' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/id3tag' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstid3tag_la-id3tag.lo `test -f 'id3tag.c' || echo './'`id3tag.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c id3tag.c -fPIC -DPIC -o .libs/libgstid3tag_la-id3tag.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/id3tag' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gdp' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstgdp.la -rpath /usr/lib64/gstreamer-1.0 libgstgdp_la-dataprotocol.lo libgstgdp_la-gstgdp.lo libgstgdp_la-gstgdppay.lo libgstgdp_la-gstgdpdepay.lo -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstgdp_la-dataprotocol.o .libs/libgstgdp_la-gstgdp.o .libs/libgstgdp_la-gstgdppay.o .libs/libgstgdp_la-gstgdpdepay.o -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstgdp.so -o .libs/libgstgdp.so libtool: link: ( cd ".libs" && rm -f "libgstgdp.la" && ln -s "../libgstgdp.la" "libgstgdp.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gdp' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgeometrictransform_la-gstmarble.lo `test -f 'gstmarble.c' || echo './'`gstmarble.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstmarble.c -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gstmarble.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' /usr/bin/make -C inter make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/id3tag' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstid3tag.la -rpath /usr/lib64/gstreamer-1.0 libgstid3tag_la-gstid3mux.lo libgstid3tag_la-id3tag.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgsttag-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstid3tag_la-gstid3mux.o .libs/libgstid3tag_la-id3tag.o -lgsttag-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstid3tag.so -o .libs/libgstid3tag.so libtool: link: ( cd ".libs" && rm -f "libgstid3tag.la" && ln -s "../libgstid3tag.la" "libgstid3tag.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/id3tag' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgeometrictransform_la-gstpinch.lo `test -f 'gstpinch.c' || echo './'`gstpinch.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstpinch.c -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gstpinch.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/inter' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstinter_la-gstinteraudiosink.lo `test -f 'gstinteraudiosink.c' || echo './'`gstinteraudiosink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstinteraudiosink.c -fPIC -DPIC -o .libs/libgstinter_la-gstinteraudiosink.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/inter' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/inter' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstinter_la-gstinteraudiosrc.lo `test -f 'gstinteraudiosrc.c' || echo './'`gstinteraudiosrc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstinteraudiosrc.c -fPIC -DPIC -o .libs/libgstinter_la-gstinteraudiosrc.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/inter' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgeometrictransform_la-gstrotate.lo `test -f 'gstrotate.c' || echo './'`gstrotate.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstrotate.c -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gstrotate.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgeometrictransform_la-gstsphere.lo `test -f 'gstsphere.c' || echo './'`gstsphere.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstsphere.c -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gstsphere.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/inter' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstinter_la-gstintersubsink.lo `test -f 'gstintersubsink.c' || echo './'`gstintersubsink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstintersubsink.c -fPIC -DPIC -o .libs/libgstinter_la-gstintersubsink.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/inter' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/inter' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstinter_la-gstintersubsrc.lo `test -f 'gstintersubsrc.c' || echo './'`gstintersubsrc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstintersubsrc.c -fPIC -DPIC -o .libs/libgstinter_la-gstintersubsrc.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/inter' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgeometrictransform_la-gsttwirl.lo `test -f 'gsttwirl.c' || echo './'`gsttwirl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gsttwirl.c -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gsttwirl.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' /usr/bin/make -C interlace make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgeometrictransform_la-gstwaterripple.lo `test -f 'gstwaterripple.c' || echo './'`gstwaterripple.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstwaterripple.c -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gstwaterripple.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/inter' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstinter_la-gstintervideosink.lo `test -f 'gstintervideosink.c' || echo './'`gstintervideosink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstintervideosink.c -fPIC -DPIC -o .libs/libgstinter_la-gstintervideosink.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/inter' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgeometrictransform_la-gststretch.lo `test -f 'gststretch.c' || echo './'`gststretch.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gststretch.c -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gststretch.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/interlace' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstinterlace_la-gstinterlace.lo `test -f 'gstinterlace.c' || echo './'`gstinterlace.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstinterlace.c -fPIC -DPIC -o .libs/libgstinterlace_la-gstinterlace.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/interlace' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/inter' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstinter_la-gstintervideosrc.lo `test -f 'gstintervideosrc.c' || echo './'`gstintervideosrc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstintervideosrc.c -fPIC -DPIC -o .libs/libgstinter_la-gstintervideosrc.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/inter' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/interlace' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstinterlace.la -rpath /usr/lib64/gstreamer-1.0 libgstinterlace_la-gstinterlace.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lm libtool: link: gcc -shared -fPIC -DPIC .libs/libgstinterlace_la-gstinterlace.o -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -g -pthread -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstinterlace.so -o .libs/libgstinterlace.so libtool: link: ( cd ".libs" && rm -f "libgstinterlace.la" && ln -s "../libgstinterlace.la" "libgstinterlace.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/interlace' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gaudieffects' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgaudieffects_la-gstgaussblur.lo `test -f 'gstgaussblur.c' || echo './'`gstgaussblur.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstgaussblur.c -fPIC -DPIC -o .libs/libgstgaudieffects_la-gstgaussblur.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gaudieffects' /usr/bin/make -C ivfparse make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgeometrictransform_la-gstbulge.lo `test -f 'gstbulge.c' || echo './'`gstbulge.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstbulge.c -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gstbulge.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gaudieffects' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgaudieffects_la-gstsolarize.lo `test -f 'gstsolarize.c' || echo './'`gstsolarize.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstsolarize.c -fPIC -DPIC -o .libs/libgstgaudieffects_la-gstsolarize.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gaudieffects' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/ivfparse' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstivfparse_la-gstivfparse.lo `test -f 'gstivfparse.c' || echo './'`gstivfparse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstivfparse.c -fPIC -DPIC -o .libs/libgstivfparse_la-gstivfparse.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/ivfparse' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgeometrictransform_la-gsttunnel.lo `test -f 'gsttunnel.c' || echo './'`gsttunnel.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gsttunnel.c -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gsttunnel.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/ivfparse' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstivfparse.la -rpath /usr/lib64/gstreamer-1.0 libgstivfparse_la-gstivfparse.lo -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstivfparse_la-gstivfparse.o -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstivfparse.so -o .libs/libgstivfparse.so libtool: link: ( cd ".libs" && rm -f "libgstivfparse.la" && ln -s "../libgstivfparse.la" "libgstivfparse.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/ivfparse' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gaudieffects' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgaudieffects_la-gstplugin.lo `test -f 'gstplugin.c' || echo './'`gstplugin.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstplugin.c -fPIC -DPIC -o .libs/libgstgaudieffects_la-gstplugin.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gaudieffects' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/inter' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstinter_la-gstinter.lo `test -f 'gstinter.c' || echo './'`gstinter.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstinter.c -fPIC -DPIC -o .libs/libgstinter_la-gstinter.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/inter' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgeometrictransform_la-gstsquare.lo `test -f 'gstsquare.c' || echo './'`gstsquare.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstsquare.c -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gstsquare.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' /usr/bin/make -C ivtc make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gaudieffects' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgaudieffects_la-tmp-orc.lo `test -f 'tmp-orc.c' || echo './'`tmp-orc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c tmp-orc.c -fPIC -DPIC -o .libs/libgstgaudieffects_la-tmp-orc.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gaudieffects' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgeometrictransform_la-gstmirror.lo `test -f 'gstmirror.c' || echo './'`gstmirror.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstmirror.c -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gstmirror.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gaudieffects' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstgaudieffects.la -rpath /usr/lib64/gstreamer-1.0 libgstgaudieffects_la-gstburn.lo libgstgaudieffects_la-gstchromium.lo libgstgaudieffects_la-gstdilate.lo libgstgaudieffects_la-gstdodge.lo libgstgaudieffects_la-gstexclusion.lo libgstgaudieffects_la-gstgaussblur.lo libgstgaudieffects_la-gstsolarize.lo libgstgaudieffects_la-gstplugin.lo libgstgaudieffects_la-tmp-orc.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -lorc-0.4 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstgaudieffects_la-gstburn.o .libs/libgstgaudieffects_la-gstchromium.o .libs/libgstgaudieffects_la-gstdilate.o .libs/libgstgaudieffects_la-gstdodge.o .libs/libgstgaudieffects_la-gstexclusion.o .libs/libgstgaudieffects_la-gstgaussblur.o .libs/libgstgaudieffects_la-gstsolarize.o .libs/libgstgaudieffects_la-gstplugin.o .libs/libgstgaudieffects_la-tmp-orc.o -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -lorc-0.4 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstgaudieffects.so -o .libs/libgstgaudieffects.so libtool: link: ( cd ".libs" && rm -f "libgstgaudieffects.la" && ln -s "../libgstgaudieffects.la" "libgstgaudieffects.la" ) make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gaudieffects' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/inter' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstinter_la-gstintersurface.lo `test -f 'gstintersurface.c' || echo './'`gstintersurface.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstintersurface.c -fPIC -DPIC -o .libs/libgstinter_la-gstintersurface.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/inter' /usr/bin/make -C jp2kdecimator make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/ivtc' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstivtc_la-gstivtc.lo `test -f 'gstivtc.c' || echo './'`gstivtc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstivtc.c -fPIC -DPIC -o .libs/libgstivtc_la-gstivtc.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/ivtc' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/inter' gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o gstintertest-gstintertest.o `test -f 'gstintertest.c' || echo './'`gstintertest.c make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/inter' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/jp2kdecimator' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstjp2kdecimator_la-gstjp2kdecimator.lo `test -f 'gstjp2kdecimator.c' || echo './'`gstjp2kdecimator.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstjp2kdecimator.c -fPIC -DPIC -o .libs/libgstjp2kdecimator_la-gstjp2kdecimator.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/jp2kdecimator' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/inter' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstinter.la -rpath /usr/lib64/gstreamer-1.0 libgstinter_la-gstinteraudiosink.lo libgstinter_la-gstinteraudiosrc.lo libgstinter_la-gstintersubsink.lo libgstinter_la-gstintersubsrc.lo libgstinter_la-gstintervideosink.lo libgstinter_la-gstintervideosrc.lo libgstinter_la-gstinter.lo libgstinter_la-gstintersurface.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm libtool: link: gcc -shared -fPIC -DPIC .libs/libgstinter_la-gstinteraudiosink.o .libs/libgstinter_la-gstinteraudiosrc.o .libs/libgstinter_la-gstintersubsink.o .libs/libgstinter_la-gstintersubsrc.o .libs/libgstinter_la-gstintervideosink.o .libs/libgstinter_la-gstintervideosrc.o .libs/libgstinter_la-gstinter.o .libs/libgstinter_la-gstintersurface.o -lgstvideo-1.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstinter.so -o .libs/libgstinter.so libtool: link: ( cd ".libs" && rm -f "libgstinter.la" && ln -s "../libgstinter.la" "libgstinter.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/inter' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/ivtc' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstivtc_la-gstcombdetect.lo `test -f 'gstcombdetect.c' || echo './'`gstcombdetect.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstcombdetect.c -fPIC -DPIC -o .libs/libgstivtc_la-gstcombdetect.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/ivtc' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/inter' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o gstintertest gstintertest-gstintertest.o -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm libtool: link: gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o gstintertest gstintertest-gstintertest.o -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -pthread make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/inter' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgeometrictransform_la-gstfisheye.lo `test -f 'gstfisheye.c' || echo './'`gstfisheye.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstfisheye.c -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gstfisheye.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' /usr/bin/make -C jpegformat make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/ivtc' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstivtc.la -rpath /usr/lib64/gstreamer-1.0 libgstivtc_la-gstivtc.lo libgstivtc_la-gstcombdetect.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstivtc_la-gstivtc.o .libs/libgstivtc_la-gstcombdetect.o -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstivtc.so -o .libs/libgstivtc.so libtool: link: ( cd ".libs" && rm -f "libgstivtc.la" && ln -s "../libgstivtc.la" "libgstivtc.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/ivtc' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/jpegformat' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstjpegformat_la-gstjpegformat.lo `test -f 'gstjpegformat.c' || echo './'`gstjpegformat.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstjpegformat.c -fPIC -DPIC -o .libs/libgstjpegformat_la-gstjpegformat.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/jpegformat' /usr/bin/make -C librfb make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgeometrictransform_la-gstperspective.lo `test -f 'gstperspective.c' || echo './'`gstperspective.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstperspective.c -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gstperspective.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/jpegformat' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstjpegformat_la-gstjpegparse.lo `test -f 'gstjpegparse.c' || echo './'`gstjpegparse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstjpegparse.c -fPIC -DPIC -o .libs/libgstjpegformat_la-gstjpegparse.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/jpegformat' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/jp2kdecimator' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstjp2kdecimator_la-jp2kcodestream.lo `test -f 'jp2kcodestream.c' || echo './'`jp2kcodestream.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c jp2kcodestream.c -fPIC -DPIC -o .libs/libgstjp2kdecimator_la-jp2kcodestream.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/jp2kdecimator' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstgeometrictransform.la -rpath /usr/lib64/gstreamer-1.0 libgstgeometrictransform_la-plugin.lo libgstgeometrictransform_la-gstgeometrictransform.lo libgstgeometrictransform_la-gstcirclegeometrictransform.lo libgstgeometrictransform_la-geometricmath.lo libgstgeometrictransform_la-gstcircle.lo libgstgeometrictransform_la-gstdiffuse.lo libgstgeometrictransform_la-gstkaleidoscope.lo libgstgeometrictransform_la-gstmarble.lo libgstgeometrictransform_la-gstpinch.lo libgstgeometrictransform_la-gstrotate.lo libgstgeometrictransform_la-gstsphere.lo libgstgeometrictransform_la-gsttwirl.lo libgstgeometrictransform_la-gstwaterripple.lo libgstgeometrictransform_la-gststretch.lo libgstgeometrictransform_la-gstbulge.lo libgstgeometrictransform_la-gsttunnel.lo libgstgeometrictransform_la-gstsquare.lo libgstgeometrictransform_la-gstmirror.lo libgstgeometrictransform_la-gstfisheye.lo libgstgeometrictransform_la-gstperspective.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm libtool: link: gcc -shared -fPIC -DPIC .libs/libgstgeometrictransform_la-plugin.o .libs/libgstgeometrictransform_la-gstgeometrictransform.o .libs/libgstgeometrictransform_la-gstcirclegeometrictransform.o .libs/libgstgeometrictransform_la-geometricmath.o .libs/libgstgeometrictransform_la-gstcircle.o .libs/libgstgeometrictransform_la-gstdiffuse.o .libs/libgstgeometrictransform_la-gstkaleidoscope.o .libs/libgstgeometrictransform_la-gstmarble.o .libs/libgstgeometrictransform_la-gstpinch.o .libs/libgstgeometrictransform_la-gstrotate.o .libs/libgstgeometrictransform_la-gstsphere.o .libs/libgstgeometrictransform_la-gsttwirl.o .libs/libgstgeometrictransform_la-gstwaterripple.o .libs/libgstgeometrictransform_la-gststretch.o .libs/libgstgeometrictransform_la-gstbulge.o .libs/libgstgeometrictransform_la-gsttunnel.o .libs/libgstgeometrictransform_la-gstsquare.o .libs/libgstgeometrictransform_la-gstmirror.o .libs/libgstgeometrictransform_la-gstfisheye.o .libs/libgstgeometrictransform_la-gstperspective.o -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -g -pthread -pthread -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstgeometrictransform.so -o .libs/libgstgeometrictransform.so libtool: link: ( cd ".libs" && rm -f "libgstgeometrictransform.la" && ln -s "../libgstgeometrictransform.la" "libgstgeometrictransform.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/librfb' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstrfbsrc_la-gstrfbsrc.lo `test -f 'gstrfbsrc.c' || echo './'`gstrfbsrc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstrfbsrc.c -fPIC -DPIC -o .libs/libgstrfbsrc_la-gstrfbsrc.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/librfb' /usr/bin/make -C midi make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/jp2kdecimator' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstjp2kdecimator.la -rpath /usr/lib64/gstreamer-1.0 libgstjp2kdecimator_la-gstjp2kdecimator.lo libgstjp2kdecimator_la-jp2kcodestream.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstjp2kdecimator_la-gstjp2kdecimator.o .libs/libgstjp2kdecimator_la-jp2kcodestream.o -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstjp2kdecimator.so -o .libs/libgstjp2kdecimator.so libtool: link: ( cd ".libs" && rm -f "libgstjp2kdecimator.la" && ln -s "../libgstjp2kdecimator.la" "libgstjp2kdecimator.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/jp2kdecimator' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/midi' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmidi_la-midi.lo `test -f 'midi.c' || echo './'`midi.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c midi.c -fPIC -DPIC -o .libs/libgstmidi_la-midi.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/midi' /usr/bin/make -C mpegdemux make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/jpegformat' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstjpegformat_la-gstjifmux.lo `test -f 'gstjifmux.c' || echo './'`gstjifmux.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstjifmux.c -fPIC -DPIC -o .libs/libgstjpegformat_la-gstjifmux.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/jpegformat' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/jpegformat' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstjpegformat.la -rpath /usr/lib64/gstreamer-1.0 libgstjpegformat_la-gstjpegformat.lo libgstjpegformat_la-gstjpegparse.lo libgstjpegformat_la-gstjifmux.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgsttag-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstjpegformat_la-gstjpegformat.o .libs/libgstjpegformat_la-gstjpegparse.o .libs/libgstjpegformat_la-gstjifmux.o -lgsttag-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstjpegformat.so -o .libs/libgstjpegformat.so libtool: link: ( cd ".libs" && rm -f "libgstjpegformat.la" && ln -s "../libgstjpegformat.la" "libgstjpegformat.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/jpegformat' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/librfb' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstrfbsrc_la-rfbdecoder.lo `test -f 'rfbdecoder.c' || echo './'`rfbdecoder.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c rfbdecoder.c -fPIC -DPIC -o .libs/libgstrfbsrc_la-rfbdecoder.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/librfb' /usr/bin/make -C mpegtsdemux make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegdemux' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmpegpsdemux_la-plugin.lo `test -f 'plugin.c' || echo './'`plugin.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c plugin.c -fPIC -DPIC -o .libs/libgstmpegpsdemux_la-plugin.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegdemux' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/midi' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmidi_la-midiparse.lo `test -f 'midiparse.c' || echo './'`midiparse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c midiparse.c -fPIC -DPIC -o .libs/libgstmidi_la-midiparse.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/midi' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/librfb' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstrfbsrc_la-d3des.lo `test -f 'd3des.c' || echo './'`d3des.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c d3des.c -fPIC -DPIC -o .libs/libgstrfbsrc_la-d3des.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/librfb' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/midi' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstmidi.la -rpath /usr/lib64/gstreamer-1.0 libgstmidi_la-midi.lo libgstmidi_la-midiparse.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgsttag-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm libtool: link: gcc -shared -fPIC -DPIC .libs/libgstmidi_la-midi.o .libs/libgstmidi_la-midiparse.o -lgsttag-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstmidi.so -o .libs/libgstmidi.so libtool: link: ( cd ".libs" && rm -f "libgstmidi.la" && ln -s "../libgstmidi.la" "libgstmidi.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/midi' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/librfb' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstrfbsrc.la -rpath /usr/lib64/gstreamer-1.0 libgstrfbsrc_la-gstrfbsrc.lo libgstrfbsrc_la-rfbdecoder.lo libgstrfbsrc_la-d3des.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lX11 -lgio-2.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstrfbsrc_la-gstrfbsrc.o .libs/libgstrfbsrc_la-rfbdecoder.o .libs/libgstrfbsrc_la-d3des.o -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lX11 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -pthread -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstrfbsrc.so -o .libs/libgstrfbsrc.so libtool: link: ( cd ".libs" && rm -f "libgstrfbsrc.la" && ln -s "../libgstrfbsrc.la" "libgstrfbsrc.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/librfb' /usr/bin/make -C mpegtsmux Making all in tsmux make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegdemux' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmpegpsdemux_la-gstpesfilter.lo `test -f 'gstpesfilter.c' || echo './'`gstpesfilter.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstpesfilter.c -fPIC -DPIC -o .libs/libgstmpegpsdemux_la-gstpesfilter.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegdemux' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsmux/tsmux' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libtsmux_la-tsmux.lo `test -f 'tsmux.c' || echo './'`tsmux.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c tsmux.c -fPIC -DPIC -o .libs/libtsmux_la-tsmux.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsmux/tsmux' /usr/bin/make -C mpegpsmux make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsdemux' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmpegtsdemux_la-mpegtspacketizer.lo `test -f 'mpegtspacketizer.c' || echo './'`mpegtspacketizer.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mpegtspacketizer.c -fPIC -DPIC -o .libs/libgstmpegtsdemux_la-mpegtspacketizer.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsdemux' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsmux/tsmux' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libtsmux_la-tsmuxstream.lo `test -f 'tsmuxstream.c' || echo './'`tsmuxstream.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c tsmuxstream.c -fPIC -DPIC -o .libs/libtsmux_la-tsmuxstream.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsmux/tsmux' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegpsmux' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmpegpsmux_la-mpegpsmux.lo `test -f 'mpegpsmux.c' || echo './'`mpegpsmux.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mpegpsmux.c -fPIC -DPIC -o .libs/libgstmpegpsmux_la-mpegpsmux.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegpsmux' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsmux/tsmux' /bin/sh ../../../libtool --tag=CC --mode=link gcc -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libtsmux.la libtsmux_la-tsmux.lo libtsmux_la-tsmuxstream.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 ../../../gst-libs/gst/mpegts/libgstmpegts-1.0.la libtool: link: ar cru .libs/libtsmux.a .libs/libtsmux_la-tsmux.o .libs/libtsmux_la-tsmuxstream.o libtool: link: ranlib .libs/libtsmux.a libtool: link: ( cd ".libs" && rm -f "libtsmux.la" && ln -s "../libtsmux.la" "libtsmux.la" ) make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsmux/tsmux' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegdemux' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmpegpsdemux_la-gstmpegdemux.lo `test -f 'gstmpegdemux.c' || echo './'`gstmpegdemux.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstmpegdemux.c -fPIC -DPIC -o .libs/libgstmpegpsdemux_la-gstmpegdemux.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegdemux' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegpsmux' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmpegpsmux_la-psmux.lo `test -f 'psmux.c' || echo './'`psmux.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c psmux.c -fPIC -DPIC -o .libs/libgstmpegpsmux_la-psmux.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegpsmux' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsdemux' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmpegtsdemux_la-mpegtsbase.lo `test -f 'mpegtsbase.c' || echo './'`mpegtsbase.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mpegtsbase.c -fPIC -DPIC -o .libs/libgstmpegtsdemux_la-mpegtsbase.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsdemux' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegdemux' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstmpegpsdemux.la -rpath /usr/lib64/gstreamer-1.0 libgstmpegpsdemux_la-plugin.lo libgstmpegpsdemux_la-gstmpegdemux.lo libgstmpegpsdemux_la-gstpesfilter.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgsttag-1.0 -lgstpbutils-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstmpegpsdemux_la-plugin.o .libs/libgstmpegpsdemux_la-gstmpegdemux.o .libs/libgstmpegpsdemux_la-gstpesfilter.o -lgsttag-1.0 -lgstpbutils-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstmpegpsdemux.so -o .libs/libgstmpegpsdemux.so libtool: link: ( cd ".libs" && rm -f "libgstmpegpsdemux.la" && ln -s "../libgstmpegpsdemux.la" "libgstmpegpsdemux.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegdemux' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsmux' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmpegtsmux_la-mpegtsmux.lo `test -f 'mpegtsmux.c' || echo './'`mpegtsmux.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mpegtsmux.c -fPIC -DPIC -o .libs/libgstmpegtsmux_la-mpegtsmux.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsmux' /usr/bin/make -C mxf make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegpsmux' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmpegpsmux_la-psmuxstream.lo `test -f 'psmuxstream.c' || echo './'`psmuxstream.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c psmuxstream.c -fPIC -DPIC -o .libs/libgstmpegpsmux_la-psmuxstream.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegpsmux' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsmux' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmpegtsmux_la-mpegtsmux_aac.lo `test -f 'mpegtsmux_aac.c' || echo './'`mpegtsmux_aac.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mpegtsmux_aac.c -fPIC -DPIC -o .libs/libgstmpegtsmux_la-mpegtsmux_aac.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsmux' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsdemux' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmpegtsdemux_la-mpegtsparse.lo `test -f 'mpegtsparse.c' || echo './'`mpegtsparse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mpegtsparse.c -fPIC -DPIC -o .libs/libgstmpegtsdemux_la-mpegtsparse.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsdemux' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmxf_la-mxf.lo `test -f 'mxf.c' || echo './'`mxf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mxf.c -fPIC -DPIC -o .libs/libgstmxf_la-mxf.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegpsmux' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmpegpsmux_la-mpegpsmux_aac.lo `test -f 'mpegpsmux_aac.c' || echo './'`mpegpsmux_aac.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mpegpsmux_aac.c -fPIC -DPIC -o .libs/libgstmpegpsmux_la-mpegpsmux_aac.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegpsmux' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsmux' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmpegtsmux_la-mpegtsmux_ttxt.lo `test -f 'mpegtsmux_ttxt.c' || echo './'`mpegtsmux_ttxt.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mpegtsmux_ttxt.c -fPIC -DPIC -o .libs/libgstmpegtsmux_la-mpegtsmux_ttxt.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsmux' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmxf_la-mxful.lo `test -f 'mxful.c' || echo './'`mxful.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mxful.c -fPIC -DPIC -o .libs/libgstmxf_la-mxful.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegpsmux' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmpegpsmux_la-mpegpsmux_h264.lo `test -f 'mpegpsmux_h264.c' || echo './'`mpegpsmux_h264.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mpegpsmux_h264.c -fPIC -DPIC -o .libs/libgstmpegpsmux_la-mpegpsmux_h264.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegpsmux' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsmux' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmpegtsmux_la-mpegtsmux_opus.lo `test -f 'mpegtsmux_opus.c' || echo './'`mpegtsmux_opus.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mpegtsmux_opus.c -fPIC -DPIC -o .libs/libgstmpegtsmux_la-mpegtsmux_opus.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsmux' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegpsmux' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstmpegpsmux.la -rpath /usr/lib64/gstreamer-1.0 libgstmpegpsmux_la-mpegpsmux.lo libgstmpegpsmux_la-psmux.lo libgstmpegpsmux_la-psmuxstream.lo libgstmpegpsmux_la-mpegpsmux_aac.lo libgstmpegpsmux_la-mpegpsmux_h264.lo -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstmpegpsmux_la-mpegpsmux.o .libs/libgstmpegpsmux_la-psmux.o .libs/libgstmpegpsmux_la-psmuxstream.o .libs/libgstmpegpsmux_la-mpegpsmux_aac.o .libs/libgstmpegpsmux_la-mpegpsmux_h264.o -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstmpegpsmux.so -o .libs/libgstmpegpsmux.so libtool: link: ( cd ".libs" && rm -f "libgstmpegpsmux.la" && ln -s "../libgstmpegpsmux.la" "libgstmpegpsmux.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegpsmux' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsmux' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmpegtsmux_la-mpegtsmux_jpeg2000.lo `test -f 'mpegtsmux_jpeg2000.c' || echo './'`mpegtsmux_jpeg2000.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mpegtsmux_jpeg2000.c -fPIC -DPIC -o .libs/libgstmpegtsmux_la-mpegtsmux_jpeg2000.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsmux' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmxf_la-mxftypes.lo `test -f 'mxftypes.c' || echo './'`mxftypes.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mxftypes.c -fPIC -DPIC -o .libs/libgstmxf_la-mxftypes.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsdemux' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmpegtsdemux_la-tsdemux.lo `test -f 'tsdemux.c' || echo './'`tsdemux.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c tsdemux.c -fPIC -DPIC -o .libs/libgstmpegtsdemux_la-tsdemux.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsdemux' /usr/bin/make -C netsim make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsmux' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstmpegtsmux.la -rpath /usr/lib64/gstreamer-1.0 libgstmpegtsmux_la-mpegtsmux.lo libgstmpegtsmux_la-mpegtsmux_aac.lo libgstmpegtsmux_la-mpegtsmux_ttxt.lo libgstmpegtsmux_la-mpegtsmux_opus.lo libgstmpegtsmux_la-mpegtsmux_jpeg2000.lo ../../gst/mpegtsmux/tsmux/libtsmux.la -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstaudio-1.0 -lgsttag-1.0 -lgstpbutils-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstmpegtsmux_la-mpegtsmux.o .libs/libgstmpegtsmux_la-mpegtsmux_aac.o .libs/libgstmpegtsmux_la-mpegtsmux_ttxt.o .libs/libgstmpegtsmux_la-mpegtsmux_opus.o .libs/libgstmpegtsmux_la-mpegtsmux_jpeg2000.o -Wl,--whole-archive ../../gst/mpegtsmux/tsmux/.libs/libtsmux.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts/.libs /builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts/.libs/libgstmpegts-1.0.so -lgstvideo-1.0 -lgstaudio-1.0 -lgsttag-1.0 -lgstpbutils-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstmpegtsmux.so -o .libs/libgstmpegtsmux.so libtool: link: ( cd ".libs" && rm -f "libgstmpegtsmux.la" && ln -s "../libgstmpegtsmux.la" "libgstmpegtsmux.la" ) make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsmux' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsdemux' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmpegtsdemux_la-gsttsdemux.lo `test -f 'gsttsdemux.c' || echo './'`gsttsdemux.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gsttsdemux.c -fPIC -DPIC -o .libs/libgstmpegtsdemux_la-gsttsdemux.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsdemux' /usr/bin/make -C onvif make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/netsim' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstnetsim_la-gstnetsim.lo `test -f 'gstnetsim.c' || echo './'`gstnetsim.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstnetsim.c -fPIC -DPIC -o .libs/libgstnetsim_la-gstnetsim.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/netsim' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsdemux' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmpegtsdemux_la-pesparse.lo `test -f 'pesparse.c' || echo './'`pesparse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c pesparse.c -fPIC -DPIC -o .libs/libgstmpegtsdemux_la-pesparse.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsdemux' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/onvif' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstrtponvif_la-gstrtponvif.lo `test -f 'gstrtponvif.c' || echo './'`gstrtponvif.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstrtponvif.c -fPIC -DPIC -o .libs/libgstrtponvif_la-gstrtponvif.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/onvif' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/netsim' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstnetsim.la -rpath /usr/lib64/gstreamer-1.0 libgstnetsim_la-gstnetsim.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm libtool: link: gcc -shared -fPIC -DPIC .libs/libgstnetsim_la-gstnetsim.o -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstnetsim.so -o .libs/libgstnetsim.so libtool: link: ( cd ".libs" && rm -f "libgstnetsim.la" && ln -s "../libgstnetsim.la" "libgstnetsim.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/netsim' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsdemux' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstmpegtsdemux.la -rpath /usr/lib64/gstreamer-1.0 libgstmpegtsdemux_la-mpegtspacketizer.lo libgstmpegtsdemux_la-mpegtsbase.lo libgstmpegtsdemux_la-mpegtsparse.lo libgstmpegtsdemux_la-tsdemux.lo libgstmpegtsdemux_la-gsttsdemux.lo libgstmpegtsdemux_la-pesparse.lo ../../gst-libs/gst/mpegts/libgstmpegts-1.0.la ../../gst-libs/gst/codecparsers/libgstcodecparsers-1.0.la -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgsttag-1.0 -lgstpbutils-1.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm libtool: link: gcc -shared -fPIC -DPIC .libs/libgstmpegtsdemux_la-mpegtspacketizer.o .libs/libgstmpegtsdemux_la-mpegtsbase.o .libs/libgstmpegtsdemux_la-mpegtsparse.o .libs/libgstmpegtsdemux_la-tsdemux.o .libs/libgstmpegtsdemux_la-gsttsdemux.o .libs/libgstmpegtsdemux_la-pesparse.o -Wl,-rpath -Wl,/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts/.libs -Wl,-rpath -Wl,/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers/.libs ../../gst-libs/gst/mpegts/.libs/libgstmpegts-1.0.so ../../gst-libs/gst/codecparsers/.libs/libgstcodecparsers-1.0.so -lgsttag-1.0 -lgstpbutils-1.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstmpegtsdemux.so -o .libs/libgstmpegtsdemux.so libtool: link: ( cd ".libs" && rm -f "libgstmpegtsdemux.la" && ln -s "../libgstmpegtsdemux.la" "libgstmpegtsdemux.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsdemux' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmxf_la-mxfessence.lo `test -f 'mxfessence.c' || echo './'`mxfessence.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mxfessence.c -fPIC -DPIC -o .libs/libgstmxf_la-mxfessence.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' /usr/bin/make -C pcapparse make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/onvif' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstrtponvif_la-gstrtponviftimestamp.lo `test -f 'gstrtponviftimestamp.c' || echo './'`gstrtponviftimestamp.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstrtponviftimestamp.c -fPIC -DPIC -o .libs/libgstrtponvif_la-gstrtponviftimestamp.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/onvif' /usr/bin/make -C pnm make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/onvif' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstrtponvif_la-gstrtponvifparse.lo `test -f 'gstrtponvifparse.c' || echo './'`gstrtponvifparse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstrtponvifparse.c -fPIC -DPIC -o .libs/libgstrtponvif_la-gstrtponvifparse.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/onvif' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/pnm' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstpnm_la-gstpnmutils.lo `test -f 'gstpnmutils.c' || echo './'`gstpnmutils.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstpnmutils.c -fPIC -DPIC -o .libs/libgstpnm_la-gstpnmutils.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/pnm' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/onvif' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstrtponvif.la -rpath /usr/lib64/gstreamer-1.0 libgstrtponvif_la-gstrtponvif.lo libgstrtponvif_la-gstrtponviftimestamp.lo libgstrtponvif_la-gstrtponvifparse.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstrtp-1.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstrtponvif_la-gstrtponvif.o .libs/libgstrtponvif_la-gstrtponviftimestamp.o .libs/libgstrtponvif_la-gstrtponvifparse.o -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstrtp-1.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstrtponvif.so -o .libs/libgstrtponvif.so libtool: link: ( cd ".libs" && rm -f "libgstrtponvif.la" && ln -s "../libgstrtponvif.la" "libgstrtponvif.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/onvif' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/pcapparse' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstpcapparse_la-gstpcapparse.lo `test -f 'gstpcapparse.c' || echo './'`gstpcapparse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstpcapparse.c -fPIC -DPIC -o .libs/libgstpcapparse_la-gstpcapparse.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/pcapparse' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmxf_la-mxfmetadata.lo `test -f 'mxfmetadata.c' || echo './'`mxfmetadata.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mxfmetadata.c -fPIC -DPIC -o .libs/libgstmxf_la-mxfmetadata.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmxf_la-mxfquark.lo `test -f 'mxfquark.c' || echo './'`mxfquark.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mxfquark.c -fPIC -DPIC -o .libs/libgstmxf_la-mxfquark.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/pcapparse' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstpcapparse_la-gstirtspparse.lo `test -f 'gstirtspparse.c' || echo './'`gstirtspparse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstirtspparse.c -fPIC -DPIC -o .libs/libgstpcapparse_la-gstirtspparse.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/pcapparse' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/pnm' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstpnm_la-gstpnm.lo `test -f 'gstpnm.c' || echo './'`gstpnm.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstpnm.c -fPIC -DPIC -o .libs/libgstpnm_la-gstpnm.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/pnm' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/pcapparse' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstpcapparse_la-plugin.lo `test -f 'plugin.c' || echo './'`plugin.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c plugin.c -fPIC -DPIC -o .libs/libgstpcapparse_la-plugin.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/pcapparse' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/pnm' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstpnm_la-gstpnmdec.lo `test -f 'gstpnmdec.c' || echo './'`gstpnmdec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstpnmdec.c -fPIC -DPIC -o .libs/libgstpnm_la-gstpnmdec.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/pnm' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/pcapparse' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstpcapparse.la -rpath /usr/lib64/gstreamer-1.0 libgstpcapparse_la-gstpcapparse.lo libgstpcapparse_la-gstirtspparse.lo libgstpcapparse_la-plugin.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstpcapparse_la-gstpcapparse.o .libs/libgstpcapparse_la-gstirtspparse.o .libs/libgstpcapparse_la-plugin.o -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -g -pthread -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstpcapparse.so -o .libs/libgstpcapparse.so libtool: link: ( cd ".libs" && rm -f "libgstpcapparse.la" && ln -s "../libgstpcapparse.la" "libgstpcapparse.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/pcapparse' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmxf_la-mxfmux.lo `test -f 'mxfmux.c' || echo './'`mxfmux.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mxfmux.c -fPIC -DPIC -o .libs/libgstmxf_la-mxfmux.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' /usr/bin/make -C proxy make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/proxy' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstproxy_la-gstproxy.lo `test -f 'gstproxy.c' || echo './'`gstproxy.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstproxy.c -fPIC -DPIC -o .libs/libgstproxy_la-gstproxy.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/proxy' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/pnm' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstpnm_la-gstpnmenc.lo `test -f 'gstpnmenc.c' || echo './'`gstpnmenc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstpnmenc.c -fPIC -DPIC -o .libs/libgstpnm_la-gstpnmenc.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/pnm' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/pnm' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstpnm.la -rpath /usr/lib64/gstreamer-1.0 libgstpnm_la-gstpnmutils.lo libgstpnm_la-gstpnm.lo libgstpnm_la-gstpnmdec.lo libgstpnm_la-gstpnmenc.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstpnm_la-gstpnmutils.o .libs/libgstpnm_la-gstpnm.o .libs/libgstpnm_la-gstpnmdec.o .libs/libgstpnm_la-gstpnmenc.o -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstpnm.so -o .libs/libgstpnm.so libtool: link: ( cd ".libs" && rm -f "libgstpnm.la" && ln -s "../libgstpnm.la" "libgstpnm.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/pnm' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/proxy' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstproxy_la-gstproxysink.lo `test -f 'gstproxysink.c' || echo './'`gstproxysink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstproxysink.c -fPIC -DPIC -o .libs/libgstproxy_la-gstproxysink.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/proxy' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmxf_la-mxfaes-bwf.lo `test -f 'mxfaes-bwf.c' || echo './'`mxfaes-bwf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mxfaes-bwf.c -fPIC -DPIC -o .libs/libgstmxf_la-mxfaes-bwf.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' /usr/bin/make -C rawparse make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/proxy' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstproxy_la-gstproxysrc.lo `test -f 'gstproxysrc.c' || echo './'`gstproxysrc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstproxysrc.c -fPIC -DPIC -o .libs/libgstproxy_la-gstproxysrc.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/proxy' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/rawparse' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstlegacyrawparse_la-gstaudioparse.lo `test -f 'gstaudioparse.c' || echo './'`gstaudioparse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstaudioparse.c -fPIC -DPIC -o .libs/libgstlegacyrawparse_la-gstaudioparse.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/rawparse' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmxf_la-mxfdemux.lo `test -f 'mxfdemux.c' || echo './'`mxfdemux.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mxfdemux.c -fPIC -DPIC -o .libs/libgstmxf_la-mxfdemux.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' /usr/bin/make -C removesilence make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/proxy' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstproxy.la -rpath /usr/lib64/gstreamer-1.0 libgstproxy_la-gstproxy.lo libgstproxy_la-gstproxysink.lo libgstproxy_la-gstproxysrc.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstproxy_la-gstproxy.o .libs/libgstproxy_la-gstproxysink.o .libs/libgstproxy_la-gstproxysrc.o -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstproxy.so -o .libs/libgstproxy.so libtool: link: ( cd ".libs" && rm -f "libgstproxy.la" && ln -s "../libgstproxy.la" "libgstproxy.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/proxy' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmxf_la-mxfmpeg.lo `test -f 'mxfmpeg.c' || echo './'`mxfmpeg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mxfmpeg.c -fPIC -DPIC -o .libs/libgstmxf_la-mxfmpeg.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/removesilence' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstremovesilence_la-vad_private.lo `test -f 'vad_private.c' || echo './'`vad_private.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c vad_private.c -fPIC -DPIC -o .libs/libgstremovesilence_la-vad_private.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/removesilence' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/removesilence' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstremovesilence_la-gstremovesilence.lo `test -f 'gstremovesilence.c' || echo './'`gstremovesilence.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstremovesilence.c -fPIC -DPIC -o .libs/libgstremovesilence_la-gstremovesilence.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/removesilence' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/removesilence' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstremovesilence.la -rpath /usr/lib64/gstreamer-1.0 libgstremovesilence_la-gstremovesilence.lo libgstremovesilence_la-vad_private.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstremovesilence_la-gstremovesilence.o .libs/libgstremovesilence_la-vad_private.o -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstremovesilence.so -o .libs/libgstremovesilence.so libtool: link: ( cd ".libs" && rm -f "libgstremovesilence.la" && ln -s "../libgstremovesilence.la" "libgstremovesilence.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/removesilence' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/rawparse' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstlegacyrawparse_la-gstvideoparse.lo `test -f 'gstvideoparse.c' || echo './'`gstvideoparse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstvideoparse.c -fPIC -DPIC -o .libs/libgstlegacyrawparse_la-gstvideoparse.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/rawparse' /usr/bin/make -C sdp make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmxf_la-mxfdv-dif.lo `test -f 'mxfdv-dif.c' || echo './'`mxfdv-dif.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mxfdv-dif.c -fPIC -DPIC -o .libs/libgstmxf_la-mxfdv-dif.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmxf_la-mxfalaw.lo `test -f 'mxfalaw.c' || echo './'`mxfalaw.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mxfalaw.c -fPIC -DPIC -o .libs/libgstmxf_la-mxfalaw.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/rawparse' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstlegacyrawparse_la-plugin.lo `test -f 'plugin.c' || echo './'`plugin.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c plugin.c -fPIC -DPIC -o .libs/libgstlegacyrawparse_la-plugin.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/rawparse' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/sdp' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstsdpelem_la-gstsdpsrc.lo `test -f 'gstsdpsrc.c' || echo './'`gstsdpsrc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstsdpsrc.c -fPIC -DPIC -o .libs/libgstsdpelem_la-gstsdpsrc.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/sdp' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/sdp' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstsdpelem_la-gstsdpelem.lo `test -f 'gstsdpelem.c' || echo './'`gstsdpelem.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstsdpelem.c -fPIC -DPIC -o .libs/libgstsdpelem_la-gstsdpelem.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/sdp' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmxf_la-mxfjpeg2000.lo `test -f 'mxfjpeg2000.c' || echo './'`mxfjpeg2000.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mxfjpeg2000.c -fPIC -DPIC -o .libs/libgstmxf_la-mxfjpeg2000.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' /usr/bin/make -C segmentclip make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/rawparse' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstlegacyrawparse.la -rpath /usr/lib64/gstreamer-1.0 libgstlegacyrawparse_la-gstaudioparse.lo libgstlegacyrawparse_la-gstvideoparse.lo libgstlegacyrawparse_la-plugin.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstlegacyrawparse_la-gstaudioparse.o .libs/libgstlegacyrawparse_la-gstvideoparse.o .libs/libgstlegacyrawparse_la-plugin.o -lgstvideo-1.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstlegacyrawparse.so -o .libs/libgstlegacyrawparse.so libtool: link: ( cd ".libs" && rm -f "libgstlegacyrawparse.la" && ln -s "../libgstlegacyrawparse.la" "libgstlegacyrawparse.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/rawparse' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/segmentclip' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstsegmentclip_la-gstsegmentclip.lo `test -f 'gstsegmentclip.c' || echo './'`gstsegmentclip.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstsegmentclip.c -fPIC -DPIC -o .libs/libgstsegmentclip_la-gstsegmentclip.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/segmentclip' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmxf_la-mxfd10.lo `test -f 'mxfd10.c' || echo './'`mxfd10.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mxfd10.c -fPIC -DPIC -o .libs/libgstmxf_la-mxfd10.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/segmentclip' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstsegmentclip_la-gstaudiosegmentclip.lo `test -f 'gstaudiosegmentclip.c' || echo './'`gstaudiosegmentclip.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstaudiosegmentclip.c -fPIC -DPIC -o .libs/libgstsegmentclip_la-gstaudiosegmentclip.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/segmentclip' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/sdp' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstsdpelem_la-gstsdpdemux.lo `test -f 'gstsdpdemux.c' || echo './'`gstsdpdemux.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstsdpdemux.c -fPIC -DPIC -o .libs/libgstsdpelem_la-gstsdpdemux.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/sdp' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmxf_la-mxfvc3.lo `test -f 'mxfvc3.c' || echo './'`mxfvc3.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mxfvc3.c -fPIC -DPIC -o .libs/libgstmxf_la-mxfvc3.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/segmentclip' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstsegmentclip_la-gstvideosegmentclip.lo `test -f 'gstvideosegmentclip.c' || echo './'`gstvideosegmentclip.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstvideosegmentclip.c -fPIC -DPIC -o .libs/libgstsegmentclip_la-gstvideosegmentclip.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/segmentclip' /usr/bin/make -C smooth make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/sdp' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstsdpelem.la -rpath /usr/lib64/gstreamer-1.0 libgstsdpelem_la-gstsdpelem.lo libgstsdpelem_la-gstsdpsrc.lo libgstsdpelem_la-gstsdpdemux.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgstrtp-1.0 -lgstsdp-1.0 -lgstapp-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstsdpelem_la-gstsdpelem.o .libs/libgstsdpelem_la-gstsdpsrc.o .libs/libgstsdpelem_la-gstsdpdemux.o -lgstbase-1.0 -lgio-2.0 -lgstrtp-1.0 -lgstsdp-1.0 -lgstapp-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -g -pthread -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstsdpelem.so -o .libs/libgstsdpelem.so libtool: link: ( cd ".libs" && rm -f "libgstsdpelem.la" && ln -s "../libgstsdpelem.la" "libgstsdpelem.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/sdp' /usr/bin/make -C speed make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmxf_la-mxfup.lo `test -f 'mxfup.c' || echo './'`mxfup.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mxfup.c -fPIC -DPIC -o .libs/libgstmxf_la-mxfup.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/segmentclip' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstsegmentclip_la-plugin.lo `test -f 'plugin.c' || echo './'`plugin.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c plugin.c -fPIC -DPIC -o .libs/libgstsegmentclip_la-plugin.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/segmentclip' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstmxf.la -rpath /usr/lib64/gstreamer-1.0 libgstmxf_la-mxf.lo libgstmxf_la-mxful.lo libgstmxf_la-mxftypes.lo libgstmxf_la-mxfmetadata.lo libgstmxf_la-mxfessence.lo libgstmxf_la-mxfquark.lo libgstmxf_la-mxfmux.lo libgstmxf_la-mxfdemux.lo libgstmxf_la-mxfaes-bwf.lo libgstmxf_la-mxfmpeg.lo libgstmxf_la-mxfdv-dif.lo libgstmxf_la-mxfalaw.lo libgstmxf_la-mxfjpeg2000.lo libgstmxf_la-mxfd10.lo libgstmxf_la-mxfup.lo libgstmxf_la-mxfvc3.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstmxf_la-mxf.o .libs/libgstmxf_la-mxful.o .libs/libgstmxf_la-mxftypes.o .libs/libgstmxf_la-mxfmetadata.o .libs/libgstmxf_la-mxfessence.o .libs/libgstmxf_la-mxfquark.o .libs/libgstmxf_la-mxfmux.o .libs/libgstmxf_la-mxfdemux.o .libs/libgstmxf_la-mxfaes-bwf.o .libs/libgstmxf_la-mxfmpeg.o .libs/libgstmxf_la-mxfdv-dif.o .libs/libgstmxf_la-mxfalaw.o .libs/libgstmxf_la-mxfjpeg2000.o .libs/libgstmxf_la-mxfd10.o .libs/libgstmxf_la-mxfup.o .libs/libgstmxf_la-mxfvc3.o -lgstvideo-1.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstmxf.so -o .libs/libgstmxf.so libtool: link: ( cd ".libs" && rm -f "libgstmxf.la" && ln -s "../libgstmxf.la" "libgstmxf.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' /usr/bin/make -C subenc make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/smooth' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstsmooth_la-gstsmooth.lo `test -f 'gstsmooth.c' || echo './'`gstsmooth.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstsmooth.c -fPIC -DPIC -o .libs/libgstsmooth_la-gstsmooth.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/smooth' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/speed' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstspeed_la-gstspeed.lo `test -f 'gstspeed.c' || echo './'`gstspeed.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstspeed.c -fPIC -DPIC -o .libs/libgstspeed_la-gstspeed.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/speed' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/segmentclip' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstsegmentclip.la -rpath /usr/lib64/gstreamer-1.0 libgstsegmentclip_la-gstsegmentclip.lo libgstsegmentclip_la-gstaudiosegmentclip.lo libgstsegmentclip_la-gstvideosegmentclip.lo libgstsegmentclip_la-plugin.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstsegmentclip_la-gstsegmentclip.o .libs/libgstsegmentclip_la-gstaudiosegmentclip.o .libs/libgstsegmentclip_la-gstvideosegmentclip.o .libs/libgstsegmentclip_la-plugin.o -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstsegmentclip.so -o .libs/libgstsegmentclip.so libtool: link: ( cd ".libs" && rm -f "libgstsegmentclip.la" && ln -s "../libgstsegmentclip.la" "libgstsegmentclip.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/segmentclip' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/smooth' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstsmooth.la -rpath /usr/lib64/gstreamer-1.0 libgstsmooth_la-gstsmooth.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstsmooth_la-gstsmooth.o -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstsmooth.so -o .libs/libgstsmooth.so libtool: link: ( cd ".libs" && rm -f "libgstsmooth.la" && ln -s "../libgstsmooth.la" "libgstsmooth.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/smooth' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/subenc' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstsubenc_la-gstsrtenc.lo `test -f 'gstsrtenc.c' || echo './'`gstsrtenc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstsrtenc.c -fPIC -DPIC -o .libs/libgstsubenc_la-gstsrtenc.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/subenc' /usr/bin/make -C stereo make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/speed' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstspeed.la -rpath /usr/lib64/gstreamer-1.0 libgstspeed_la-gstspeed.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -lgstaudio-1.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstspeed_la-gstspeed.o -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -lgstaudio-1.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -g -pthread -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstspeed.so -o .libs/libgstspeed.so libtool: link: ( cd ".libs" && rm -f "libgstspeed.la" && ln -s "../libgstspeed.la" "libgstspeed.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/speed' /usr/bin/make -C timecode make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/subenc' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstsubenc_la-gstsubenc.lo `test -f 'gstsubenc.c' || echo './'`gstsubenc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstsubenc.c -fPIC -DPIC -o .libs/libgstsubenc_la-gstsubenc.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/subenc' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/timecode' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgsttimecode_la-plugin.lo `test -f 'plugin.c' || echo './'`plugin.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c plugin.c -fPIC -DPIC -o .libs/libgsttimecode_la-plugin.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/timecode' /usr/bin/make -C videofilters make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/subenc' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstsubenc_la-gstwebvttenc.lo `test -f 'gstwebvttenc.c' || echo './'`gstwebvttenc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstwebvttenc.c -fPIC -DPIC -o .libs/libgstsubenc_la-gstwebvttenc.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/subenc' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/stereo' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgststereo_la-gststereo.lo `test -f 'gststereo.c' || echo './'`gststereo.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gststereo.c -fPIC -DPIC -o .libs/libgststereo_la-gststereo.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/stereo' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/timecode' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgsttimecode_la-gsttimecodestamper.lo `test -f 'gsttimecodestamper.c' || echo './'`gsttimecodestamper.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gsttimecodestamper.c -fPIC -DPIC -o .libs/libgsttimecode_la-gsttimecodestamper.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/timecode' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/subenc' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstsubenc.la -rpath /usr/lib64/gstreamer-1.0 libgstsubenc_la-gstsrtenc.lo libgstsubenc_la-gstsubenc.lo libgstsubenc_la-gstwebvttenc.lo -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstsubenc_la-gstsrtenc.o .libs/libgstsubenc_la-gstsubenc.o .libs/libgstsubenc_la-gstwebvttenc.o -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstsubenc.so -o .libs/libgstsubenc.so libtool: link: ( cd ".libs" && rm -f "libgstsubenc.la" && ln -s "../libgstsubenc.la" "libgstsubenc.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/subenc' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/stereo' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgststereo.la -rpath /usr/lib64/gstreamer-1.0 libgststereo_la-gststereo.lo -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgststereo_la-gststereo.o -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -g -pthread -pthread -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgststereo.so -o .libs/libgststereo.so libtool: link: ( cd ".libs" && rm -f "libgststereo.la" && ln -s "../libgststereo.la" "libgststereo.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/stereo' /usr/bin/make -C videoparsers make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoparsers' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstvideoparsersbad_la-plugin.lo `test -f 'plugin.c' || echo './'`plugin.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c plugin.c -fPIC -DPIC -o .libs/libgstvideoparsersbad_la-plugin.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoparsers' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/timecode' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgsttimecode_la-gstavwait.lo `test -f 'gstavwait.c' || echo './'`gstavwait.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstavwait.c -fPIC -DPIC -o .libs/libgsttimecode_la-gstavwait.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/timecode' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/timecode' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgsttimecode.la -rpath /usr/lib64/gstreamer-1.0 libgsttimecode_la-plugin.lo libgsttimecode_la-gsttimecodestamper.lo libgsttimecode_la-gstavwait.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm libtool: link: gcc -shared -fPIC -DPIC .libs/libgsttimecode_la-plugin.o .libs/libgsttimecode_la-gsttimecodestamper.o .libs/libgsttimecode_la-gstavwait.o -lgstvideo-1.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgsttimecode.so -o .libs/libgsttimecode.so libtool: link: ( cd ".libs" && rm -f "libgsttimecode.la" && ln -s "../libgsttimecode.la" "libgsttimecode.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/timecode' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videofilters' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstvideofiltersbad_la-gstzebrastripe.lo `test -f 'gstzebrastripe.c' || echo './'`gstzebrastripe.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstzebrastripe.c -fPIC -DPIC -o .libs/libgstvideofiltersbad_la-gstzebrastripe.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videofilters' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videofilters' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstvideofiltersbad_la-gstscenechange.lo `test -f 'gstscenechange.c' || echo './'`gstscenechange.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstscenechange.c -fPIC -DPIC -o .libs/libgstvideofiltersbad_la-gstscenechange.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videofilters' /usr/bin/make -C videosignal make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoparsers' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstvideoparsersbad_la-h263parse.lo `test -f 'h263parse.c' || echo './'`h263parse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c h263parse.c -fPIC -DPIC -o .libs/libgstvideoparsersbad_la-h263parse.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoparsers' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videosignal' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstvideosignal_la-gstvideosignal.lo `test -f 'gstvideosignal.c' || echo './'`gstvideosignal.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstvideosignal.c -fPIC -DPIC -o .libs/libgstvideosignal_la-gstvideosignal.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videosignal' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videofilters' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstvideofiltersbad_la-gstvideodiff.lo `test -f 'gstvideodiff.c' || echo './'`gstvideodiff.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstvideodiff.c -fPIC -DPIC -o .libs/libgstvideofiltersbad_la-gstvideodiff.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videofilters' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoparsers' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstvideoparsersbad_la-gsth263parse.lo `test -f 'gsth263parse.c' || echo './'`gsth263parse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gsth263parse.c -fPIC -DPIC -o .libs/libgstvideoparsersbad_la-gsth263parse.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoparsers' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videofilters' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstvideofiltersbad_la-gstvideofiltersbad.lo `test -f 'gstvideofiltersbad.c' || echo './'`gstvideofiltersbad.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstvideofiltersbad.c -fPIC -DPIC -o .libs/libgstvideofiltersbad_la-gstvideofiltersbad.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videofilters' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videosignal' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstvideosignal_la-gstvideoanalyse.lo `test -f 'gstvideoanalyse.c' || echo './'`gstvideoanalyse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstvideoanalyse.c -fPIC -DPIC -o .libs/libgstvideosignal_la-gstvideoanalyse.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videosignal' /usr/bin/make -C vmnc make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videofilters' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstvideofiltersbad.la -rpath /usr/lib64/gstreamer-1.0 libgstvideofiltersbad_la-gstzebrastripe.lo libgstvideofiltersbad_la-gstscenechange.lo libgstvideofiltersbad_la-gstvideodiff.lo libgstvideofiltersbad_la-gstvideofiltersbad.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -lm libtool: link: gcc -shared -fPIC -DPIC .libs/libgstvideofiltersbad_la-gstzebrastripe.o .libs/libgstvideofiltersbad_la-gstscenechange.o .libs/libgstvideofiltersbad_la-gstvideodiff.o .libs/libgstvideofiltersbad_la-gstvideofiltersbad.o -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstvideofiltersbad.so -o .libs/libgstvideofiltersbad.so libtool: link: ( cd ".libs" && rm -f "libgstvideofiltersbad.la" && ln -s "../libgstvideofiltersbad.la" "libgstvideofiltersbad.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videofilters' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videosignal' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstvideosignal_la-gstsimplevideomarkdetect.lo `test -f 'gstsimplevideomarkdetect.c' || echo './'`gstsimplevideomarkdetect.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstsimplevideomarkdetect.c -fPIC -DPIC -o .libs/libgstvideosignal_la-gstsimplevideomarkdetect.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videosignal' /usr/bin/make -C y4m make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoparsers' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstvideoparsersbad_la-gstdiracparse.lo `test -f 'gstdiracparse.c' || echo './'`gstdiracparse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstdiracparse.c -fPIC -DPIC -o .libs/libgstvideoparsersbad_la-gstdiracparse.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoparsers' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoparsers' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstvideoparsersbad_la-dirac_parse.lo `test -f 'dirac_parse.c' || echo './'`dirac_parse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dirac_parse.c -fPIC -DPIC -o .libs/libgstvideoparsersbad_la-dirac_parse.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoparsers' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/vmnc' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstvmnc_la-vmncdec.lo `test -f 'vmncdec.c' || echo './'`vmncdec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c vmncdec.c -fPIC -DPIC -o .libs/libgstvmnc_la-vmncdec.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/vmnc' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videosignal' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstvideosignal_la-gstsimplevideomark.lo `test -f 'gstsimplevideomark.c' || echo './'`gstsimplevideomark.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstsimplevideomark.c -fPIC -DPIC -o .libs/libgstvideosignal_la-gstsimplevideomark.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videosignal' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/y4m' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgsty4mdec_la-gsty4mdec.lo `test -f 'gsty4mdec.c' || echo './'`gsty4mdec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gsty4mdec.c -fPIC -DPIC -o .libs/libgsty4mdec_la-gsty4mdec.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/y4m' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/vmnc' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstvmnc.la -rpath /usr/lib64/gstreamer-1.0 libgstvmnc_la-vmncdec.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstvmnc_la-vmncdec.o -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstvmnc.so -o .libs/libgstvmnc.so libtool: link: ( cd ".libs" && rm -f "libgstvmnc.la" && ln -s "../libgstvmnc.la" "libgstvmnc.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/vmnc' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videosignal' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstvideosignal.la -rpath /usr/lib64/gstreamer-1.0 libgstvideosignal_la-gstvideosignal.lo libgstvideosignal_la-gstvideoanalyse.lo libgstvideosignal_la-gstsimplevideomarkdetect.lo libgstvideosignal_la-gstsimplevideomark.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstvideosignal_la-gstvideosignal.o .libs/libgstvideosignal_la-gstvideoanalyse.o .libs/libgstvideosignal_la-gstsimplevideomarkdetect.o .libs/libgstvideosignal_la-gstsimplevideomark.o -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstvideosignal.so -o .libs/libgstvideosignal.so libtool: link: ( cd ".libs" && rm -f "libgstvideosignal.la" && ln -s "../libgstvideosignal.la" "libgstvideosignal.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videosignal' /usr/bin/make -C yadif make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/y4m' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgsty4mdec.la -rpath /usr/lib64/gstreamer-1.0 libgsty4mdec_la-gsty4mdec.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgsty4mdec_la-gsty4mdec.o -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -g -pthread -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgsty4mdec.so -o .libs/libgsty4mdec.so libtool: link: ( cd ".libs" && rm -f "libgsty4mdec.la" && ln -s "../libgsty4mdec.la" "libgsty4mdec.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/y4m' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/yadif' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstyadif_la-gstyadif.lo `test -f 'gstyadif.c' || echo './'`gstyadif.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstyadif.c -fPIC -DPIC -o .libs/libgstyadif_la-gstyadif.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/yadif' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoparsers' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstvideoparsersbad_la-gstmpegvideoparse.lo `test -f 'gstmpegvideoparse.c' || echo './'`gstmpegvideoparse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstmpegvideoparse.c -fPIC -DPIC -o .libs/libgstvideoparsersbad_la-gstmpegvideoparse.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoparsers' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoparsers' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstvideoparsersbad_la-gstmpeg4videoparse.lo `test -f 'gstmpeg4videoparse.c' || echo './'`gstmpeg4videoparse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstmpeg4videoparse.c -fPIC -DPIC -o .libs/libgstvideoparsersbad_la-gstmpeg4videoparse.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoparsers' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/yadif' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstyadif_la-vf_yadif.lo `test -f 'vf_yadif.c' || echo './'`vf_yadif.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c vf_yadif.c -fPIC -DPIC -o .libs/libgstyadif_la-vf_yadif.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/yadif' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/yadif' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstyadif_la-yadif.lo `test -f 'yadif.c' || echo './'`yadif.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c yadif.c -fPIC -DPIC -o .libs/libgstyadif_la-yadif.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/yadif' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoparsers' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstvideoparsersbad_la-gsth264parse.lo `test -f 'gsth264parse.c' || echo './'`gsth264parse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gsth264parse.c -fPIC -DPIC -o .libs/libgstvideoparsersbad_la-gsth264parse.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoparsers' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/yadif' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstyadif.la -rpath /usr/lib64/gstreamer-1.0 libgstyadif_la-gstyadif.lo libgstyadif_la-vf_yadif.lo libgstyadif_la-yadif.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstyadif_la-gstyadif.o .libs/libgstyadif_la-vf_yadif.o .libs/libgstyadif_la-yadif.o -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstyadif.so -o .libs/libgstyadif.so libtool: link: ( cd ".libs" && rm -f "libgstyadif.la" && ln -s "../libgstyadif.la" "libgstyadif.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/yadif' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoparsers' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstvideoparsersbad_la-gstpngparse.lo `test -f 'gstpngparse.c' || echo './'`gstpngparse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstpngparse.c -fPIC -DPIC -o .libs/libgstvideoparsersbad_la-gstpngparse.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoparsers' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoparsers' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstvideoparsersbad_la-gstjpeg2000parse.lo `test -f 'gstjpeg2000parse.c' || echo './'`gstjpeg2000parse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstjpeg2000parse.c -fPIC -DPIC -o .libs/libgstvideoparsersbad_la-gstjpeg2000parse.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoparsers' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoparsers' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstvideoparsersbad_la-gstvc1parse.lo `test -f 'gstvc1parse.c' || echo './'`gstvc1parse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstvc1parse.c -fPIC -DPIC -o .libs/libgstvideoparsersbad_la-gstvc1parse.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoparsers' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoparsers' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstvideoparsersbad_la-gsth265parse.lo `test -f 'gsth265parse.c' || echo './'`gsth265parse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gsth265parse.c -fPIC -DPIC -o .libs/libgstvideoparsersbad_la-gsth265parse.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoparsers' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoparsers' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstvideoparsersbad.la -rpath /usr/lib64/gstreamer-1.0 libgstvideoparsersbad_la-plugin.lo libgstvideoparsersbad_la-h263parse.lo libgstvideoparsersbad_la-gsth263parse.lo libgstvideoparsersbad_la-gstdiracparse.lo libgstvideoparsersbad_la-dirac_parse.lo libgstvideoparsersbad_la-gsth264parse.lo libgstvideoparsersbad_la-gstmpegvideoparse.lo libgstvideoparsersbad_la-gstmpeg4videoparse.lo libgstvideoparsersbad_la-gstjpeg2000parse.lo libgstvideoparsersbad_la-gstpngparse.lo libgstvideoparsersbad_la-gstvc1parse.lo libgstvideoparsersbad_la-gsth265parse.lo ../../gst-libs/gst/codecparsers/libgstcodecparsers-1.0.la -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstpbutils-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstvideoparsersbad_la-plugin.o .libs/libgstvideoparsersbad_la-h263parse.o .libs/libgstvideoparsersbad_la-gsth263parse.o .libs/libgstvideoparsersbad_la-gstdiracparse.o .libs/libgstvideoparsersbad_la-dirac_parse.o .libs/libgstvideoparsersbad_la-gsth264parse.o .libs/libgstvideoparsersbad_la-gstmpegvideoparse.o .libs/libgstvideoparsersbad_la-gstmpeg4videoparse.o .libs/libgstvideoparsersbad_la-gstjpeg2000parse.o .libs/libgstvideoparsersbad_la-gstpngparse.o .libs/libgstvideoparsersbad_la-gstvc1parse.o .libs/libgstvideoparsersbad_la-gsth265parse.o -Wl,-rpath -Wl,/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers/.libs ../../gst-libs/gst/codecparsers/.libs/libgstcodecparsers-1.0.so -lm -lgstpbutils-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstvideoparsersbad.so -o .libs/libgstvideoparsersbad.so libtool: link: ( cd ".libs" && rm -f "libgstvideoparsersbad.la" && ln -s "../libgstvideoparsersbad.la" "libgstvideoparsersbad.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoparsers' Making all in accurip make[3]: Nothing to be done for 'all'. Making all in adpcmdec make[3]: Nothing to be done for 'all'. Making all in adpcmenc make[3]: Nothing to be done for 'all'. Making all in aiff make[3]: Nothing to be done for 'all'. Making all in videoframe_audiolevel make[3]: Nothing to be done for 'all'. Making all in asfmux make[3]: Nothing to be done for 'all'. Making all in audiobuffersplit make[3]: Nothing to be done for 'all'. Making all in audiofxbad make[3]: Nothing to be done for 'all'. Making all in audiolatency make[3]: Nothing to be done for 'all'. Making all in audiomixmatrix make[3]: Nothing to be done for 'all'. Making all in compositor /usr/bin/make all-am make[4]: Nothing to be done for 'all-am'. Making all in audiovisualizers make[3]: Nothing to be done for 'all'. Making all in autoconvert make[3]: Nothing to be done for 'all'. Making all in bayer /usr/bin/make all-am make[4]: Nothing to be done for 'all-am'. Making all in camerabin2 make[3]: Nothing to be done for 'all'. Making all in coloreffects make[3]: Nothing to be done for 'all'. Making all in debugutils make[3]: Nothing to be done for 'all'. Making all in faceoverlay make[3]: Nothing to be done for 'all'. Making all in festival make[3]: Nothing to be done for 'all'. Making all in fieldanalysis /usr/bin/make all-am make[4]: Nothing to be done for 'all-am'. Making all in freeverb make[3]: Nothing to be done for 'all'. Making all in frei0r make[3]: Nothing to be done for 'all'. Making all in gaudieffects /usr/bin/make all-am make[4]: Nothing to be done for 'all-am'. Making all in geometrictransform make[3]: Nothing to be done for 'all'. Making all in gdp make[3]: Nothing to be done for 'all'. Making all in id3tag make[3]: Nothing to be done for 'all'. Making all in inter make[3]: Nothing to be done for 'all'. Making all in interlace make[3]: Nothing to be done for 'all'. Making all in ivfparse make[3]: Nothing to be done for 'all'. Making all in ivtc make[3]: Nothing to be done for 'all'. Making all in jp2kdecimator make[3]: Nothing to be done for 'all'. Making all in jpegformat make[3]: Nothing to be done for 'all'. Making all in librfb make[3]: Nothing to be done for 'all'. Making all in midi make[3]: Nothing to be done for 'all'. Making all in mpegdemux make[3]: Nothing to be done for 'all'. Making all in mpegtsdemux make[3]: Nothing to be done for 'all'. Making all in mpegtsmux Making all in tsmux make[4]: Nothing to be done for 'all'. make[4]: Nothing to be done for 'all-am'. Making all in mpegpsmux make[3]: Nothing to be done for 'all'. Making all in mxf make[3]: Nothing to be done for 'all'. Making all in netsim make[3]: Nothing to be done for 'all'. Making all in onvif make[3]: Nothing to be done for 'all'. Making all in pcapparse make[3]: Nothing to be done for 'all'. Making all in pnm make[3]: Nothing to be done for 'all'. Making all in proxy make[3]: Nothing to be done for 'all'. Making all in rawparse make[3]: Nothing to be done for 'all'. Making all in removesilence make[3]: Nothing to be done for 'all'. Making all in sdp make[3]: Nothing to be done for 'all'. Making all in segmentclip make[3]: Nothing to be done for 'all'. Making all in smooth make[3]: Nothing to be done for 'all'. Making all in speed make[3]: Nothing to be done for 'all'. Making all in subenc make[3]: Nothing to be done for 'all'. Making all in stereo make[3]: Nothing to be done for 'all'. Making all in timecode make[3]: Nothing to be done for 'all'. Making all in videofilters make[3]: Nothing to be done for 'all'. Making all in videoparsers make[3]: Nothing to be done for 'all'. Making all in videosignal make[3]: Nothing to be done for 'all'. Making all in vmnc make[3]: Nothing to be done for 'all'. Making all in y4m make[3]: Nothing to be done for 'all'. Making all in yadif make[3]: Nothing to be done for 'all'. make[3]: Nothing to be done for 'all-am'. Making all in sys /usr/bin/make -C bluez /usr/bin/make -C decklink /usr/bin/make -C dvb /usr/bin/make -C fbdev make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/bluez' gdbus-codegen \ --c-namespace=Bluez \ --generate-c-code=bluez \ --interface-prefix=org.bluez \ org.bluez.xml make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/bluez' /usr/bin/make all-am make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/dvb' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdvb_la-gstdvb.lo `test -f 'gstdvb.c' || echo './'`gstdvb.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstdvb.c -fPIC -DPIC -o .libs/libgstdvb_la-gstdvb.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/dvb' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/fbdev' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstfbdevsink_la-gstfbdevsink.lo `test -f 'gstfbdevsink.c' || echo './'`gstfbdevsink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstfbdevsink.c -fPIC -DPIC -o .libs/libgstfbdevsink_la-gstfbdevsink.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/fbdev' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/bluez' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstbluez_la-bluez-plugin.lo `test -f 'bluez-plugin.c' || echo './'`bluez-plugin.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c bluez-plugin.c -fPIC -DPIC -o .libs/libgstbluez_la-bluez-plugin.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/bluez' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/fbdev' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstfbdevsink.la -rpath /usr/lib64/gstreamer-1.0 libgstfbdevsink_la-gstfbdevsink.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstfbdevsink_la-gstfbdevsink.o -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstfbdevsink.so -o .libs/libgstfbdevsink.so libtool: link: ( cd ".libs" && rm -f "libgstfbdevsink.la" && ln -s "../libgstfbdevsink.la" "libgstfbdevsink.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/fbdev' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/bluez' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstbluez_la-gsta2dpsink.lo `test -f 'gsta2dpsink.c' || echo './'`gsta2dpsink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gsta2dpsink.c -fPIC -DPIC -o .libs/libgstbluez_la-gsta2dpsink.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/bluez' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/decklink' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdecklink_la-gstdecklink.lo `test -f 'gstdecklink.cpp' || echo './'`gstdecklink.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstdecklink.cpp -fPIC -DPIC -o .libs/libgstdecklink_la-gstdecklink.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/decklink' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/dvb' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdvb_la-gstdvbsrc.lo `test -f 'gstdvbsrc.c' || echo './'`gstdvbsrc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstdvbsrc.c -fPIC -DPIC -o .libs/libgstdvb_la-gstdvbsrc.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/dvb' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/bluez' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstbluez_la-gstavdtpsink.lo `test -f 'gstavdtpsink.c' || echo './'`gstavdtpsink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstavdtpsink.c -fPIC -DPIC -o .libs/libgstbluez_la-gstavdtpsink.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/bluez' /usr/bin/make -C ipcpipeline make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/ipcpipeline' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstipcpipeline_la-gstipcpipeline.lo `test -f 'gstipcpipeline.c' || echo './'`gstipcpipeline.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstipcpipeline.c -fPIC -DPIC -o .libs/libgstipcpipeline_la-gstipcpipeline.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/ipcpipeline' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/bluez' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstbluez_la-gstavdtpsrc.lo `test -f 'gstavdtpsrc.c' || echo './'`gstavdtpsrc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstavdtpsrc.c -fPIC -DPIC -o .libs/libgstbluez_la-gstavdtpsrc.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/bluez' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/bluez' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstbluez_la-gstavdtputil.lo `test -f 'gstavdtputil.c' || echo './'`gstavdtputil.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstavdtputil.c -fPIC -DPIC -o .libs/libgstbluez_la-gstavdtputil.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/bluez' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/bluez' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstbluez_la-gstavrcputil.lo `test -f 'gstavrcputil.c' || echo './'`gstavrcputil.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstavrcputil.c -fPIC -DPIC -o .libs/libgstbluez_la-gstavrcputil.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/bluez' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/ipcpipeline' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstipcpipeline_la-gstipcpipelinecomm.lo `test -f 'gstipcpipelinecomm.c' || echo './'`gstipcpipelinecomm.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstipcpipelinecomm.c -fPIC -DPIC -o .libs/libgstipcpipeline_la-gstipcpipelinecomm.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/ipcpipeline' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/ipcpipeline' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstipcpipeline_la-gstipcpipelinesink.lo `test -f 'gstipcpipelinesink.c' || echo './'`gstipcpipelinesink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstipcpipelinesink.c -fPIC -DPIC -o .libs/libgstipcpipeline_la-gstipcpipelinesink.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/ipcpipeline' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/bluez' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstbluez_la-bluez.lo `test -f 'bluez.c' || echo './'`bluez.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c bluez.c -fPIC -DPIC -o .libs/libgstbluez_la-bluez.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/bluez' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/ipcpipeline' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstipcpipeline_la-gstipcpipelinesrc.lo `test -f 'gstipcpipelinesrc.c' || echo './'`gstipcpipelinesrc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstipcpipelinesrc.c -fPIC -DPIC -o .libs/libgstipcpipeline_la-gstipcpipelinesrc.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/ipcpipeline' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/bluez' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstbluez.la -rpath /usr/lib64/gstreamer-1.0 libgstbluez_la-bluez-plugin.lo libgstbluez_la-gsta2dpsink.lo libgstbluez_la-gstavdtpsink.lo libgstbluez_la-gstavdtpsrc.lo libgstbluez_la-gstavdtputil.lo libgstbluez_la-gstavrcputil.lo libgstbluez_la-bluez.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -lgstrtp-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstbluez_la-bluez-plugin.o .libs/libgstbluez_la-gsta2dpsink.o .libs/libgstbluez_la-gstavdtpsink.o .libs/libgstbluez_la-gstavdtpsrc.o .libs/libgstbluez_la-gstavdtputil.o .libs/libgstbluez_la-gstavrcputil.o .libs/libgstbluez_la-bluez.o -lgstaudio-1.0 -lgstrtp-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -pthread -pthread -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstbluez.so -o .libs/libgstbluez.so libtool: link: ( cd ".libs" && rm -f "libgstbluez.la" && ln -s "../libgstbluez.la" "libgstbluez.la" ) make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/bluez' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/dvb' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdvb_la-dvbbasebin.lo `test -f 'dvbbasebin.c' || echo './'`dvbbasebin.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dvbbasebin.c -fPIC -DPIC -o .libs/libgstdvb_la-dvbbasebin.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/dvb' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/decklink' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdecklink_la-gstdecklinkaudiosink.lo `test -f 'gstdecklinkaudiosink.cpp' || echo './'`gstdecklinkaudiosink.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstdecklinkaudiosink.cpp -fPIC -DPIC -o .libs/libgstdecklink_la-gstdecklinkaudiosink.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/decklink' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/ipcpipeline' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstipcpipeline_la-gstipcslavepipeline.lo `test -f 'gstipcslavepipeline.c' || echo './'`gstipcslavepipeline.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstipcslavepipeline.c -fPIC -DPIC -o .libs/libgstipcpipeline_la-gstipcslavepipeline.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/ipcpipeline' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/dvb' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdvb_la-cam.lo `test -f 'cam.c' || echo './'`cam.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c cam.c -fPIC -DPIC -o .libs/libgstdvb_la-cam.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/dvb' /usr/bin/make -C kms make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/dvb' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdvb_la-camdevice.lo `test -f 'camdevice.c' || echo './'`camdevice.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c camdevice.c -fPIC -DPIC -o .libs/libgstdvb_la-camdevice.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/dvb' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/ipcpipeline' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstipcpipeline.la -rpath /usr/lib64/gstreamer-1.0 libgstipcpipeline_la-gstipcpipeline.lo libgstipcpipeline_la-gstipcpipelinecomm.lo libgstipcpipeline_la-gstipcpipelinesink.lo libgstipcpipeline_la-gstipcpipelinesrc.lo libgstipcpipeline_la-gstipcslavepipeline.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm libtool: link: gcc -shared -fPIC -DPIC .libs/libgstipcpipeline_la-gstipcpipeline.o .libs/libgstipcpipeline_la-gstipcpipelinecomm.o .libs/libgstipcpipeline_la-gstipcpipelinesink.o .libs/libgstipcpipeline_la-gstipcpipelinesrc.o .libs/libgstipcpipeline_la-gstipcslavepipeline.o -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstipcpipeline.so -o .libs/libgstipcpipeline.so libtool: link: ( cd ".libs" && rm -f "libgstipcpipeline.la" && ln -s "../libgstipcpipeline.la" "libgstipcpipeline.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/ipcpipeline' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/dvb' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdvb_la-camswclient.lo `test -f 'camswclient.c' || echo './'`camswclient.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c camswclient.c -fPIC -DPIC -o .libs/libgstdvb_la-camswclient.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/dvb' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/decklink' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdecklink_la-gstdecklinkvideosink.lo `test -f 'gstdecklinkvideosink.cpp' || echo './'`gstdecklinkvideosink.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstdecklinkvideosink.cpp -fPIC -DPIC -o .libs/libgstdecklink_la-gstdecklinkvideosink.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/decklink' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/dvb' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdvb_la-camutils.lo `test -f 'camutils.c' || echo './'`camutils.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c camutils.c -fPIC -DPIC -o .libs/libgstdvb_la-camutils.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/dvb' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/kms' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libdrm -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstkms_la-gstkmssink.lo `test -f 'gstkmssink.c' || echo './'`gstkmssink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libdrm -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstkmssink.c -fPIC -DPIC -o .libs/libgstkms_la-gstkmssink.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/kms' /usr/bin/make -C shm make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/kms' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libdrm -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstkms_la-gstkmsutils.lo `test -f 'gstkmsutils.c' || echo './'`gstkmsutils.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libdrm -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstkmsutils.c -fPIC -DPIC -o .libs/libgstkms_la-gstkmsutils.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/kms' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/shm' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DSHM_PIPE_USE_GLIB -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstshm_la-shmpipe.lo `test -f 'shmpipe.c' || echo './'`shmpipe.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DSHM_PIPE_USE_GLIB -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c shmpipe.c -fPIC -DPIC -o .libs/libgstshm_la-shmpipe.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/shm' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/kms' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libdrm -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstkms_la-gstkmsallocator.lo `test -f 'gstkmsallocator.c' || echo './'`gstkmsallocator.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libdrm -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstkmsallocator.c -fPIC -DPIC -o .libs/libgstkms_la-gstkmsallocator.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/kms' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/decklink' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdecklink_la-gstdecklinkaudiosrc.lo `test -f 'gstdecklinkaudiosrc.cpp' || echo './'`gstdecklinkaudiosrc.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstdecklinkaudiosrc.cpp -fPIC -DPIC -o .libs/libgstdecklink_la-gstdecklinkaudiosrc.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/decklink' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/shm' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DSHM_PIPE_USE_GLIB -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstshm_la-shmalloc.lo `test -f 'shmalloc.c' || echo './'`shmalloc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DSHM_PIPE_USE_GLIB -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c shmalloc.c -fPIC -DPIC -o .libs/libgstshm_la-shmalloc.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/shm' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/kms' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libdrm -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstkms_la-gstkmsbufferpool.lo `test -f 'gstkmsbufferpool.c' || echo './'`gstkmsbufferpool.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libdrm -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstkmsbufferpool.c -fPIC -DPIC -o .libs/libgstkms_la-gstkmsbufferpool.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/kms' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/shm' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DSHM_PIPE_USE_GLIB -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstshm_la-gstshm.lo `test -f 'gstshm.c' || echo './'`gstshm.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DSHM_PIPE_USE_GLIB -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstshm.c -fPIC -DPIC -o .libs/libgstshm_la-gstshm.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/shm' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/kms' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libdrm -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstkms.la -rpath /usr/lib64/gstreamer-1.0 libgstkms_la-gstkmssink.lo libgstkms_la-gstkmsutils.lo libgstkms_la-gstkmsallocator.lo libgstkms_la-gstkmsbufferpool.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstallocators-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -ldrm libtool: link: gcc -shared -fPIC -DPIC .libs/libgstkms_la-gstkmssink.o .libs/libgstkms_la-gstkmsutils.o .libs/libgstkms_la-gstkmsallocator.o .libs/libgstkms_la-gstkmsbufferpool.o -lgstvideo-1.0 -lgstbase-1.0 -lgstallocators-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -ldrm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstkms.so -o .libs/libgstkms.so libtool: link: ( cd ".libs" && rm -f "libgstkms.la" && ln -s "../libgstkms.la" "libgstkms.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/kms' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/dvb' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdvb_la-camtransport.lo `test -f 'camtransport.c' || echo './'`camtransport.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c camtransport.c -fPIC -DPIC -o .libs/libgstdvb_la-camtransport.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/dvb' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/shm' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DSHM_PIPE_USE_GLIB -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstshm_la-gstshmsrc.lo `test -f 'gstshmsrc.c' || echo './'`gstshmsrc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DSHM_PIPE_USE_GLIB -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstshmsrc.c -fPIC -DPIC -o .libs/libgstshm_la-gstshmsrc.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/shm' /usr/bin/make -C uvch264 make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/decklink' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdecklink_la-gstdecklinkvideosrc.lo `test -f 'gstdecklinkvideosrc.cpp' || echo './'`gstdecklinkvideosrc.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstdecklinkvideosrc.cpp -fPIC -DPIC -o .libs/libgstdecklink_la-gstdecklinkvideosrc.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/decklink' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/uvch264' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gudev-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -DGST_USE_UNSTABLE_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstuvch264_la-gstuvch264.lo `test -f 'gstuvch264.c' || echo './'`gstuvch264.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gudev-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -DGST_USE_UNSTABLE_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstuvch264.c -fPIC -DPIC -o .libs/libgstuvch264_la-gstuvch264.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/uvch264' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/shm' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DSHM_PIPE_USE_GLIB -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstshm_la-gstshmsink.lo `test -f 'gstshmsink.c' || echo './'`gstshmsink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DSHM_PIPE_USE_GLIB -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstshmsink.c -fPIC -DPIC -o .libs/libgstshm_la-gstshmsink.o In file included from /usr/include/glib-2.0/gobject/gbinding.h:29:0, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/gstreamer-1.0/gst/gstenumtypes.h:7, from /usr/include/gstreamer-1.0/gst/gst.h:31, from gstshmsink.h:25, from gstshmsink.c:39: gstshmsink.c: In function 'gst_shm_sink_allocator_alloc_locked': /usr/include/glib-2.0/gobject/gobject.h:512:32: warning: passing argument 3 of 'gst_memory_init' from incompatible pointer type [-Wincompatible-pointer-types] #define g_object_ref(Obj) ((__typeof__(Obj)) (g_object_ref) (Obj)) ^ gstshmsink.c:292:45: note: in expansion of macro 'g_object_ref' gst_memory_init (memory, params->flags, g_object_ref (self), NULL, ^~~~~~~~~~~~ In file included from /usr/include/gstreamer-1.0/gst/gstallocator.h:26:0, from /usr/include/gstreamer-1.0/gst/gstbuffer.h:29, from /usr/include/gstreamer-1.0/gst/gstpad.h:70, from /usr/include/gstreamer-1.0/gst/gstelement.h:87, from /usr/include/gstreamer-1.0/gst/gstbin.h:27, from /usr/include/gstreamer-1.0/gst/gst.h:35, from gstshmsink.h:25, from gstshmsink.c:39: /usr/include/gstreamer-1.0/gst/gstmemory.h:314:16: note: expected 'GstAllocator * {aka struct _GstAllocator *}' but argument is of type 'GstShmSinkAllocator * {aka struct _GstShmSinkAllocator *}' void gst_memory_init (GstMemory *mem, GstMemoryFlags flags, ^~~~~~~~~~~~~~~ make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/shm' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/decklink' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o linux/libgstdecklink_la-DeckLinkAPIDispatch.lo `test -f 'linux/DeckLinkAPIDispatch.cpp' || echo './'`linux/DeckLinkAPIDispatch.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c linux/DeckLinkAPIDispatch.cpp -fPIC -DPIC -o linux/.libs/libgstdecklink_la-DeckLinkAPIDispatch.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/decklink' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/shm' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DSHM_PIPE_USE_GLIB -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstshm.la -rpath /usr/lib64/gstreamer-1.0 libgstshm_la-shmpipe.lo libgstshm_la-shmalloc.lo libgstshm_la-gstshm.lo libgstshm_la-gstshmsrc.lo libgstshm_la-gstshmsink.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lrt libtool: link: gcc -shared -fPIC -DPIC .libs/libgstshm_la-shmpipe.o .libs/libgstshm_la-shmalloc.o .libs/libgstshm_la-gstshm.o .libs/libgstshm_la-gstshmsrc.o .libs/libgstshm_la-gstshmsink.o -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lrt -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstshm.so -o .libs/libgstshm.so libtool: link: ( cd ".libs" && rm -f "libgstshm.la" && ln -s "../libgstshm.la" "libgstshm.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/shm' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/dvb' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdvb_la-camsession.lo `test -f 'camsession.c' || echo './'`camsession.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c camsession.c -fPIC -DPIC -o .libs/libgstdvb_la-camsession.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/dvb' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/decklink' /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstdecklink.la -rpath /usr/lib64/gstreamer-1.0 libgstdecklink_la-gstdecklink.lo libgstdecklink_la-gstdecklinkaudiosink.lo libgstdecklink_la-gstdecklinkvideosink.lo libgstdecklink_la-gstdecklinkaudiosrc.lo libgstdecklink_la-gstdecklinkvideosrc.lo linux/libgstdecklink_la-DeckLinkAPIDispatch.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lpthread -ldl -lm libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/riscv64-redhat-linux/7/crti.o /usr/lib/gcc/riscv64-redhat-linux/7/crtbeginS.o .libs/libgstdecklink_la-gstdecklink.o .libs/libgstdecklink_la-gstdecklinkaudiosink.o .libs/libgstdecklink_la-gstdecklinkvideosink.o .libs/libgstdecklink_la-gstdecklinkaudiosrc.o .libs/libgstdecklink_la-gstdecklinkvideosrc.o linux/.libs/libgstdecklink_la-DeckLinkAPIDispatch.o -lgstaudio-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lpthread -ldl -L/usr/lib/gcc/riscv64-redhat-linux/7 -L/lib64/lp64d -L/usr/lib64/lp64d -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/riscv64-redhat-linux/7/crtendS.o /usr/lib/gcc/riscv64-redhat-linux/7/crtn.o -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-soname -Wl,libgstdecklink.so -o .libs/libgstdecklink.so libtool: link: ( cd ".libs" && rm -f "libgstdecklink.la" && ln -s "../libgstdecklink.la" "libgstdecklink.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/decklink' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/uvch264' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gudev-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -DGST_USE_UNSTABLE_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstuvch264_la-gstuvch264_mjpgdemux.lo `test -f 'gstuvch264_mjpgdemux.c' || echo './'`gstuvch264_mjpgdemux.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gudev-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -DGST_USE_UNSTABLE_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstuvch264_mjpgdemux.c -fPIC -DPIC -o .libs/libgstuvch264_la-gstuvch264_mjpgdemux.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/uvch264' /usr/bin/make -C vcd make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/uvch264' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gudev-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -DGST_USE_UNSTABLE_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstuvch264_la-uvc_h264.lo `test -f 'uvc_h264.c' || echo './'`uvc_h264.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gudev-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -DGST_USE_UNSTABLE_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c uvc_h264.c -fPIC -DPIC -o .libs/libgstuvch264_la-uvc_h264.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/uvch264' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/dvb' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdvb_la-camapplication.lo `test -f 'camapplication.c' || echo './'`camapplication.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c camapplication.c -fPIC -DPIC -o .libs/libgstdvb_la-camapplication.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/dvb' /usr/bin/make -C vdpau make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/dvb' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdvb_la-camresourcemanager.lo `test -f 'camresourcemanager.c' || echo './'`camresourcemanager.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c camresourcemanager.c -fPIC -DPIC -o .libs/libgstdvb_la-camresourcemanager.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/dvb' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/vdpau' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstvdpau_la-gstvdpau.lo `test -f 'gstvdpau.c' || echo './'`gstvdpau.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstvdpau.c -fPIC -DPIC -o .libs/libgstvdpau_la-gstvdpau.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/vdpau' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/vcd' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstvcdsrc_la-vcdsrc.lo `test -f 'vcdsrc.c' || echo './'`vcdsrc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c vcdsrc.c -fPIC -DPIC -o .libs/libgstvcdsrc_la-vcdsrc.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/vcd' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/dvb' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdvb_la-camapplicationinfo.lo `test -f 'camapplicationinfo.c' || echo './'`camapplicationinfo.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c camapplicationinfo.c -fPIC -DPIC -o .libs/libgstdvb_la-camapplicationinfo.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/dvb' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/vcd' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstvcdsrc.la -rpath /usr/lib64/gstreamer-1.0 libgstvcdsrc_la-vcdsrc.lo -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstvcdsrc_la-vcdsrc.o -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstvcdsrc.so -o .libs/libgstvcdsrc.so libtool: link: ( cd ".libs" && rm -f "libgstvcdsrc.la" && ln -s "../libgstvcdsrc.la" "libgstvcdsrc.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/vcd' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/vdpau' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstvdpau_la-gstvdputils.lo `test -f 'gstvdputils.c' || echo './'`gstvdputils.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstvdputils.c -fPIC -DPIC -o .libs/libgstvdpau_la-gstvdputils.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/vdpau' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/uvch264' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gudev-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -DGST_USE_UNSTABLE_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstuvch264_la-gstuvch264_src.lo `test -f 'gstuvch264_src.c' || echo './'`gstuvch264_src.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gudev-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -DGST_USE_UNSTABLE_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstuvch264_src.c -fPIC -DPIC -o .libs/libgstuvch264_la-gstuvch264_src.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/uvch264' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/dvb' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdvb_la-camconditionalaccess.lo `test -f 'camconditionalaccess.c' || echo './'`camconditionalaccess.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c camconditionalaccess.c -fPIC -DPIC -o .libs/libgstdvb_la-camconditionalaccess.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/dvb' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/vdpau' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstvdpau_la-gstvdpvideomemory.lo `test -f 'gstvdpvideomemory.c' || echo './'`gstvdpvideomemory.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstvdpvideomemory.c -fPIC -DPIC -o .libs/libgstvdpau_la-gstvdpvideomemory.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/vdpau' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/uvch264' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gudev-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -DGST_USE_UNSTABLE_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstuvch264.la -rpath /usr/lib64/gstreamer-1.0 libgstuvch264_la-gstuvch264.lo libgstuvch264_la-gstuvch264_mjpgdemux.lo libgstuvch264_la-gstuvch264_src.lo libgstuvch264_la-uvc_h264.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgudev-1.0 -lgobject-2.0 -lglib-2.0 -lusb-1.0 ../../gst-libs/gst/basecamerabinsrc/libgstbasecamerabinsrc-1.0.la libtool: link: gcc -shared -fPIC -DPIC .libs/libgstuvch264_la-gstuvch264.o .libs/libgstuvch264_la-gstuvch264_mjpgdemux.o .libs/libgstuvch264_la-gstuvch264_src.o .libs/libgstuvch264_la-uvc_h264.o -Wl,-rpath -Wl,/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/basecamerabinsrc/.libs -lgstvideo-1.0 -lgudev-1.0 -lusb-1.0 ../../gst-libs/gst/basecamerabinsrc/.libs/libgstbasecamerabinsrc-1.0.so -lgstapp-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstuvch264.so -o .libs/libgstuvch264.so libtool: link: ( cd ".libs" && rm -f "libgstuvch264.la" && ln -s "../libgstuvch264.la" "libgstuvch264.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/uvch264' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/dvb' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdvb_la-parsechannels.lo `test -f 'parsechannels.c' || echo './'`parsechannels.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c parsechannels.c -fPIC -DPIC -o .libs/libgstdvb_la-parsechannels.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/dvb' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/vdpau' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstvdpau_la-gstvdpvideobufferpool.lo `test -f 'gstvdpvideobufferpool.c' || echo './'`gstvdpvideobufferpool.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstvdpvideobufferpool.c -fPIC -DPIC -o .libs/libgstvdpau_la-gstvdpvideobufferpool.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/vdpau' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/vdpau' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstvdpau_la-gstvdpdevice.lo `test -f 'gstvdpdevice.c' || echo './'`gstvdpdevice.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstvdpdevice.c -fPIC -DPIC -o .libs/libgstvdpau_la-gstvdpdevice.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/vdpau' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/vdpau' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstvdpau_la-gstvdpdecoder.lo `test -f 'gstvdpdecoder.c' || echo './'`gstvdpdecoder.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstvdpdecoder.c -fPIC -DPIC -o .libs/libgstvdpau_la-gstvdpdecoder.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/vdpau' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/dvb' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstdvb.la -rpath /usr/lib64/gstreamer-1.0 libgstdvb_la-gstdvb.lo libgstdvb_la-gstdvbsrc.lo libgstdvb_la-dvbbasebin.lo libgstdvb_la-cam.lo libgstdvb_la-camdevice.lo libgstdvb_la-camswclient.lo libgstdvb_la-camutils.lo libgstdvb_la-camtransport.lo libgstdvb_la-camsession.lo libgstdvb_la-camapplication.lo libgstdvb_la-camresourcemanager.lo libgstdvb_la-camapplicationinfo.lo libgstdvb_la-camconditionalaccess.lo libgstdvb_la-parsechannels.lo ../../gst-libs/gst/mpegts/libgstmpegts-1.0.la -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstdvb_la-gstdvb.o .libs/libgstdvb_la-gstdvbsrc.o .libs/libgstdvb_la-dvbbasebin.o .libs/libgstdvb_la-cam.o .libs/libgstdvb_la-camdevice.o .libs/libgstdvb_la-camswclient.o .libs/libgstdvb_la-camutils.o .libs/libgstdvb_la-camtransport.o .libs/libgstdvb_la-camsession.o .libs/libgstdvb_la-camapplication.o .libs/libgstdvb_la-camresourcemanager.o .libs/libgstdvb_la-camapplicationinfo.o .libs/libgstdvb_la-camconditionalaccess.o .libs/libgstdvb_la-parsechannels.o -Wl,-rpath -Wl,/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts/.libs ../../gst-libs/gst/mpegts/.libs/libgstmpegts-1.0.so -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstdvb.so -o .libs/libgstdvb.so libtool: link: ( cd ".libs" && rm -f "libgstdvb.la" && ln -s "../libgstdvb.la" "libgstdvb.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/dvb' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/vdpau' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o mpeg/libgstvdpau_la-gstvdpmpegdec.lo `test -f 'mpeg/gstvdpmpegdec.c' || echo './'`mpeg/gstvdpmpegdec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mpeg/gstvdpmpegdec.c -fPIC -DPIC -o mpeg/.libs/libgstvdpau_la-gstvdpmpegdec.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/vdpau' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/vdpau' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstvdpau.la -rpath /usr/lib64/gstreamer-1.0 libgstvdpau_la-gstvdpau.lo libgstvdpau_la-gstvdputils.lo libgstvdpau_la-gstvdpvideomemory.lo libgstvdpau_la-gstvdpvideobufferpool.lo libgstvdpau_la-gstvdpdevice.lo libgstvdpau_la-gstvdpdecoder.lo mpeg/libgstvdpau_la-gstvdpmpegdec.lo ../../gst-libs/gst/codecparsers/libgstcodecparsers-1.0.la -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lX11 -lgstvideo-1.0 -lvdpau -lm libtool: link: gcc -shared -fPIC -DPIC .libs/libgstvdpau_la-gstvdpau.o .libs/libgstvdpau_la-gstvdputils.o .libs/libgstvdpau_la-gstvdpvideomemory.o .libs/libgstvdpau_la-gstvdpvideobufferpool.o .libs/libgstvdpau_la-gstvdpdevice.o .libs/libgstvdpau_la-gstvdpdecoder.o mpeg/.libs/libgstvdpau_la-gstvdpmpegdec.o -Wl,-rpath -Wl,/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers/.libs ../../gst-libs/gst/codecparsers/.libs/libgstcodecparsers-1.0.so -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lX11 -lgstvideo-1.0 -lvdpau -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstvdpau.so -o .libs/libgstvdpau.so libtool: link: ( cd ".libs" && rm -f "libgstvdpau.la" && ln -s "../libgstvdpau.la" "libgstvdpau.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/vdpau' Making all in bluez /usr/bin/make all-am make[4]: Nothing to be done for 'all-am'. Making all in decklink make[3]: Nothing to be done for 'all'. Making all in dvb make[3]: Nothing to be done for 'all'. Making all in fbdev make[3]: Nothing to be done for 'all'. Making all in ipcpipeline make[3]: Nothing to be done for 'all'. Making all in kms make[3]: Nothing to be done for 'all'. Making all in shm make[3]: Nothing to be done for 'all'. Making all in uvch264 make[3]: Nothing to be done for 'all'. Making all in vcd make[3]: Nothing to be done for 'all'. Making all in vdpau make[3]: Nothing to be done for 'all'. make[3]: Nothing to be done for 'all-am'. Making all in ext /usr/bin/make -C assrender /usr/bin/make -C bs2b /usr/bin/make -C bz2 /usr/bin/make -C colormanagement make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/bz2' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstbz2_la-gstbz2.lo `test -f 'gstbz2.c' || echo './'`gstbz2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstbz2.c -fPIC -DPIC -o .libs/libgstbz2_la-gstbz2.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/bz2' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/colormanagement' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcolormanagement_la-gstcolormanagement.lo `test -f 'gstcolormanagement.c' || echo './'`gstcolormanagement.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstcolormanagement.c -fPIC -DPIC -o .libs/libgstcolormanagement_la-gstcolormanagement.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/colormanagement' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/bs2b' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/bs2b -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstbs2b_la-gstbs2b.lo `test -f 'gstbs2b.c' || echo './'`gstbs2b.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/bs2b -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstbs2b.c -fPIC -DPIC -o .libs/libgstbs2b_la-gstbs2b.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/bs2b' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/bs2b' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/bs2b -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstbs2b.la -rpath /usr/lib64/gstreamer-1.0 libgstbs2b_la-gstbs2b.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lbs2b libtool: link: gcc -shared -fPIC -DPIC .libs/libgstbs2b_la-gstbs2b.o -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lbs2b -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstbs2b.so -o .libs/libgstbs2b.so libtool: link: ( cd ".libs" && rm -f "libgstbs2b.la" && ln -s "../libgstbs2b.la" "libgstbs2b.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/bs2b' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/bz2' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstbz2_la-gstbz2dec.lo `test -f 'gstbz2dec.c' || echo './'`gstbz2dec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstbz2dec.c -fPIC -DPIC -o .libs/libgstbz2_la-gstbz2dec.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/bz2' /usr/bin/make -C chromaprint make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/assrender' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/fribidi -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstassrender_la-gstassrender.lo `test -f 'gstassrender.c' || echo './'`gstassrender.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/fribidi -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstassrender.c -fPIC -DPIC -o .libs/libgstassrender_la-gstassrender.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/assrender' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/colormanagement' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcolormanagement_la-gstlcms.lo `test -f 'gstlcms.c' || echo './'`gstlcms.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstlcms.c -fPIC -DPIC -o .libs/libgstcolormanagement_la-gstlcms.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/colormanagement' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/assrender' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/fribidi -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstassrender.la -rpath /usr/lib64/gstreamer-1.0 libgstassrender_la-gstassrender.lo -lass -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstassrender_la-gstassrender.o -lass -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -g -pthread -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstassrender.so -o .libs/libgstassrender.so libtool: link: ( cd ".libs" && rm -f "libgstassrender.la" && ln -s "../libgstassrender.la" "libgstassrender.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/assrender' /usr/bin/make -C curl make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/chromaprint' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstchromaprint_la-gstchromaprint.lo `test -f 'gstchromaprint.c' || echo './'`gstchromaprint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstchromaprint.c -fPIC -DPIC -o .libs/libgstchromaprint_la-gstchromaprint.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/chromaprint' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/bz2' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstbz2_la-gstbz2enc.lo `test -f 'gstbz2enc.c' || echo './'`gstbz2enc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstbz2enc.c -fPIC -DPIC -o .libs/libgstbz2_la-gstbz2enc.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/bz2' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/colormanagement' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstcolormanagement.la -rpath /usr/lib64/gstreamer-1.0 libgstcolormanagement_la-gstcolormanagement.lo libgstcolormanagement_la-gstlcms.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -llcms2 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstcolormanagement_la-gstcolormanagement.o .libs/libgstcolormanagement_la-gstlcms.o -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -llcms2 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstcolormanagement.so -o .libs/libgstcolormanagement.so libtool: link: ( cd ".libs" && rm -f "libgstcolormanagement.la" && ln -s "../libgstcolormanagement.la" "libgstcolormanagement.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/colormanagement' /usr/bin/make -C dash make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/bz2' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstbz2.la -rpath /usr/lib64/gstreamer-1.0 libgstbz2_la-gstbz2.lo libgstbz2_la-gstbz2dec.lo libgstbz2_la-gstbz2enc.lo -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lbz2 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstbz2_la-gstbz2.o .libs/libgstbz2_la-gstbz2dec.o .libs/libgstbz2_la-gstbz2enc.o -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lbz2 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstbz2.so -o .libs/libgstbz2.so libtool: link: ( cd ".libs" && rm -f "libgstbz2.la" && ln -s "../libgstbz2.la" "libgstbz2.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/bz2' /usr/bin/make -C wayland make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wayland' /usr/bin/wayland-scanner code < //usr/share/wayland-protocols/stable/viewporter/viewporter.xml > viewporter-protocol.c Using "code" is deprecated - use private-code or public-code. See the help page for details. make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wayland' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wayland' /usr/bin/wayland-scanner client-header < //usr/share/wayland-protocols/stable/viewporter/viewporter.xml > viewporter-client-protocol.h make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wayland' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wayland' /usr/bin/wayland-scanner code < //usr/share/wayland-protocols/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml > linux-dmabuf-unstable-v1-protocol.c Using "code" is deprecated - use private-code or public-code. See the help page for details. make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wayland' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/chromaprint' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstchromaprint.la -rpath /usr/lib64/gstreamer-1.0 libgstchromaprint_la-gstchromaprint.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lchromaprint libtool: link: gcc -shared -fPIC -DPIC .libs/libgstchromaprint_la-gstchromaprint.o -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lchromaprint -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstchromaprint.so -o .libs/libgstchromaprint.so libtool: link: ( cd ".libs" && rm -f "libgstchromaprint.la" && ln -s "../libgstchromaprint.la" "libgstchromaprint.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/chromaprint' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wayland' /usr/bin/wayland-scanner client-header < //usr/share/wayland-protocols/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml > linux-dmabuf-unstable-v1-client-protocol.h make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wayland' /usr/bin/make all-am make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/curl' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcurl_la-gstcurl.lo `test -f 'gstcurl.c' || echo './'`gstcurl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstcurl.c -fPIC -DPIC -o .libs/libgstcurl_la-gstcurl.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/curl' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wayland' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libdrm -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstwaylandsink_la-gstwaylandsink.lo `test -f 'gstwaylandsink.c' || echo './'`gstwaylandsink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libdrm -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstwaylandsink.c -fPIC -DPIC -o .libs/libgstwaylandsink_la-gstwaylandsink.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wayland' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/curl' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcurl_la-gstcurlbasesink.lo `test -f 'gstcurlbasesink.c' || echo './'`gstcurlbasesink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstcurlbasesink.c -fPIC -DPIC -o .libs/libgstcurl_la-gstcurlbasesink.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/curl' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wayland' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libdrm -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstwaylandsink_la-wlshmallocator.lo `test -f 'wlshmallocator.c' || echo './'`wlshmallocator.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libdrm -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c wlshmallocator.c -fPIC -DPIC -o .libs/libgstwaylandsink_la-wlshmallocator.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wayland' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/curl' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcurl_la-gstcurltlssink.lo `test -f 'gstcurltlssink.c' || echo './'`gstcurltlssink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstcurltlssink.c -fPIC -DPIC -o .libs/libgstcurl_la-gstcurltlssink.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/curl' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dash' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdashdemux_la-gstdashdemux.lo `test -f 'gstdashdemux.c' || echo './'`gstdashdemux.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstdashdemux.c -fPIC -DPIC -o .libs/libgstdashdemux_la-gstdashdemux.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dash' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dash' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdashdemux_la-gstmpdparser.lo `test -f 'gstmpdparser.c' || echo './'`gstmpdparser.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstmpdparser.c -fPIC -DPIC -o .libs/libgstdashdemux_la-gstmpdparser.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dash' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/curl' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcurl_la-gstcurlhttpsink.lo `test -f 'gstcurlhttpsink.c' || echo './'`gstcurlhttpsink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstcurlhttpsink.c -fPIC -DPIC -o .libs/libgstcurl_la-gstcurlhttpsink.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/curl' /usr/bin/make -C resindvd make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/curl' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcurl_la-gstcurlfilesink.lo `test -f 'gstcurlfilesink.c' || echo './'`gstcurlfilesink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstcurlfilesink.c -fPIC -DPIC -o .libs/libgstcurl_la-gstcurlfilesink.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/curl' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dash' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdashdemux_la-gstplugin.lo `test -f 'gstplugin.c' || echo './'`gstplugin.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstplugin.c -fPIC -DPIC -o .libs/libgstdashdemux_la-gstplugin.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dash' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/resindvd' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstresindvd_la-plugin.lo `test -f 'plugin.c' || echo './'`plugin.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c plugin.c -fPIC -DPIC -o .libs/libgstresindvd_la-plugin.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/resindvd' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/curl' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcurl_la-gstcurlftpsink.lo `test -f 'gstcurlftpsink.c' || echo './'`gstcurlftpsink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstcurlftpsink.c -fPIC -DPIC -o .libs/libgstcurl_la-gstcurlftpsink.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/curl' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dash' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstdashdemux.la -rpath /usr/lib64/gstreamer-1.0 libgstdashdemux_la-gstmpdparser.lo libgstdashdemux_la-gstdashdemux.lo libgstdashdemux_la-gstplugin.lo ../../gst-libs/gst/uridownloader/libgsturidownloader-1.0.la ../../gst-libs/gst/adaptivedemux/libgstadaptivedemux-1.0.la ../../gst-libs/gst/isoff/libgstisoff-1.0.la -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgsttag-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstnet-1.0 -lgstreamer-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxml2 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstdashdemux_la-gstmpdparser.o .libs/libgstdashdemux_la-gstdashdemux.o .libs/libgstdashdemux_la-gstplugin.o -Wl,-rpath -Wl,/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/uridownloader/.libs -Wl,-rpath -Wl,/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/adaptivedemux/.libs -Wl,-rpath -Wl,/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/isoff/.libs -L/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/uridownloader/.libs ../../gst-libs/gst/uridownloader/.libs/libgsturidownloader-1.0.so ../../gst-libs/gst/adaptivedemux/.libs/libgstadaptivedemux-1.0.so /builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/uridownloader/.libs/libgsturidownloader-1.0.so -lgstapp-1.0 ../../gst-libs/gst/isoff/.libs/libgstisoff-1.0.so -lgsttag-1.0 -lgstbase-1.0 -lgstnet-1.0 -lgstreamer-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxml2 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -pthread -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstdashdemux.so -o .libs/libgstdashdemux.so libtool: link: ( cd ".libs" && rm -f "libgstdashdemux.la" && ln -s "../libgstdashdemux.la" "libgstdashdemux.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dash' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/curl' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcurl_la-gstcurlsmtpsink.lo `test -f 'gstcurlsmtpsink.c' || echo './'`gstcurlsmtpsink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstcurlsmtpsink.c -fPIC -DPIC -o .libs/libgstcurl_la-gstcurlsmtpsink.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/curl' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/resindvd' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstresindvd_la-resindvdbin.lo `test -f 'resindvdbin.c' || echo './'`resindvdbin.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c resindvdbin.c -fPIC -DPIC -o .libs/libgstresindvd_la-resindvdbin.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/resindvd' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wayland' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libdrm -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstwaylandsink_la-wlbuffer.lo `test -f 'wlbuffer.c' || echo './'`wlbuffer.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libdrm -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c wlbuffer.c -fPIC -DPIC -o .libs/libgstwaylandsink_la-wlbuffer.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wayland' /usr/bin/make -C gl make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/curl' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcurl_la-gstcurlhttpsrc.lo `test -f 'gstcurlhttpsrc.c' || echo './'`gstcurlhttpsrc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstcurlhttpsrc.c -fPIC -DPIC -o .libs/libgstcurl_la-gstcurlhttpsrc.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/curl' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wayland' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libdrm -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstwaylandsink_la-wldisplay.lo `test -f 'wldisplay.c' || echo './'`wldisplay.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libdrm -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c wldisplay.c -fPIC -DPIC -o .libs/libgstwaylandsink_la-wldisplay.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wayland' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gl' /bin/sh ../../libtool --tag=CC --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/lib64/gstreamer-1.0/include -I/usr/include/libdrm -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstopenglmixers_la-gstopengl.lo `test -f 'gstopengl.c' || echo './'`gstopengl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/lib64/gstreamer-1.0/include -I/usr/include/libdrm -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstopengl.c -fPIC -DPIC -o .libs/libgstopenglmixers_la-gstopengl.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gl' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/curl' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstcurl_la-gstcurlqueue.lo `test -f 'gstcurlqueue.c' || echo './'`gstcurlqueue.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstcurlqueue.c -fPIC -DPIC -o .libs/libgstcurl_la-gstcurlqueue.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/curl' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wayland' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libdrm -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstwaylandsink_la-wlwindow.lo `test -f 'wlwindow.c' || echo './'`wlwindow.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libdrm -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c wlwindow.c -fPIC -DPIC -o .libs/libgstwaylandsink_la-wlwindow.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wayland' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gl' /bin/sh ../../libtool --tag=CC --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/lib64/gstreamer-1.0/include -I/usr/include/libdrm -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstopenglmixers_la-gstglbasemixer.lo `test -f 'gstglbasemixer.c' || echo './'`gstglbasemixer.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/lib64/gstreamer-1.0/include -I/usr/include/libdrm -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstglbasemixer.c -fPIC -DPIC -o .libs/libgstopenglmixers_la-gstglbasemixer.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gl' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/curl' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstcurl.la -rpath /usr/lib64/gstreamer-1.0 libgstcurl_la-gstcurl.lo libgstcurl_la-gstcurlbasesink.lo libgstcurl_la-gstcurltlssink.lo libgstcurl_la-gstcurlhttpsink.lo libgstcurl_la-gstcurlfilesink.lo libgstcurl_la-gstcurlftpsink.lo libgstcurl_la-gstcurlsmtpsink.lo libgstcurl_la-gstcurlhttpsrc.lo libgstcurl_la-gstcurlqueue.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lcurl libtool: link: gcc -shared -fPIC -DPIC .libs/libgstcurl_la-gstcurl.o .libs/libgstcurl_la-gstcurlbasesink.o .libs/libgstcurl_la-gstcurltlssink.o .libs/libgstcurl_la-gstcurlhttpsink.o .libs/libgstcurl_la-gstcurlfilesink.o .libs/libgstcurl_la-gstcurlftpsink.o .libs/libgstcurl_la-gstcurlsmtpsink.o .libs/libgstcurl_la-gstcurlhttpsrc.o .libs/libgstcurl_la-gstcurlqueue.o -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lcurl -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstcurl.so -o .libs/libgstcurl.so libtool: link: ( cd ".libs" && rm -f "libgstcurl.la" && ln -s "../libgstcurl.la" "libgstcurl.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/curl' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/resindvd' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstresindvd_la-resindvdsrc.lo `test -f 'resindvdsrc.c' || echo './'`resindvdsrc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c resindvdsrc.c -fPIC -DPIC -o .libs/libgstresindvd_la-resindvdsrc.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/resindvd' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/resindvd' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstresindvd_la-gstmpegdesc.lo `test -f 'gstmpegdesc.c' || echo './'`gstmpegdesc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstmpegdesc.c -fPIC -DPIC -o .libs/libgstresindvd_la-gstmpegdesc.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/resindvd' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wayland' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libdrm -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstwaylandsink_la-wlvideoformat.lo `test -f 'wlvideoformat.c' || echo './'`wlvideoformat.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libdrm -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c wlvideoformat.c -fPIC -DPIC -o .libs/libgstwaylandsink_la-wlvideoformat.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wayland' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/resindvd' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstresindvd_la-rsndec.lo `test -f 'rsndec.c' || echo './'`rsndec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c rsndec.c -fPIC -DPIC -o .libs/libgstresindvd_la-rsndec.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/resindvd' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wayland' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libdrm -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstwaylandsink_la-viewporter-protocol.lo `test -f 'viewporter-protocol.c' || echo './'`viewporter-protocol.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libdrm -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c viewporter-protocol.c -fPIC -DPIC -o .libs/libgstwaylandsink_la-viewporter-protocol.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wayland' /usr/bin/make -C fluidsynth make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wayland' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libdrm -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstwaylandsink_la-wllinuxdmabuf.lo `test -f 'wllinuxdmabuf.c' || echo './'`wllinuxdmabuf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libdrm -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c wllinuxdmabuf.c -fPIC -DPIC -o .libs/libgstwaylandsink_la-wllinuxdmabuf.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wayland' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wayland' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libdrm -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstwaylandsink_la-linux-dmabuf-unstable-v1-protocol.lo `test -f 'linux-dmabuf-unstable-v1-protocol.c' || echo './'`linux-dmabuf-unstable-v1-protocol.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libdrm -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c linux-dmabuf-unstable-v1-protocol.c -fPIC -DPIC -o .libs/libgstwaylandsink_la-linux-dmabuf-unstable-v1-protocol.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wayland' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/fluidsynth' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/usr/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstfluidsynthmidi_la-gstfluiddec.lo `test -f 'gstfluiddec.c' || echo './'`gstfluiddec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/usr/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstfluiddec.c -fPIC -DPIC -o .libs/libgstfluidsynthmidi_la-gstfluiddec.o cc1: warning: /usr/usr/include: No such file or directory [-Wmissing-include-dirs] make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/fluidsynth' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wayland' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libdrm -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstwaylandsink.la -rpath /usr/lib64/gstreamer-1.0 libgstwaylandsink_la-gstwaylandsink.lo libgstwaylandsink_la-wlshmallocator.lo libgstwaylandsink_la-wlbuffer.lo libgstwaylandsink_la-wldisplay.lo libgstwaylandsink_la-wlwindow.lo libgstwaylandsink_la-wlvideoformat.lo libgstwaylandsink_la-wllinuxdmabuf.lo libgstwaylandsink_la-viewporter-protocol.lo libgstwaylandsink_la-linux-dmabuf-unstable-v1-protocol.lo ../../gst-libs/gst/wayland/libgstwayland-1.0.la -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstallocators-1.0 -lwayland-client -ldrm libtool: link: gcc -shared -fPIC -DPIC .libs/libgstwaylandsink_la-gstwaylandsink.o .libs/libgstwaylandsink_la-wlshmallocator.o .libs/libgstwaylandsink_la-wlbuffer.o .libs/libgstwaylandsink_la-wldisplay.o .libs/libgstwaylandsink_la-wlwindow.o .libs/libgstwaylandsink_la-wlvideoformat.o .libs/libgstwaylandsink_la-wllinuxdmabuf.o .libs/libgstwaylandsink_la-viewporter-protocol.o .libs/libgstwaylandsink_la-linux-dmabuf-unstable-v1-protocol.o -Wl,-rpath -Wl,/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/wayland/.libs ../../gst-libs/gst/wayland/.libs/libgstwayland-1.0.so -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstallocators-1.0 -lwayland-client -ldrm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstwaylandsink.so -o .libs/libgstwaylandsink.so libtool: link: ( cd ".libs" && rm -f "libgstwaylandsink.la" && ln -s "../libgstwaylandsink.la" "libgstwaylandsink.la" ) make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wayland' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gl' /bin/sh ../../libtool --tag=CC --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/lib64/gstreamer-1.0/include -I/usr/include/libdrm -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstopenglmixers_la-gstglmixer.lo `test -f 'gstglmixer.c' || echo './'`gstglmixer.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/lib64/gstreamer-1.0/include -I/usr/include/libdrm -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstglmixer.c -fPIC -DPIC -o .libs/libgstopenglmixers_la-gstglmixer.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gl' /usr/bin/make -C gsm make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/fluidsynth' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/usr/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstfluidsynthmidi.la -rpath /usr/lib64/gstreamer-1.0 libgstfluidsynthmidi_la-gstfluiddec.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -L/usr/usr/lib64 -lfluidsynth libtool: link: gcc -shared -fPIC -DPIC .libs/libgstfluidsynthmidi_la-gstfluiddec.o -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -L/usr/usr/lib64 -lfluidsynth -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -g -pthread -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstfluidsynthmidi.so -o .libs/libgstfluidsynthmidi.so libtool: link: ( cd ".libs" && rm -f "libgstfluidsynthmidi.la" && ln -s "../libgstfluidsynthmidi.la" "libgstfluidsynthmidi.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/fluidsynth' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/resindvd' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstresindvd_la-gstmpegdemux.lo `test -f 'gstmpegdemux.c' || echo './'`gstmpegdemux.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstmpegdemux.c -fPIC -DPIC -o .libs/libgstresindvd_la-gstmpegdemux.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/resindvd' /usr/bin/make -C kate make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gsm' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgsm_la-gstgsm.lo `test -f 'gstgsm.c' || echo './'`gstgsm.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstgsm.c -fPIC -DPIC -o .libs/libgstgsm_la-gstgsm.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gsm' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/kate' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstkate_la-gstkate.lo `test -f 'gstkate.c' || echo './'`gstkate.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstkate.c -fPIC -DPIC -o .libs/libgstkate_la-gstkate.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/kate' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/resindvd' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstresindvd_la-gstpesfilter.lo `test -f 'gstpesfilter.c' || echo './'`gstpesfilter.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstpesfilter.c -fPIC -DPIC -o .libs/libgstresindvd_la-gstpesfilter.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/resindvd' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gsm' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgsm_la-gstgsmenc.lo `test -f 'gstgsmenc.c' || echo './'`gstgsmenc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstgsmenc.c -fPIC -DPIC -o .libs/libgstgsm_la-gstgsmenc.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gsm' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/kate' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstkate_la-gstkatedec.lo `test -f 'gstkatedec.c' || echo './'`gstkatedec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstkatedec.c -fPIC -DPIC -o .libs/libgstkate_la-gstkatedec.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/kate' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gsm' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgsm_la-gstgsmdec.lo `test -f 'gstgsmdec.c' || echo './'`gstgsmdec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstgsmdec.c -fPIC -DPIC -o .libs/libgstgsm_la-gstgsmdec.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gsm' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/resindvd' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstresindvd_la-rsninputselector.lo `test -f 'rsninputselector.c' || echo './'`rsninputselector.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c rsninputselector.c -fPIC -DPIC -o .libs/libgstresindvd_la-rsninputselector.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/resindvd' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gsm' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstgsm.la -rpath /usr/lib64/gstreamer-1.0 libgstgsm_la-gstgsm.lo libgstgsm_la-gstgsmenc.lo libgstgsm_la-gstgsmdec.lo -lgsm -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstgsm_la-gstgsm.o .libs/libgstgsm_la-gstgsmenc.o .libs/libgstgsm_la-gstgsmdec.o -lgsm -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -g -pthread -pthread -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstgsm.so -o .libs/libgstgsm.so libtool: link: ( cd ".libs" && rm -f "libgstgsm.la" && ln -s "../libgstgsm.la" "libgstgsm.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gsm' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gl' /bin/sh ../../libtool --tag=CC --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/lib64/gstreamer-1.0/include -I/usr/include/libdrm -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstopenglmixers_la-gstglmixerbin.lo `test -f 'gstglmixerbin.c' || echo './'`gstglmixerbin.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/lib64/gstreamer-1.0/include -I/usr/include/libdrm -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstglmixerbin.c -fPIC -DPIC -o .libs/libgstopenglmixers_la-gstglmixerbin.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gl' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/kate' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstkate_la-gstkateenc.lo `test -f 'gstkateenc.c' || echo './'`gstkateenc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstkateenc.c -fPIC -DPIC -o .libs/libgstkate_la-gstkateenc.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/kate' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/resindvd' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstresindvd_la-rsnparsetter.lo `test -f 'rsnparsetter.c' || echo './'`rsnparsetter.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c rsnparsetter.c -fPIC -DPIC -o .libs/libgstresindvd_la-rsnparsetter.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/resindvd' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gl' /bin/sh ../../libtool --tag=CC --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/lib64/gstreamer-1.0/include -I/usr/include/libdrm -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstopenglmixers_la-gstglutils.lo `test -f 'gstglutils.c' || echo './'`gstglutils.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/lib64/gstreamer-1.0/include -I/usr/include/libdrm -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstglutils.c -fPIC -DPIC -o .libs/libgstopenglmixers_la-gstglutils.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gl' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/resindvd' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstresindvd.la -rpath /usr/lib64/gstreamer-1.0 libgstresindvd_la-plugin.lo libgstresindvd_la-resindvdbin.lo libgstresindvd_la-resindvdsrc.lo libgstresindvd_la-rsndec.lo libgstresindvd_la-gstmpegdesc.lo libgstresindvd_la-gstmpegdemux.lo libgstresindvd_la-gstpesfilter.lo libgstresindvd_la-rsninputselector.lo libgstresindvd_la-rsnparsetter.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstpbutils-1.0 -lgsttag-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgmodule-2.0 -pthread -lglib-2.0 -ldvdnav -lpthread -ldvdread libtool: link: gcc -shared -fPIC -DPIC .libs/libgstresindvd_la-plugin.o .libs/libgstresindvd_la-resindvdbin.o .libs/libgstresindvd_la-resindvdsrc.o .libs/libgstresindvd_la-rsndec.o .libs/libgstresindvd_la-gstmpegdesc.o .libs/libgstresindvd_la-gstmpegdemux.o .libs/libgstresindvd_la-gstpesfilter.o .libs/libgstresindvd_la-rsninputselector.o .libs/libgstresindvd_la-rsnparsetter.o -lgstvideo-1.0 -lgstpbutils-1.0 -lgsttag-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -ldvdnav -lpthread -ldvdread -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -pthread -Wl,-soname -Wl,libgstresindvd.so -o .libs/libgstresindvd.so libtool: link: ( cd ".libs" && rm -f "libgstresindvd.la" && ln -s "../libgstresindvd.la" "libgstresindvd.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/resindvd' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gl' /bin/sh ../../libtool --tag=CC --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/lib64/gstreamer-1.0/include -I/usr/include/libdrm -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstopenglmixers_la-gstglstereomix.lo `test -f 'gstglstereomix.c' || echo './'`gstglstereomix.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/lib64/gstreamer-1.0/include -I/usr/include/libdrm -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstglstereomix.c -fPIC -DPIC -o .libs/libgstopenglmixers_la-gstglstereomix.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gl' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/kate' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstkate_la-gstkateparse.lo `test -f 'gstkateparse.c' || echo './'`gstkateparse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstkateparse.c -fPIC -DPIC -o .libs/libgstkate_la-gstkateparse.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/kate' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/kate' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstkate_la-gstkatetag.lo `test -f 'gstkatetag.c' || echo './'`gstkatetag.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstkatetag.c -fPIC -DPIC -o .libs/libgstkate_la-gstkatetag.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/kate' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/kate' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstkate_la-gstkateutil.lo `test -f 'gstkateutil.c' || echo './'`gstkateutil.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstkateutil.c -fPIC -DPIC -o .libs/libgstkate_la-gstkateutil.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/kate' /usr/bin/make -C ladspa make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gl' /bin/sh ../../libtool --tag=CC --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/lib64/gstreamer-1.0/include -I/usr/include/libdrm -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstopenglmixers_la-gstglmosaic.lo `test -f 'gstglmosaic.c' || echo './'`gstglmosaic.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/lib64/gstreamer-1.0/include -I/usr/include/libdrm -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstglmosaic.c -fPIC -DPIC -o .libs/libgstopenglmixers_la-gstglmosaic.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gl' /usr/bin/make -C modplug make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gl' /bin/sh ../../libtool --tag=CC --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/lib64/gstreamer-1.0/include -I/usr/include/libdrm -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstopenglmixers_la-gstglvideomixer.lo `test -f 'gstglvideomixer.c' || echo './'`gstglvideomixer.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/lib64/gstreamer-1.0/include -I/usr/include/libdrm -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstglvideomixer.c -fPIC -DPIC -o .libs/libgstopenglmixers_la-gstglvideomixer.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gl' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/kate' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstkate_la-gstkatespu.lo `test -f 'gstkatespu.c' || echo './'`gstkatespu.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstkatespu.c -fPIC -DPIC -o .libs/libgstkate_la-gstkatespu.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/kate' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gl' /bin/sh ../../libtool --tag=CC --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/lib64/gstreamer-1.0/include -I/usr/include/libdrm -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstopenglmixers.la -rpath /usr/lib64/gstreamer-1.0 libgstopenglmixers_la-gstopengl.lo libgstopenglmixers_la-gstglbasemixer.lo libgstopenglmixers_la-gstglmixer.lo libgstopenglmixers_la-gstglmixerbin.lo libgstopenglmixers_la-gstglstereomix.lo libgstopenglmixers_la-gstglutils.lo libgstopenglmixers_la-gstglvideomixer.lo libgstopenglmixers_la-gstglmosaic.lo ../../gst-libs/gst/video/libgstbadvideo-1.0.la -lgstgl-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstcontroller-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lX11 -lm libtool: link: gcc -shared -fPIC -DPIC .libs/libgstopenglmixers_la-gstopengl.o .libs/libgstopenglmixers_la-gstglbasemixer.o .libs/libgstopenglmixers_la-gstglmixer.o .libs/libgstopenglmixers_la-gstglmixerbin.o .libs/libgstopenglmixers_la-gstglstereomix.o .libs/libgstopenglmixers_la-gstglutils.o .libs/libgstopenglmixers_la-gstglvideomixer.o .libs/libgstopenglmixers_la-gstglmosaic.o -Wl,-rpath -Wl,/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/video/.libs ../../gst-libs/gst/video/.libs/libgstbadvideo-1.0.so -lorc-0.4 -lgstgl-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstcontroller-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lX11 -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstopenglmixers.so -o .libs/libgstopenglmixers.so libtool: link: ( cd ".libs" && rm -f "libgstopenglmixers.la" && ln -s "../libgstopenglmixers.la" "libgstopenglmixers.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gl' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ladspa' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I../../gst-libs -I../../gst-libs -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstladspa_la-gstladspautils.lo `test -f 'gstladspautils.c' || echo './'`gstladspautils.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I../../gst-libs -I../../gst-libs -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstladspautils.c -fPIC -DPIC -o .libs/libgstladspa_la-gstladspautils.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ladspa' /usr/bin/make -C musepack make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/kate' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstkate.la -rpath /usr/lib64/gstreamer-1.0 libgstkate_la-gstkate.lo libgstkate_la-gstkatedec.lo libgstkate_la-gstkateenc.lo libgstkate_la-gstkateparse.lo libgstkate_la-gstkatetag.lo libgstkate_la-gstkateutil.lo libgstkate_la-gstkatespu.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgsttag-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lkate libtool: link: gcc -shared -fPIC -DPIC .libs/libgstkate_la-gstkate.o .libs/libgstkate_la-gstkatedec.o .libs/libgstkate_la-gstkateenc.o .libs/libgstkate_la-gstkateparse.o .libs/libgstkate_la-gstkatetag.o .libs/libgstkate_la-gstkateutil.o .libs/libgstkate_la-gstkatespu.o -lgstvideo-1.0 -lgsttag-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lkate -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstkate.so -o .libs/libgstkate.so libtool: link: ( cd ".libs" && rm -f "libgstkate.la" && ln -s "../libgstkate.la" "libgstkate.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/kate' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/modplug' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmodplug_la-gstmodplug.lo `test -f 'gstmodplug.cc' || echo './'`gstmodplug.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstmodplug.cc -fPIC -DPIC -o .libs/libgstmodplug_la-gstmodplug.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/modplug' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/modplug' /bin/sh ../../libtool --tag=CXX --mode=link g++ -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstmodplug.la -rpath /usr/lib64/gstreamer-1.0 libgstmodplug_la-gstmodplug.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -lmodplug libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/riscv64-redhat-linux/7/crti.o /usr/lib/gcc/riscv64-redhat-linux/7/crtbeginS.o .libs/libgstmodplug_la-gstmodplug.o -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lmodplug -L/usr/lib/gcc/riscv64-redhat-linux/7 -L/lib64/lp64d -L/usr/lib64/lp64d -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/riscv64-redhat-linux/7/crtendS.o /usr/lib/gcc/riscv64-redhat-linux/7/crtn.o -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstmodplug.so -o .libs/libgstmodplug.so libtool: link: ( cd ".libs" && rm -f "libgstmodplug.la" && ln -s "../libgstmodplug.la" "libgstmodplug.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/modplug' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/musepack' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmusepack_la-gstmusepackreader.lo `test -f 'gstmusepackreader.c' || echo './'`gstmusepackreader.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstmusepackreader.c -fPIC -DPIC -o .libs/libgstmusepack_la-gstmusepackreader.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/musepack' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ladspa' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I../../gst-libs -I../../gst-libs -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstladspa_la-gstladspafilter.lo `test -f 'gstladspafilter.c' || echo './'`gstladspafilter.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I../../gst-libs -I../../gst-libs -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstladspafilter.c -fPIC -DPIC -o .libs/libgstladspa_la-gstladspafilter.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ladspa' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/musepack' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstmusepack_la-gstmusepackdec.lo `test -f 'gstmusepackdec.c' || echo './'`gstmusepackdec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstmusepackdec.c -fPIC -DPIC -o .libs/libgstmusepack_la-gstmusepackdec.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/musepack' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/musepack' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstmusepack.la -rpath /usr/lib64/gstreamer-1.0 libgstmusepack_la-gstmusepackdec.lo libgstmusepack_la-gstmusepackreader.lo -lmpcdec -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstmusepack_la-gstmusepackdec.o .libs/libgstmusepack_la-gstmusepackreader.o -lmpcdec -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstmusepack.so -o .libs/libgstmusepack.so libtool: link: ( cd ".libs" && rm -f "libgstmusepack.la" && ln -s "../libgstmusepack.la" "libgstmusepack.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/musepack' /usr/bin/make -C ofa make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ladspa' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I../../gst-libs -I../../gst-libs -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstladspa_la-gstladspasource.lo `test -f 'gstladspasource.c' || echo './'`gstladspasource.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I../../gst-libs -I../../gst-libs -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstladspasource.c -fPIC -DPIC -o .libs/libgstladspa_la-gstladspasource.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ladspa' /usr/bin/make -C openal make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ladspa' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I../../gst-libs -I../../gst-libs -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstladspa_la-gstladspasink.lo `test -f 'gstladspasink.c' || echo './'`gstladspasink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I../../gst-libs -I../../gst-libs -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstladspasink.c -fPIC -DPIC -o .libs/libgstladspa_la-gstladspasink.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ladspa' /usr/bin/make -C openexr make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ladspa' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I../../gst-libs -I../../gst-libs -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstladspa_la-gstladspa.lo `test -f 'gstladspa.c' || echo './'`gstladspa.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I../../gst-libs -I../../gst-libs -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstladspa.c -fPIC -DPIC -o .libs/libgstladspa_la-gstladspa.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ladspa' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ofa' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstofa_la-gstofa.lo `test -f 'gstofa.c' || echo './'`gstofa.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstofa.c -fPIC -DPIC -o .libs/libgstofa_la-gstofa.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ofa' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ladspa' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I../../gst-libs -I../../gst-libs -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstladspa.la -rpath /usr/lib64/gstreamer-1.0 libgstladspa_la-gstladspautils.lo libgstladspa_la-gstladspafilter.lo libgstladspa_la-gstladspasource.lo libgstladspa_la-gstladspasink.lo libgstladspa_la-gstladspa.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgmodule-2.0 -pthread -lglib-2.0 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstladspa_la-gstladspautils.o .libs/libgstladspa_la-gstladspafilter.o .libs/libgstladspa_la-gstladspasource.o .libs/libgstladspa_la-gstladspasink.o .libs/libgstladspa_la-gstladspa.o -lgstaudio-1.0 -lgstbase-1.0 -lm -lgstreamer-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -pthread -Wl,-soname -Wl,libgstladspa.so -o .libs/libgstladspa.so libtool: link: ( cd ".libs" && rm -f "libgstladspa.la" && ln -s "../libgstladspa.la" "libgstladspa.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ladspa' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ofa' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstofa.la -rpath /usr/lib64/gstreamer-1.0 libgstofa_la-gstofa.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lofa libtool: link: gcc -shared -fPIC -DPIC .libs/libgstofa_la-gstofa.o -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lofa -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstofa.so -o .libs/libgstofa.so libtool: link: ( cd ".libs" && rm -f "libgstofa.la" && ln -s "../libgstofa.la" "libgstofa.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ofa' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/openal' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/AL -I../../gst-libs -I../../gst-libs -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstopenal_la-gstopenal.lo `test -f 'gstopenal.c' || echo './'`gstopenal.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/AL -I../../gst-libs -I../../gst-libs -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstopenal.c -fPIC -DPIC -o .libs/libgstopenal_la-gstopenal.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/openal' /usr/bin/make -C openjpeg make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/openexr' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/OpenEXR -pthread -I/usr/include/libdrm -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstopenexr_la-gstopenexr.lo `test -f 'gstopenexr.c' || echo './'`gstopenexr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/OpenEXR -pthread -I/usr/include/libdrm -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstopenexr.c -fPIC -DPIC -o .libs/libgstopenexr_la-gstopenexr.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/openexr' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/openexr' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -g -fvisibility=hidden -I/usr/include/OpenEXR -pthread -I/usr/include/libdrm -std=c++98 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstopenexr_la-gstopenexrdec.lo `test -f 'gstopenexrdec.cpp' || echo './'`gstopenexrdec.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -g -fvisibility=hidden -I/usr/include/OpenEXR -pthread -I/usr/include/libdrm -std=c++98 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstopenexrdec.cpp -fPIC -DPIC -o .libs/libgstopenexr_la-gstopenexrdec.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/openexr' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/openal' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/AL -I../../gst-libs -I../../gst-libs -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstopenal_la-gstopenalsink.lo `test -f 'gstopenalsink.c' || echo './'`gstopenalsink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/AL -I../../gst-libs -I../../gst-libs -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstopenalsink.c -fPIC -DPIC -o .libs/libgstopenal_la-gstopenalsink.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/openal' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/openjpeg' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/openjpeg-1.5 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstopenjpeg_la-gstopenjpegenc.lo `test -f 'gstopenjpegenc.c' || echo './'`gstopenjpegenc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/openjpeg-1.5 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstopenjpegenc.c -fPIC -DPIC -o .libs/libgstopenjpeg_la-gstopenjpegenc.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/openjpeg' /usr/bin/make -C opus make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/openjpeg' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/openjpeg-1.5 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstopenjpeg_la-gstopenjpegdec.lo `test -f 'gstopenjpegdec.c' || echo './'`gstopenjpegdec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/openjpeg-1.5 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstopenjpegdec.c -fPIC -DPIC -o .libs/libgstopenjpeg_la-gstopenjpegdec.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/openjpeg' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/openexr' /bin/sh ../../libtool --tag=CXX --mode=link g++ -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -g -fvisibility=hidden -I/usr/include/OpenEXR -pthread -I/usr/include/libdrm -std=c++98 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstopenexr.la -rpath /usr/lib64/gstreamer-1.0 libgstopenexr_la-gstopenexrdec.lo libgstopenexr_la-gstopenexr.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lIlmImf -lImath -lHalf -lIex -lIexMath -lIlmThread -pthread libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/riscv64-redhat-linux/7/crti.o /usr/lib/gcc/riscv64-redhat-linux/7/crtbeginS.o .libs/libgstopenexr_la-gstopenexrdec.o .libs/libgstopenexr_la-gstopenexr.o -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lIlmImf -lImath -lHalf -lIex -lIexMath -lIlmThread -L/usr/lib/gcc/riscv64-redhat-linux/7 -L/lib64/lp64d -L/usr/lib64/lp64d -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/riscv64-redhat-linux/7/crtendS.o /usr/lib/gcc/riscv64-redhat-linux/7/crtn.o -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -pthread -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -pthread -Wl,-soname -Wl,libgstopenexr.so -o .libs/libgstopenexr.so libtool: link: ( cd ".libs" && rm -f "libgstopenexr.la" && ln -s "../libgstopenexr.la" "libgstopenexr.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/openexr' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/opus' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -DGST_USE_UNSTABLE_API -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/opus -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstopusparse_la-gstopus.lo `test -f 'gstopus.c' || echo './'`gstopus.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -DGST_USE_UNSTABLE_API -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/opus -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstopus.c -fPIC -DPIC -o .libs/libgstopusparse_la-gstopus.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/opus' /usr/bin/make -C rsvg make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/openal' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/AL -I../../gst-libs -I../../gst-libs -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstopenal_la-gstopenalsrc.lo `test -f 'gstopenalsrc.c' || echo './'`gstopenalsrc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/AL -I../../gst-libs -I../../gst-libs -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstopenalsrc.c -fPIC -DPIC -o .libs/libgstopenal_la-gstopenalsrc.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/openal' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/openjpeg' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/openjpeg-1.5 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstopenjpeg_la-gstopenjpeg.lo `test -f 'gstopenjpeg.c' || echo './'`gstopenjpeg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/openjpeg-1.5 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstopenjpeg.c -fPIC -DPIC -o .libs/libgstopenjpeg_la-gstopenjpeg.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/openjpeg' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/openal' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/AL -I../../gst-libs -I../../gst-libs -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstopenal.la -rpath /usr/lib64/gstreamer-1.0 libgstopenal_la-gstopenal.lo libgstopenal_la-gstopenalsink.lo libgstopenal_la-gstopenalsrc.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lopenal libtool: link: gcc -shared -fPIC -DPIC .libs/libgstopenal_la-gstopenal.o .libs/libgstopenal_la-gstopenalsink.o .libs/libgstopenal_la-gstopenalsrc.o -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lopenal -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstopenal.so -o .libs/libgstopenal.so libtool: link: ( cd ".libs" && rm -f "libgstopenal.la" && ln -s "../libgstopenal.la" "libgstopenal.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/openal' /usr/bin/make -C smoothstreaming make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/openjpeg' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/openjpeg-1.5 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstopenjpeg.la -rpath /usr/lib64/gstreamer-1.0 libgstopenjpeg_la-gstopenjpegdec.lo libgstopenjpeg_la-gstopenjpegenc.lo libgstopenjpeg_la-gstopenjpeg.lo ../../gst-libs/gst/codecparsers/libgstcodecparsers-1.0.la -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lopenjpeg libtool: link: gcc -shared -fPIC -DPIC .libs/libgstopenjpeg_la-gstopenjpegdec.o .libs/libgstopenjpeg_la-gstopenjpegenc.o .libs/libgstopenjpeg_la-gstopenjpeg.o -Wl,-rpath -Wl,/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers/.libs ../../gst-libs/gst/codecparsers/.libs/libgstcodecparsers-1.0.so -lgstbase-1.0 -lm -lgstvideo-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lopenjpeg -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstopenjpeg.so -o .libs/libgstopenjpeg.so libtool: link: ( cd ".libs" && rm -f "libgstopenjpeg.la" && ln -s "../libgstopenjpeg.la" "libgstopenjpeg.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/openjpeg' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/opus' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -DGST_USE_UNSTABLE_API -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/opus -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstopusparse_la-gstopusparse.lo `test -f 'gstopusparse.c' || echo './'`gstopusparse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -DGST_USE_UNSTABLE_API -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/opus -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstopusparse.c -fPIC -DPIC -o .libs/libgstopusparse_la-gstopusparse.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/opus' /usr/bin/make -C sndfile make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/opus' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -DGST_USE_UNSTABLE_API -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/opus -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstopusparse_la-gstopusheader.lo `test -f 'gstopusheader.c' || echo './'`gstopusheader.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -DGST_USE_UNSTABLE_API -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/opus -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstopusheader.c -fPIC -DPIC -o .libs/libgstopusparse_la-gstopusheader.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/opus' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/sndfile' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstsndfile_la-gstsf.lo `test -f 'gstsf.c' || echo './'`gstsf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstsf.c -fPIC -DPIC -o .libs/libgstsndfile_la-gstsf.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/sndfile' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/smoothstreaming' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DGST_USE_UNSTABLE_API -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstsmoothstreaming_la-gstsmoothstreaming-plugin.lo `test -f 'gstsmoothstreaming-plugin.c' || echo './'`gstsmoothstreaming-plugin.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DGST_USE_UNSTABLE_API -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstsmoothstreaming-plugin.c -fPIC -DPIC -o .libs/libgstsmoothstreaming_la-gstsmoothstreaming-plugin.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/smoothstreaming' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/opus' /bin/sh ../../libtool --tag=CC --mode=link gcc -DGST_USE_UNSTABLE_API -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/opus -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -lm -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstopusparse.la -rpath /usr/lib64/gstreamer-1.0 libgstopusparse_la-gstopus.lo libgstopusparse_la-gstopusparse.lo libgstopusparse_la-gstopusheader.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -lgsttag-1.0 -lgstpbutils-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lopus libtool: link: gcc -shared -fPIC -DPIC .libs/libgstopusparse_la-gstopus.o .libs/libgstopusparse_la-gstopusparse.o .libs/libgstopusparse_la-gstopusheader.o -lm -lgstaudio-1.0 -lgsttag-1.0 -lgstpbutils-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lopus -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstopusparse.so -o .libs/libgstopusparse.so libtool: link: ( cd ".libs" && rm -f "libgstopusparse.la" && ln -s "../libgstopusparse.la" "libgstopusparse.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/opus' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/sndfile' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstsndfile_la-gstsfdec.lo `test -f 'gstsfdec.c' || echo './'`gstsfdec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstsfdec.c -fPIC -DPIC -o .libs/libgstsndfile_la-gstsfdec.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/sndfile' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/smoothstreaming' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DGST_USE_UNSTABLE_API -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstsmoothstreaming_la-gstmssdemux.lo `test -f 'gstmssdemux.c' || echo './'`gstmssdemux.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DGST_USE_UNSTABLE_API -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstmssdemux.c -fPIC -DPIC -o .libs/libgstsmoothstreaming_la-gstmssdemux.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/smoothstreaming' /usr/bin/make -C soundtouch make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/sndfile' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstsndfile.la -rpath /usr/lib64/gstreamer-1.0 libgstsndfile_la-gstsf.lo libgstsndfile_la-gstsfdec.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lsndfile libtool: link: gcc -shared -fPIC -DPIC .libs/libgstsndfile_la-gstsf.o .libs/libgstsndfile_la-gstsfdec.o -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lsndfile -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstsndfile.so -o .libs/libgstsndfile.so libtool: link: ( cd ".libs" && rm -f "libgstsndfile.la" && ln -s "../libgstsndfile.la" "libgstsndfile.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/sndfile' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/smoothstreaming' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DGST_USE_UNSTABLE_API -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstsmoothstreaming_la-gstmssfragmentparser.lo `test -f 'gstmssfragmentparser.c' || echo './'`gstmssfragmentparser.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DGST_USE_UNSTABLE_API -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstmssfragmentparser.c -fPIC -DPIC -o .libs/libgstsmoothstreaming_la-gstmssfragmentparser.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/smoothstreaming' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/rsvg' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -pthread -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstrsvg_la-gstrsvg.lo `test -f 'gstrsvg.c' || echo './'`gstrsvg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -pthread -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstrsvg.c -fPIC -DPIC -o .libs/libgstrsvg_la-gstrsvg.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/rsvg' /usr/bin/make -C gme make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gme' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstgme_la-gstgme.lo `test -f 'gstgme.c' || echo './'`gstgme.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstgme.c -fPIC -DPIC -o .libs/libgstgme_la-gstgme.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gme' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/rsvg' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -pthread -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstrsvg_la-gstrsvgdec.lo `test -f 'gstrsvgdec.c' || echo './'`gstrsvgdec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -pthread -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstrsvgdec.c -fPIC -DPIC -o .libs/libgstrsvg_la-gstrsvgdec.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/rsvg' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gme' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstgme.la -rpath /usr/lib64/gstreamer-1.0 libgstgme_la-gstgme.lo -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgme libtool: link: gcc -shared -fPIC -DPIC .libs/libgstgme_la-gstgme.o -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgme -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstgme.so -o .libs/libgstgme.so libtool: link: ( cd ".libs" && rm -f "libgstgme.la" && ln -s "../libgstgme.la" "libgstgme.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gme' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/soundtouch' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/soundtouch -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstsoundtouch_la-plugin.lo `test -f 'plugin.c' || echo './'`plugin.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/soundtouch -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c plugin.c -fPIC -DPIC -o .libs/libgstsoundtouch_la-plugin.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/soundtouch' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/smoothstreaming' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DGST_USE_UNSTABLE_API -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstsmoothstreaming_la-gstmssmanifest.lo `test -f 'gstmssmanifest.c' || echo './'`gstmssmanifest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DGST_USE_UNSTABLE_API -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstmssmanifest.c -fPIC -DPIC -o .libs/libgstsmoothstreaming_la-gstmssmanifest.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/smoothstreaming' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/rsvg' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -pthread -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstrsvg_la-gstrsvgoverlay.lo `test -f 'gstrsvgoverlay.c' || echo './'`gstrsvgoverlay.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -pthread -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstrsvgoverlay.c -fPIC -DPIC -o .libs/libgstrsvg_la-gstrsvgoverlay.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/rsvg' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/smoothstreaming' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DGST_USE_UNSTABLE_API -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstsmoothstreaming.la -rpath /usr/lib64/gstreamer-1.0 libgstsmoothstreaming_la-gstsmoothstreaming-plugin.lo libgstsmoothstreaming_la-gstmssdemux.lo libgstsmoothstreaming_la-gstmssfragmentparser.lo libgstsmoothstreaming_la-gstmssmanifest.lo ../../gst-libs/gst/codecparsers/libgstcodecparsers-1.0.la ../../gst-libs/gst/adaptivedemux/libgstadaptivedemux-1.0.la ../../gst-libs/gst/isoff/libgstisoff-1.0.la -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgsttag-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lxml2 libtool: link: gcc -shared -fPIC -DPIC .libs/libgstsmoothstreaming_la-gstsmoothstreaming-plugin.o .libs/libgstsmoothstreaming_la-gstmssdemux.o .libs/libgstsmoothstreaming_la-gstmssfragmentparser.o .libs/libgstsmoothstreaming_la-gstmssmanifest.o -Wl,-rpath -Wl,/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers/.libs -Wl,-rpath -Wl,/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/adaptivedemux/.libs -Wl,-rpath -Wl,/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/uridownloader/.libs -Wl,-rpath -Wl,/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/isoff/.libs -L/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/uridownloader/.libs ../../gst-libs/gst/codecparsers/.libs/libgstcodecparsers-1.0.so -lm ../../gst-libs/gst/adaptivedemux/.libs/libgstadaptivedemux-1.0.so /builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/uridownloader/.libs/libgsturidownloader-1.0.so -lgstapp-1.0 ../../gst-libs/gst/isoff/.libs/libgstisoff-1.0.so -lgsttag-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lxml2 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstsmoothstreaming.so -o .libs/libgstsmoothstreaming.so libtool: link: ( cd ".libs" && rm -f "libgstsmoothstreaming.la" && ln -s "../libgstsmoothstreaming.la" "libgstsmoothstreaming.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/smoothstreaming' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/rsvg' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -pthread -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -lm -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstrsvg.la -rpath /usr/lib64/gstreamer-1.0 libgstrsvg_la-gstrsvg.lo libgstrsvg_la-gstrsvgdec.lo libgstrsvg_la-gstrsvgoverlay.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo libtool: link: gcc -shared -fPIC -DPIC .libs/libgstrsvg_la-gstrsvg.o .libs/libgstrsvg_la-gstrsvgdec.o .libs/libgstrsvg_la-gstrsvgoverlay.o -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -g -pthread -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstrsvg.so -o .libs/libgstrsvg.so libtool: link: ( cd ".libs" && rm -f "libgstrsvg.la" && ln -s "../libgstrsvg.la" "libgstrsvg.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/rsvg' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/soundtouch' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -g -fvisibility=hidden -I/usr/include/soundtouch -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstsoundtouch_la-gstbpmdetect.lo `test -f 'gstbpmdetect.cc' || echo './'`gstbpmdetect.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -g -fvisibility=hidden -I/usr/include/soundtouch -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstbpmdetect.cc -fPIC -DPIC -o .libs/libgstsoundtouch_la-gstbpmdetect.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/soundtouch' /usr/bin/make -C srtp /usr/bin/make -C teletextdec /usr/bin/make -C wildmidi make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/srtp' glib-mkenums \ --fhead "#include \"gstsrtp-enumtypes.h\"\n\n#include \"gstsrtpenums.h\"" \ --fprod "\n/* enumerations from \"@filename@\" */" \ --vhead "GType\n@enum_name@_get_type (void)\n{\n static volatile gsize g_define_type_id__volatile = 0;\n if (g_once_init_enter (&g_define_type_id__volatile)) {\n static const G@Type@Value values[] = {" \ --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \ --vtail " { 0, NULL, NULL }\n };\n GType g_define_type_id = g_@type@_register_static (\"@EnumName@\", values);\n g_once_init_leave (&g_define_type_id__volatile, g_define_type_id);\n }\n return g_define_type_id__volatile;\n}\n" \ gstsrtpenums.h > gstsrtp-enumtypes.c make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/srtp' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/soundtouch' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -g -fvisibility=hidden -I/usr/include/soundtouch -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstsoundtouch_la-gstpitch.lo `test -f 'gstpitch.cc' || echo './'`gstpitch.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -g -fvisibility=hidden -I/usr/include/soundtouch -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstpitch.cc -fPIC -DPIC -o .libs/libgstsoundtouch_la-gstpitch.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/soundtouch' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/srtp' glib-mkenums \ --fhead "#ifndef __GST_SRTP_ENUM_TYPES_H__\n#define __GST_SRTP_ENUM_TYPES_H__\n\n#include \n\nG_BEGIN_DECLS\n" \ --fprod "\n/* enumerations from \"@filename@\" */\n" \ --vhead "\nGType @enum_name@_get_type (void);\n#define GST_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \ --ftail "G_END_DECLS\n\n#endif /* __GST_SRTP_ENUM_TYPES_H__ */" \ gstsrtpenums.h > gstsrtp-enumtypes.h make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/srtp' /usr/bin/make all-am make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wildmidi' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstwildmidi_la-gstwildmididec.lo `test -f 'gstwildmididec.c' || echo './'`gstwildmididec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstwildmididec.c -fPIC -DPIC -o .libs/libgstwildmidi_la-gstwildmididec.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wildmidi' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/soundtouch' /bin/sh ../../libtool --tag=CXX --mode=link g++ -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -g -fvisibility=hidden -I/usr/include/soundtouch -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstsoundtouch.la -rpath /usr/lib64/gstreamer-1.0 libgstsoundtouch_la-plugin.lo libgstsoundtouch_la-gstpitch.lo libgstsoundtouch_la-gstbpmdetect.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lSoundTouch -lm libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/riscv64-redhat-linux/7/crti.o /usr/lib/gcc/riscv64-redhat-linux/7/crtbeginS.o .libs/libgstsoundtouch_la-plugin.o .libs/libgstsoundtouch_la-gstpitch.o .libs/libgstsoundtouch_la-gstbpmdetect.o -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lSoundTouch -L/usr/lib/gcc/riscv64-redhat-linux/7 -L/lib64/lp64d -L/usr/lib64/lp64d -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/riscv64-redhat-linux/7/crtendS.o /usr/lib/gcc/riscv64-redhat-linux/7/crtn.o -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstsoundtouch.so -o .libs/libgstsoundtouch.so libtool: link: ( cd ".libs" && rm -f "libgstsoundtouch.la" && ln -s "../libgstsoundtouch.la" "libgstsoundtouch.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/soundtouch' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/teletextdec' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstteletext_la-gstteletextdec.lo `test -f 'gstteletextdec.c' || echo './'`gstteletextdec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstteletextdec.c -fPIC -DPIC -o .libs/libgstteletext_la-gstteletextdec.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/teletextdec' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/srtp' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstsrtp_la-gstsrtp.lo `test -f 'gstsrtp.c' || echo './'`gstsrtp.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstsrtp.c -fPIC -DPIC -o .libs/libgstsrtp_la-gstsrtp.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/srtp' /usr/bin/make -C zbar make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wildmidi' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstwildmidi.la -rpath /usr/lib64/gstreamer-1.0 libgstwildmidi_la-gstwildmididec.lo ../../gst-libs/gst/audio/libgstbadaudio-1.0.la -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lWildMidi libtool: link: gcc -shared -fPIC -DPIC .libs/libgstwildmidi_la-gstwildmididec.o -Wl,-rpath -Wl,/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/audio/.libs ../../gst-libs/gst/audio/.libs/libgstbadaudio-1.0.so -lorc-0.4 -lm -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lWildMidi -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstwildmidi.so -o .libs/libgstwildmidi.so libtool: link: ( cd ".libs" && rm -f "libgstwildmidi.la" && ln -s "../libgstwildmidi.la" "libgstwildmidi.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wildmidi' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/teletextdec' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstteletext.la -rpath /usr/lib64/gstreamer-1.0 libgstteletext_la-gstteletextdec.lo -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lzvbi -lpthread -lm -lpng -lz libtool: link: gcc -shared -fPIC -DPIC .libs/libgstteletext_la-gstteletextdec.o -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lzvbi -lpthread -lm -lpng -lz -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -pthread -Wl,-soname -Wl,libgstteletext.so -o .libs/libgstteletext.so libtool: link: ( cd ".libs" && rm -f "libgstteletext.la" && ln -s "../libgstteletext.la" "libgstteletext.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/teletextdec' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/zbar' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstzbar_la-gstzbar.lo `test -f 'gstzbar.c' || echo './'`gstzbar.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstzbar.c -fPIC -DPIC -o .libs/libgstzbar_la-gstzbar.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/zbar' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/srtp' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstsrtp_la-gstsrtpdec.lo `test -f 'gstsrtpdec.c' || echo './'`gstsrtpdec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstsrtpdec.c -fPIC -DPIC -o .libs/libgstsrtp_la-gstsrtpdec.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/srtp' /usr/bin/make -C hls make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/srtp' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstsrtp_la-gstsrtp-enumtypes.lo `test -f 'gstsrtp-enumtypes.c' || echo './'`gstsrtp-enumtypes.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstsrtp-enumtypes.c -fPIC -DPIC -o .libs/libgstsrtp_la-gstsrtp-enumtypes.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/srtp' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/zbar' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstzbar.la -rpath /usr/lib64/gstreamer-1.0 libgstzbar_la-gstzbar.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lzbar libtool: link: gcc -shared -fPIC -DPIC .libs/libgstzbar_la-gstzbar.o -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lzbar -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstzbar.so -o .libs/libgstzbar.so libtool: link: ( cd ".libs" && rm -f "libgstzbar.la" && ln -s "../libgstzbar.la" "libgstzbar.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/zbar' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/srtp' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstsrtp_la-gstsrtpenc.lo `test -f 'gstsrtpenc.c' || echo './'`gstsrtpenc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstsrtpenc.c -fPIC -DPIC -o .libs/libgstsrtp_la-gstsrtpenc.o make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/srtp' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/srtp' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstsrtp.la -rpath /usr/lib64/gstreamer-1.0 libgstsrtp_la-gstsrtp.lo libgstsrtp_la-gstsrtpdec.lo libgstsrtp_la-gstsrtpenc.lo libgstsrtp_la-gstsrtp-enumtypes.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstrtp-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lsrtp libtool: link: gcc -shared -fPIC -DPIC .libs/libgstsrtp_la-gstsrtp.o .libs/libgstsrtp_la-gstsrtpdec.o .libs/libgstsrtp_la-gstsrtpenc.o .libs/libgstsrtp_la-gstsrtp-enumtypes.o -lgstrtp-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lsrtp -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -g -pthread -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstsrtp.so -o .libs/libgstsrtp.so libtool: link: ( cd ".libs" && rm -f "libgstsrtp.la" && ln -s "../libgstsrtp.la" "libgstsrtp.la" ) make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/srtp' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/hls' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgsthls_la-gsthlsdemux.lo `test -f 'gsthlsdemux.c' || echo './'`gsthlsdemux.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gsthlsdemux.c -fPIC -DPIC -o .libs/libgsthls_la-gsthlsdemux.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/hls' /usr/bin/make -C webp /usr/bin/make -C dtls make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/hls' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgsthls_la-m3u8.lo `test -f 'm3u8.c' || echo './'`m3u8.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c m3u8.c -fPIC -DPIC -o .libs/libgsthls_la-m3u8.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/hls' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/webp' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstwebp_la-gstwebp.lo `test -f 'gstwebp.c' || echo './'`gstwebp.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstwebp.c -fPIC -DPIC -o .libs/libgstwebp_la-gstwebp.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/webp' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/hls' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgsthls_la-gsthlsdemux-util.lo `test -f 'gsthlsdemux-util.c' || echo './'`gsthlsdemux-util.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gsthlsdemux-util.c -fPIC -DPIC -o .libs/libgsthls_la-gsthlsdemux-util.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/hls' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dtls' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdtls_la-plugin.lo `test -f 'plugin.c' || echo './'`plugin.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c plugin.c -fPIC -DPIC -o .libs/libgstdtls_la-plugin.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dtls' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/webp' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstwebp_la-gstwebpdec.lo `test -f 'gstwebpdec.c' || echo './'`gstwebpdec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstwebpdec.c -fPIC -DPIC -o .libs/libgstwebp_la-gstwebpdec.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/webp' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/webp' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstwebp_la-gstwebpenc.lo `test -f 'gstwebpenc.c' || echo './'`gstwebpenc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstwebpenc.c -fPIC -DPIC -o .libs/libgstwebp_la-gstwebpenc.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/webp' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dtls' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdtls_la-gstdtlsdec.lo `test -f 'gstdtlsdec.c' || echo './'`gstdtlsdec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstdtlsdec.c -fPIC -DPIC -o .libs/libgstdtls_la-gstdtlsdec.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dtls' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dtls' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdtls_la-gstdtlsenc.lo `test -f 'gstdtlsenc.c' || echo './'`gstdtlsenc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstdtlsenc.c -fPIC -DPIC -o .libs/libgstdtls_la-gstdtlsenc.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dtls' /usr/bin/make -C webrtcdsp make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/webp' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstwebp.la -rpath /usr/lib64/gstreamer-1.0 libgstwebp_la-gstwebp.lo libgstwebp_la-gstwebpdec.lo libgstwebp_la-gstwebpenc.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lwebp libtool: link: gcc -shared -fPIC -DPIC .libs/libgstwebp_la-gstwebp.o .libs/libgstwebp_la-gstwebpdec.o .libs/libgstwebp_la-gstwebpenc.o -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lwebp -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstwebp.so -o .libs/libgstwebp.so libtool: link: ( cd ".libs" && rm -f "libgstwebp.la" && ln -s "../libgstwebp.la" "libgstwebp.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/webp' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dtls' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdtls_la-gstdtlssrtpdemux.lo `test -f 'gstdtlssrtpdemux.c' || echo './'`gstdtlssrtpdemux.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstdtlssrtpdemux.c -fPIC -DPIC -o .libs/libgstdtls_la-gstdtlssrtpdemux.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dtls' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/hls' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgsthls_la-gsthlsplugin.lo `test -f 'gsthlsplugin.c' || echo './'`gsthlsplugin.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gsthlsplugin.c -fPIC -DPIC -o .libs/libgsthls_la-gsthlsplugin.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/hls' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dtls' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdtls_la-gstdtlssrtpbin.lo `test -f 'gstdtlssrtpbin.c' || echo './'`gstdtlssrtpbin.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstdtlssrtpbin.c -fPIC -DPIC -o .libs/libgstdtls_la-gstdtlssrtpbin.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dtls' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dtls' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdtls_la-gstdtlssrtpdec.lo `test -f 'gstdtlssrtpdec.c' || echo './'`gstdtlssrtpdec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstdtlssrtpdec.c -fPIC -DPIC -o .libs/libgstdtls_la-gstdtlssrtpdec.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dtls' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/hls' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgsthls_la-gsthlssink.lo `test -f 'gsthlssink.c' || echo './'`gsthlssink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gsthlssink.c -fPIC -DPIC -o .libs/libgsthls_la-gsthlssink.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/hls' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/hls' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgsthls_la-gsthlssink2.lo `test -f 'gsthlssink2.c' || echo './'`gsthlssink2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gsthlssink2.c -fPIC -DPIC -o .libs/libgsthls_la-gsthlssink2.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/hls' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dtls' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdtls_la-gstdtlssrtpenc.lo `test -f 'gstdtlssrtpenc.c' || echo './'`gstdtlssrtpenc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstdtlssrtpenc.c -fPIC -DPIC -o .libs/libgstdtls_la-gstdtlssrtpenc.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dtls' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dtls' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdtls_la-gstdtlsagent.lo `test -f 'gstdtlsagent.c' || echo './'`gstdtlsagent.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstdtlsagent.c -fPIC -DPIC -o .libs/libgstdtls_la-gstdtlsagent.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dtls' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/hls' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgsthls_la-gstm3u8playlist.lo `test -f 'gstm3u8playlist.c' || echo './'`gstm3u8playlist.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstm3u8playlist.c -fPIC -DPIC -o .libs/libgsthls_la-gstm3u8playlist.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/hls' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/webrtcdsp' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -std=c++11 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/webrtc_audio_processing -DWEBRTC_AUDIO_PROCESSING_ONLY_BUILD -DWEBRTC_POSIX -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstwebrtcdsp_la-gstwebrtcdsp.lo `test -f 'gstwebrtcdsp.cpp' || echo './'`gstwebrtcdsp.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -std=c++11 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/webrtc_audio_processing -DWEBRTC_AUDIO_PROCESSING_ONLY_BUILD -DWEBRTC_POSIX -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstwebrtcdsp.cpp -fPIC -DPIC -o .libs/libgstwebrtcdsp_la-gstwebrtcdsp.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/webrtcdsp' /usr/bin/make -C ttml make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/hls' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -no-undefined -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgsthls.la -rpath /usr/lib64/gstreamer-1.0 libgsthls_la-m3u8.lo libgsthls_la-gsthlsdemux.lo libgsthls_la-gsthlsdemux-util.lo libgsthls_la-gsthlsplugin.lo libgsthls_la-gsthlssink.lo libgsthls_la-gsthlssink2.lo libgsthls_la-gstm3u8playlist.lo ../../gst-libs/gst/uridownloader/libgsturidownloader-1.0.la ../../gst-libs/gst/adaptivedemux/libgstadaptivedemux-1.0.la -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstpbutils-1.0 -lgstvideo-1.0 -lgsttag-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -lnettle libtool: link: gcc -shared -fPIC -DPIC .libs/libgsthls_la-m3u8.o .libs/libgsthls_la-gsthlsdemux.o .libs/libgsthls_la-gsthlsdemux-util.o .libs/libgsthls_la-gsthlsplugin.o .libs/libgsthls_la-gsthlssink.o .libs/libgsthls_la-gsthlssink2.o .libs/libgsthls_la-gstm3u8playlist.o -Wl,-rpath -Wl,/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/uridownloader/.libs -Wl,-rpath -Wl,/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/adaptivedemux/.libs -L/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/uridownloader/.libs ../../gst-libs/gst/uridownloader/.libs/libgsturidownloader-1.0.so ../../gst-libs/gst/adaptivedemux/.libs/libgstadaptivedemux-1.0.so /builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/uridownloader/.libs/libgsturidownloader-1.0.so -lgstapp-1.0 -lgstpbutils-1.0 -lgstvideo-1.0 -lgsttag-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -lnettle -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgsthls.so -o .libs/libgsthls.so libtool: link: ( cd ".libs" && rm -f "libgsthls.la" && ln -s "../libgsthls.la" "libgsthls.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/hls' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dtls' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdtls_la-gstdtlsconnection.lo `test -f 'gstdtlsconnection.c' || echo './'`gstdtlsconnection.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstdtlsconnection.c -fPIC -DPIC -o .libs/libgstdtls_la-gstdtlsconnection.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dtls' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ttml' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstttmlsubs_la-subtitle.lo `test -f 'subtitle.c' || echo './'`subtitle.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c subtitle.c -fPIC -DPIC -o .libs/libgstttmlsubs_la-subtitle.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ttml' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ttml' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstttmlsubs_la-subtitlemeta.lo `test -f 'subtitlemeta.c' || echo './'`subtitlemeta.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c subtitlemeta.c -fPIC -DPIC -o .libs/libgstttmlsubs_la-subtitlemeta.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ttml' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/webrtcdsp' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -std=c++11 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/webrtc_audio_processing -DWEBRTC_AUDIO_PROCESSING_ONLY_BUILD -DWEBRTC_POSIX -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstwebrtcdsp_la-gstwebrtcechoprobe.lo `test -f 'gstwebrtcechoprobe.cpp' || echo './'`gstwebrtcechoprobe.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -std=c++11 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/webrtc_audio_processing -DWEBRTC_AUDIO_PROCESSING_ONLY_BUILD -DWEBRTC_POSIX -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstwebrtcechoprobe.cpp -fPIC -DPIC -o .libs/libgstwebrtcdsp_la-gstwebrtcechoprobe.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/webrtcdsp' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/webrtcdsp' /bin/sh ../../libtool --tag=CXX --mode=link g++ -std=c++11 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/webrtc_audio_processing -DWEBRTC_AUDIO_PROCESSING_ONLY_BUILD -DWEBRTC_POSIX -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstwebrtcdsp.la -rpath /usr/lib64/gstreamer-1.0 libgstwebrtcdsp_la-gstwebrtcdsp.lo libgstwebrtcdsp_la-gstwebrtcechoprobe.lo -lgstaudio-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lwebrtc_audio_processing libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/riscv64-redhat-linux/7/crti.o /usr/lib/gcc/riscv64-redhat-linux/7/crtbeginS.o .libs/libgstwebrtcdsp_la-gstwebrtcdsp.o .libs/libgstwebrtcdsp_la-gstwebrtcechoprobe.o -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lwebrtc_audio_processing -L/usr/lib/gcc/riscv64-redhat-linux/7 -L/lib64/lp64d -L/usr/lib64/lp64d -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/riscv64-redhat-linux/7/crtendS.o /usr/lib/gcc/riscv64-redhat-linux/7/crtn.o -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -g -pthread -pthread -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstwebrtcdsp.so -o .libs/libgstwebrtcdsp.so libtool: link: ( cd ".libs" && rm -f "libgstwebrtcdsp.la" && ln -s "../libgstwebrtcdsp.la" "libgstwebrtcdsp.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/webrtcdsp' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dtls' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstdtls_la-gstdtlscertificate.lo `test -f 'gstdtlscertificate.c' || echo './'`gstdtlscertificate.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstdtlscertificate.c -fPIC -DPIC -o .libs/libgstdtls_la-gstdtlscertificate.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dtls' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ttml' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstttmlsubs_la-gstttmlparse.lo `test -f 'gstttmlparse.c' || echo './'`gstttmlparse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstttmlparse.c -fPIC -DPIC -o .libs/libgstttmlsubs_la-gstttmlparse.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ttml' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dtls' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstdtls.la -rpath /usr/lib64/gstreamer-1.0 libgstdtls_la-plugin.lo libgstdtls_la-gstdtlsdec.lo libgstdtls_la-gstdtlsenc.lo libgstdtls_la-gstdtlssrtpdemux.lo libgstdtls_la-gstdtlssrtpbin.lo libgstdtls_la-gstdtlssrtpdec.lo libgstdtls_la-gstdtlssrtpenc.lo libgstdtls_la-gstdtlsagent.lo libgstdtls_la-gstdtlsconnection.lo libgstdtls_la-gstdtlscertificate.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lssl -lcrypto libtool: link: gcc -shared -fPIC -DPIC .libs/libgstdtls_la-plugin.o .libs/libgstdtls_la-gstdtlsdec.o .libs/libgstdtls_la-gstdtlsenc.o .libs/libgstdtls_la-gstdtlssrtpdemux.o .libs/libgstdtls_la-gstdtlssrtpbin.o .libs/libgstdtls_la-gstdtlssrtpdec.o .libs/libgstdtls_la-gstdtlssrtpenc.o .libs/libgstdtls_la-gstdtlsagent.o .libs/libgstdtls_la-gstdtlsconnection.o .libs/libgstdtls_la-gstdtlscertificate.o -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lssl -lcrypto -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstdtls.so -o .libs/libgstdtls.so libtool: link: ( cd ".libs" && rm -f "libgstdtls.la" && ln -s "../libgstdtls.la" "libgstdtls.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dtls' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ttml' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstttmlsubs_la-gstttmlplugin.lo `test -f 'gstttmlplugin.c' || echo './'`gstttmlplugin.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstttmlplugin.c -fPIC -DPIC -o .libs/libgstttmlsubs_la-gstttmlplugin.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ttml' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ttml' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstttmlsubs_la-ttmlparse.lo `test -f 'ttmlparse.c' || echo './'`ttmlparse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ttmlparse.c -fPIC -DPIC -o .libs/libgstttmlsubs_la-ttmlparse.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ttml' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ttml' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libgstttmlsubs_la-gstttmlrender.lo `test -f 'gstttmlrender.c' || echo './'`gstttmlrender.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gstttmlrender.c -fPIC -DPIC -o .libs/libgstttmlsubs_la-gstttmlrender.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ttml' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ttml' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstttmlsubs.la -rpath /usr/lib64/gstreamer-1.0 libgstttmlsubs_la-subtitle.lo libgstttmlsubs_la-subtitlemeta.lo libgstttmlsubs_la-gstttmlparse.lo libgstttmlsubs_la-ttmlparse.lo libgstttmlsubs_la-gstttmlrender.lo libgstttmlsubs_la-gstttmlplugin.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lxml2 -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lcairo -lm libtool: link: gcc -shared -fPIC -DPIC .libs/libgstttmlsubs_la-subtitle.o .libs/libgstttmlsubs_la-subtitlemeta.o .libs/libgstttmlsubs_la-gstttmlparse.o .libs/libgstttmlsubs_la-ttmlparse.o .libs/libgstttmlsubs_la-gstttmlrender.o .libs/libgstttmlsubs_la-gstttmlplugin.o -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lxml2 -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lcairo -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstttmlsubs.so -o .libs/libgstttmlsubs.so libtool: link: ( cd ".libs" && rm -f "libgstttmlsubs.la" && ln -s "../libgstttmlsubs.la" "libgstttmlsubs.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ttml' Making all in assrender make[3]: Nothing to be done for 'all'. Making all in bs2b make[3]: Nothing to be done for 'all'. Making all in bz2 make[3]: Nothing to be done for 'all'. Making all in colormanagement make[3]: Nothing to be done for 'all'. Making all in chromaprint make[3]: Nothing to be done for 'all'. Making all in curl make[3]: Nothing to be done for 'all'. Making all in dash make[3]: Nothing to be done for 'all'. Making all in wayland /usr/bin/make all-am make[4]: Nothing to be done for 'all-am'. Making all in resindvd make[3]: Nothing to be done for 'all'. Making all in gl make[3]: Nothing to be done for 'all'. Making all in fluidsynth make[3]: Nothing to be done for 'all'. Making all in gsm make[3]: Nothing to be done for 'all'. Making all in kate make[3]: Nothing to be done for 'all'. Making all in ladspa make[3]: Nothing to be done for 'all'. Making all in modplug make[3]: Nothing to be done for 'all'. Making all in musepack make[3]: Nothing to be done for 'all'. Making all in ofa make[3]: Nothing to be done for 'all'. Making all in openal make[3]: Nothing to be done for 'all'. Making all in openexr make[3]: Nothing to be done for 'all'. Making all in openjpeg make[3]: Nothing to be done for 'all'. Making all in opus make[3]: Nothing to be done for 'all'. Making all in rsvg make[3]: Nothing to be done for 'all'. Making all in smoothstreaming make[3]: Nothing to be done for 'all'. Making all in sndfile make[3]: Nothing to be done for 'all'. Making all in soundtouch make[3]: Nothing to be done for 'all'. Making all in gme make[3]: Nothing to be done for 'all'. Making all in srtp /usr/bin/make all-am make[4]: Nothing to be done for 'all-am'. Making all in teletextdec make[3]: Nothing to be done for 'all'. Making all in wildmidi make[3]: Nothing to be done for 'all'. Making all in zbar make[3]: Nothing to be done for 'all'. Making all in hls make[3]: Nothing to be done for 'all'. Making all in webp make[3]: Nothing to be done for 'all'. Making all in dtls make[3]: Nothing to be done for 'all'. Making all in webrtcdsp make[3]: Nothing to be done for 'all'. Making all in ttml make[3]: Nothing to be done for 'all'. make[3]: Nothing to be done for 'all-am'. Making all in pkgconfig make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' CP gstreamer-codecparsers-1.0.pc make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' CP gstreamer-plugins-bad-1.0.pc make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' CP gstreamer-insertbin-1.0.pc make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' CP gstreamer-mpegts-1.0.pc make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' CP gstreamer-player-1.0.pc make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' CP gstreamer-webrtc-1.0.pc make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' CP gstreamer-bad-audio-1.0.pc make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' CP gstreamer-bad-video-1.0.pc make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' sed \ -e "s|[@]audiolibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/audio/.libs|" \ -e "s|[@]videolibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/video/.libs|" \ -e "s|[@]codecparserslibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers/.libs|" \ -e "s|[@]gllibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/gl/.libs|" \ -e "s|[@]insertbinlibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/insertbin/.libs|" \ -e "s|[@]mpegtslibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts/.libs|" \ -e "s|[@]playerlibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player/.libs|" \ -e "s|[@]waylandlibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/wayland/.libs|" \ -e "s|[@]webrtclibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc/.libs|" \ -e "s|[@]basecamerabinsrclibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/basecamerabinsrc/.libs|" \ -e "s|[@]photographylibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/interfaces/.libs|" \ gstreamer-codecparsers-uninstalled.pc > gstreamer-codecparsers-1.0-uninstalled.pc.tmp && mv gstreamer-codecparsers-1.0-uninstalled.pc.tmp gstreamer-codecparsers-1.0-uninstalled.pc make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' sed \ -e "s|[@]audiolibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/audio/.libs|" \ -e "s|[@]videolibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/video/.libs|" \ -e "s|[@]codecparserslibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers/.libs|" \ -e "s|[@]gllibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/gl/.libs|" \ -e "s|[@]insertbinlibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/insertbin/.libs|" \ -e "s|[@]mpegtslibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts/.libs|" \ -e "s|[@]playerlibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player/.libs|" \ -e "s|[@]waylandlibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/wayland/.libs|" \ -e "s|[@]webrtclibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc/.libs|" \ -e "s|[@]basecamerabinsrclibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/basecamerabinsrc/.libs|" \ -e "s|[@]photographylibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/interfaces/.libs|" \ gstreamer-plugins-bad-uninstalled.pc > gstreamer-plugins-bad-1.0-uninstalled.pc.tmp && mv gstreamer-plugins-bad-1.0-uninstalled.pc.tmp gstreamer-plugins-bad-1.0-uninstalled.pc make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' sed \ -e "s|[@]audiolibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/audio/.libs|" \ -e "s|[@]videolibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/video/.libs|" \ -e "s|[@]codecparserslibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers/.libs|" \ -e "s|[@]gllibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/gl/.libs|" \ -e "s|[@]insertbinlibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/insertbin/.libs|" \ -e "s|[@]mpegtslibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts/.libs|" \ -e "s|[@]playerlibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player/.libs|" \ -e "s|[@]waylandlibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/wayland/.libs|" \ -e "s|[@]webrtclibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc/.libs|" \ -e "s|[@]basecamerabinsrclibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/basecamerabinsrc/.libs|" \ -e "s|[@]photographylibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/interfaces/.libs|" \ gstreamer-insertbin-uninstalled.pc > gstreamer-insertbin-1.0-uninstalled.pc.tmp && mv gstreamer-insertbin-1.0-uninstalled.pc.tmp gstreamer-insertbin-1.0-uninstalled.pc make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' sed \ -e "s|[@]audiolibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/audio/.libs|" \ -e "s|[@]videolibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/video/.libs|" \ -e "s|[@]codecparserslibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers/.libs|" \ -e "s|[@]gllibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/gl/.libs|" \ -e "s|[@]insertbinlibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/insertbin/.libs|" \ -e "s|[@]mpegtslibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts/.libs|" \ -e "s|[@]playerlibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player/.libs|" \ -e "s|[@]waylandlibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/wayland/.libs|" \ -e "s|[@]webrtclibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc/.libs|" \ -e "s|[@]basecamerabinsrclibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/basecamerabinsrc/.libs|" \ -e "s|[@]photographylibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/interfaces/.libs|" \ gstreamer-mpegts-uninstalled.pc > gstreamer-mpegts-1.0-uninstalled.pc.tmp && mv gstreamer-mpegts-1.0-uninstalled.pc.tmp gstreamer-mpegts-1.0-uninstalled.pc make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' sed \ -e "s|[@]audiolibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/audio/.libs|" \ -e "s|[@]videolibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/video/.libs|" \ -e "s|[@]codecparserslibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers/.libs|" \ -e "s|[@]gllibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/gl/.libs|" \ -e "s|[@]insertbinlibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/insertbin/.libs|" \ -e "s|[@]mpegtslibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts/.libs|" \ -e "s|[@]playerlibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player/.libs|" \ -e "s|[@]waylandlibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/wayland/.libs|" \ -e "s|[@]webrtclibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc/.libs|" \ -e "s|[@]basecamerabinsrclibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/basecamerabinsrc/.libs|" \ -e "s|[@]photographylibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/interfaces/.libs|" \ gstreamer-player-uninstalled.pc > gstreamer-player-1.0-uninstalled.pc.tmp && mv gstreamer-player-1.0-uninstalled.pc.tmp gstreamer-player-1.0-uninstalled.pc make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' sed \ -e "s|[@]audiolibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/audio/.libs|" \ -e "s|[@]videolibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/video/.libs|" \ -e "s|[@]codecparserslibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers/.libs|" \ -e "s|[@]gllibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/gl/.libs|" \ -e "s|[@]insertbinlibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/insertbin/.libs|" \ -e "s|[@]mpegtslibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts/.libs|" \ -e "s|[@]playerlibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player/.libs|" \ -e "s|[@]waylandlibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/wayland/.libs|" \ -e "s|[@]webrtclibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc/.libs|" \ -e "s|[@]basecamerabinsrclibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/basecamerabinsrc/.libs|" \ -e "s|[@]photographylibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/interfaces/.libs|" \ gstreamer-webrtc-uninstalled.pc > gstreamer-webrtc-1.0-uninstalled.pc.tmp && mv gstreamer-webrtc-1.0-uninstalled.pc.tmp gstreamer-webrtc-1.0-uninstalled.pc make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' sed \ -e "s|[@]audiolibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/audio/.libs|" \ -e "s|[@]videolibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/video/.libs|" \ -e "s|[@]codecparserslibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers/.libs|" \ -e "s|[@]gllibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/gl/.libs|" \ -e "s|[@]insertbinlibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/insertbin/.libs|" \ -e "s|[@]mpegtslibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts/.libs|" \ -e "s|[@]playerlibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player/.libs|" \ -e "s|[@]waylandlibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/wayland/.libs|" \ -e "s|[@]webrtclibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc/.libs|" \ -e "s|[@]basecamerabinsrclibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/basecamerabinsrc/.libs|" \ -e "s|[@]photographylibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/interfaces/.libs|" \ gstreamer-bad-audio-uninstalled.pc > gstreamer-bad-audio-1.0-uninstalled.pc.tmp && mv gstreamer-bad-audio-1.0-uninstalled.pc.tmp gstreamer-bad-audio-1.0-uninstalled.pc make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' sed \ -e "s|[@]audiolibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/audio/.libs|" \ -e "s|[@]videolibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/video/.libs|" \ -e "s|[@]codecparserslibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers/.libs|" \ -e "s|[@]gllibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/gl/.libs|" \ -e "s|[@]insertbinlibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/insertbin/.libs|" \ -e "s|[@]mpegtslibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts/.libs|" \ -e "s|[@]playerlibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player/.libs|" \ -e "s|[@]waylandlibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/wayland/.libs|" \ -e "s|[@]webrtclibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc/.libs|" \ -e "s|[@]basecamerabinsrclibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/basecamerabinsrc/.libs|" \ -e "s|[@]photographylibdir[@]|/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/interfaces/.libs|" \ gstreamer-bad-video-uninstalled.pc > gstreamer-bad-video-1.0-uninstalled.pc.tmp && mv gstreamer-bad-video-1.0-uninstalled.pc.tmp gstreamer-bad-video-1.0-uninstalled.pc make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' Making all in m4 make[2]: Nothing to be done for 'all'. Making all in common Making all in m4 make[3]: Nothing to be done for 'all'. make[3]: Nothing to be done for 'all-am'. Making all in docs Making all in libs make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/docs/libs' DOC Scanning header files DOC Introspecting gobjects make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/docs/libs' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/docs/libs' DOC Building XML ../../gst-libs/gst/adaptivedemux/gstadaptivedemux.c:69: warning: Section gstadaptivedemux is not defined in the gst-plugins-bad-libs-sections.txt file. ../../gst-libs/gst/adaptivedemux/gstadaptivedemux.h:263: warning: Symbol name not found at the start of the comment block. ../../gst-libs/gst/audio/gstnonstreamaudiodecoder.c:181: warning: Section gstnonstreamaudiodecoder is not defined in the gst-plugins-bad-libs-sections.txt file. ../../gst-libs/gst/basecamerabinsrc/gstbasecamerasrc.c:71: warning: Section element-basecamerasrc is not defined in the gst-plugins-bad-libs-sections.txt file. ../../gst-libs/gst/basecamerabinsrc/gstcamerabinpreview.c:28: warning: Section camerabingeneral is not defined in the gst-plugins-bad-libs-sections.txt file. ../../gst-libs/gst/codecparsers/gsth265parser.c:61: warning: Section gsth265parser is not defined in the gst-plugins-bad-libs-sections.txt file. ../../gst-libs/gst/codecparsers/gstjpeg2000sampling.c:26: warning: Section gstjpeg2000sampling is not defined in the gst-plugins-bad-libs-sections.txt file. ../../gst-libs/gst/codecparsers/gstvp8parser.c:31: warning: Section gstvp8parser is not defined in the gst-plugins-bad-libs-sections.txt file. ../../gst-libs/gst/codecparsers/gstvp9parser.c:30: warning: Section gstvp9parser is not defined in the gst-plugins-bad-libs-sections.txt file. ../../gst-libs/gst/codecparsers/gstvp9parser.h:100: warning: Symbol name not found at the start of the comment block. ../../gst-libs/gst/codecparsers/nalutils.c:32: warning: Symbol name not found at the start of the comment block. ../../gst-libs/gst/codecparsers/nalutils.h:32: warning: Symbol name not found at the start of the comment block. ../../gst-libs/gst/codecparsers/gstvp9parser.h:210: warning: Value description for GstVp9RefFrameType::GST_VP9_REF_FRAME_MAX is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-dvb-descriptor.h:727: warning: Field description for GstMpegtsTerrestrialDeliverySystemDescriptor::code_rate_hp is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-dvb-descriptor.h:727: warning: Field description for GstMpegtsTerrestrialDeliverySystemDescriptor::code_rate_lp is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-dvb-descriptor.h:727: warning: Field description for GstMpegtsTerrestrialDeliverySystemDescriptor::guard_interval is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-dvb-descriptor.h:727: warning: Field description for GstMpegtsTerrestrialDeliverySystemDescriptor::transmission_mode is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-dvb-descriptor.h:948: warning: Field description for GstMpegtsT2DeliverySystemDescriptor::plp_id is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-dvb-descriptor.h:948: warning: Field description for GstMpegtsT2DeliverySystemDescriptor::t2_system_id is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-dvb-descriptor.h:948: warning: Field description for GstMpegtsT2DeliverySystemDescriptor::siso_miso is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-dvb-descriptor.h:948: warning: Field description for GstMpegtsT2DeliverySystemDescriptor::bandwidth is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-dvb-descriptor.h:948: warning: Field description for GstMpegtsT2DeliverySystemDescriptor::guard_interval is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-dvb-descriptor.h:948: warning: Field description for GstMpegtsT2DeliverySystemDescriptor::transmission_mode is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-dvb-descriptor.h:948: warning: Field description for GstMpegtsT2DeliverySystemDescriptor::other_frequency is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-dvb-descriptor.h:948: warning: Field description for GstMpegtsT2DeliverySystemDescriptor::tfs is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-dvb-descriptor.h:518: warning: Field description for GstMpegtsExtendedEventDescriptor::descriptor_number is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-dvb-descriptor.h:518: warning: Field description for GstMpegtsExtendedEventDescriptor::last_descriptor_number is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-dvb-descriptor.h:518: warning: Field description for GstMpegtsExtendedEventDescriptor::text is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideoparser.h:320: warning: Field description for GstMpegVideoSequenceScalableExt::scalable_mode is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideoparser.h:320: warning: Field description for GstMpegVideoSequenceScalableExt::layer_id is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideoparser.h:320: warning: Field description for GstMpegVideoSequenceScalableExt::lower_layer_prediction_horizontal_size is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideoparser.h:320: warning: Field description for GstMpegVideoSequenceScalableExt::lower_layer_prediction_vertical_size is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideoparser.h:320: warning: Field description for GstMpegVideoSequenceScalableExt::horizontal_subsampling_factor_m is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideoparser.h:320: warning: Field description for GstMpegVideoSequenceScalableExt::horizontal_subsampling_factor_n is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideoparser.h:320: warning: Field description for GstMpegVideoSequenceScalableExt::vertical_subsampling_factor_m is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideoparser.h:320: warning: Field description for GstMpegVideoSequenceScalableExt::vertical_subsampling_factor_n is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideoparser.h:320: warning: Field description for GstMpegVideoSequenceScalableExt::picture_mux_enable is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideoparser.h:320: warning: Field description for GstMpegVideoSequenceScalableExt::mux_to_progressive_sequence is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideoparser.h:320: warning: Field description for GstMpegVideoSequenceScalableExt::picture_mux_order is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideoparser.h:320: warning: Field description for GstMpegVideoSequenceScalableExt::picture_mux_factor is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideoparser.h:355: warning: Field description for GstMpegVideoQuantMatrixExt::load_intra_quantiser_matrix is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideoparser.h:355: warning: Field description for GstMpegVideoQuantMatrixExt::intra_quantiser_matrix is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideoparser.h:355: warning: Field description for GstMpegVideoQuantMatrixExt::load_non_intra_quantiser_matrix is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideoparser.h:355: warning: Field description for GstMpegVideoQuantMatrixExt::non_intra_quantiser_matrix is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideoparser.h:355: warning: Field description for GstMpegVideoQuantMatrixExt::load_chroma_intra_quantiser_matrix is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideoparser.h:355: warning: Field description for GstMpegVideoQuantMatrixExt::chroma_intra_quantiser_matrix is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideoparser.h:355: warning: Field description for GstMpegVideoQuantMatrixExt::load_chroma_non_intra_quantiser_matrix is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideoparser.h:355: warning: Field description for GstMpegVideoQuantMatrixExt::chroma_non_intra_quantiser_matrix is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:291: warning: Value descriptions for GstH264SliceType are missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::constraint_set0_flag is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::constraint_set1_flag is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::constraint_set2_flag is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::constraint_set3_flag is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::constraint_set4_flag is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::constraint_set5_flag is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::level_idc is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::chroma_format_idc is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::separate_colour_plane_flag is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::bit_depth_luma_minus8 is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::bit_depth_chroma_minus8 is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::qpprime_y_zero_transform_bypass_flag is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::scaling_matrix_present_flag is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::scaling_lists_4x4 is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::scaling_lists_8x8 is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::log2_max_frame_num_minus4 is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::pic_order_cnt_type is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::log2_max_pic_order_cnt_lsb_minus4 is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::delta_pic_order_always_zero_flag is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::offset_for_non_ref_pic is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::offset_for_top_to_bottom_field is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::num_ref_frames_in_pic_order_cnt_cycle is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::offset_for_ref_frame is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::num_ref_frames is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::gaps_in_frame_num_value_allowed_flag is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::pic_width_in_mbs_minus1 is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::pic_height_in_map_units_minus1 is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::frame_mbs_only_flag is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::mb_adaptive_frame_field_flag is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::direct_8x8_inference_flag is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::frame_cropping_flag is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::frame_crop_left_offset is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::frame_crop_right_offset is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::frame_crop_top_offset is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::frame_crop_bottom_offset is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::vui_parameters_present_flag is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::vui_parameters is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::chroma_array_type is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::max_frame_num is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::width is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::height is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::crop_rect_width is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::crop_rect_height is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::crop_rect_x is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::crop_rect_y is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::fps_num_removed is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::fps_den_removed is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::valid is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:658: warning: Field description for GstH264SPS::extension_type is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:737: warning: Field descriptions for struct GstH264PPS are missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:426: warning: Field description for GstH264HRDParams::bit_rate_value_minus1 is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:426: warning: Field description for GstH264HRDParams::guint32 bit_rate_value_minus1 is not used from source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:496: warning: Field description for GstH264VUIParams::aspect_ratio_idc is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:496: warning: Field description for GstH264VUIParams::sar_width is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:496: warning: Field description for GstH264VUIParams::sar_height is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:496: warning: Field description for GstH264VUIParams::chroma_sample_loc_type_bottom_field is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:496: warning: Field description for GstH264VUIParams::time_scale is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:496: warning: Field description for GstH264VUIParams::nal_hrd_parameters is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:496: warning: Field description for GstH264VUIParams::vcl_hrd_parameters is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:496: warning: Field description for GstH264VUIParams::par_n is missing in source code comment block. ../../gst-libs/gst/codecparsers/gsth264parser.h:496: warning: Field description for GstH264VUIParams::par_d is missing in source code comment block. unknown:0: warning: Field descriptions for struct GstH264DecRefPicMarking are missing in source code comment block. unknown:0: warning: Field descriptions for struct GstH264RefPicMarking are missing in source code comment block. unknown:0: warning: Field descriptions for struct GstH264PredWeightTable are missing in source code comment block. unknown:0: warning: Field descriptions for struct GstH264SliceHdr are missing in source code comment block. unknown:0: warning: Field descriptions for struct GstH264ClockTimestamp are missing in source code comment block. unknown:0: warning: Field descriptions for struct GstH264PicTiming are missing in source code comment block. unknown:0: warning: Field descriptions for struct GstH264BufferingPeriod are missing in source code comment block. unknown:0: warning: Field descriptions for struct GstH264SEIMessage are missing in source code comment block. ./gst-plugins-bad-libs-sections.txt:60: warning: No declaration found for GstJpegMarker;. ../../gst-libs/gst/codecparsers/gstjpegparser.c:681: warning: Parameter description for gst_jpeg_parse::segment is not used from source code comment block. ../../gst-libs/gst/codecparsers/gstjpegparser.c:681: warning: Parameter description for gst_jpeg_parse::seg is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstjpegparser.h:346: warning: Field description for GstJpegFrameHdr::restart_interval is not used from source code comment block. ../../gst-libs/gst/codecparsers/gstjpegparser.h:253: warning: Field description for GstJpegHuffmanTable::huf_values is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstjpegparser.h:253: warning: Field description for GstJpegHuffmanTable::huf_vales is not used from source code comment block. ../../gst-libs/gst/codecparsers/gstjpegparser.c:608: warning: Parameter description for gst_jpeg_get_default_huffman_tables::huf_tables is not used from source code comment block. ../../gst-libs/gst/codecparsers/gstjpegparser.c:608: warning: Parameter description for gst_jpeg_get_default_huffman_tables::huff_tables is missing in source code comment block. unknown:0: warning: Value descriptions for GstVC1StartCode are missing in source code comment block. unknown:0: warning: Value descriptions for GstVC1Profile are missing in source code comment block. unknown:0: warning: Value descriptions for GstVC1ParserResult are missing in source code comment block. unknown:0: warning: Value descriptions for GstVC1PictureType are missing in source code comment block. unknown:0: warning: Value descriptions for GstVC1Level are missing in source code comment block. unknown:0: warning: Value descriptions for GstVC1QuantizerSpec are missing in source code comment block. unknown:0: warning: Value descriptions for GstVC1DQProfile are missing in source code comment block. unknown:0: warning: Value descriptions for GstVC1Condover are missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:125: warning: Value descriptions for GstVC1MvMode are missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:325: warning: Field descriptions for struct GstVC1SeqHdr are missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:210: warning: Field descriptions for struct GstVC1AdvancedSeqHdr are missing in source code comment block. unknown:0: warning: Field descriptions for struct GstVC1SeqLayer are missing in source code comment block. unknown:0: warning: Field descriptions for struct GstVC1SeqStructA are missing in source code comment block. unknown:0: warning: Field descriptions for struct GstVC1SeqStructB are missing in source code comment block. unknown:0: warning: Field descriptions for struct GstVC1SeqStructC are missing in source code comment block. unknown:0: warning: Field descriptions for struct GstVC1HrdParam are missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:180: warning: Field descriptions for struct GstVC1EntryPointHdr are missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:522: warning: Field descriptions for struct GstVC1FrameHdr are missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::fcm is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::tfcntr is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::rptfrm is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::tff is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::rff is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::ps_present is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::ps_hoffset is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::ps_voffset is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::ps_width is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::ps_height is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::rndctrl is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::uvsamp is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::postproc is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::mvrange is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::mvmode is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::mvtab is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::cbptab is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::ttmbf is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::ttfrm is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::bfraction is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::mvmode2 is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::lumscale is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::lumshift is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::bf is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::condover is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::transacfrm2 is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::acpred is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::overflags is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::mvtypemb is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::skipmb is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::directmb is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::forwardmb is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::fieldtx is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::intcomp is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::dmvrange is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::mbmodetab is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::imvtab is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::icbptab is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::mvbptab2 is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::mvbptab4 is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::mvswitch4 is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::refdist is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::fptype is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::numref is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::reffield is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::lumscale2 is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::lumshift2 is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::intcompfield is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:388: warning: Field description for GstVC1PicAdvanced::bfaction is not used from source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:345: warning: Field description for GstVC1PicSimpleMain::frmcnt is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:345: warning: Field description for GstVC1PicSimpleMain::mvrange is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:345: warning: Field description for GstVC1PicSimpleMain::rangeredfrm is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:345: warning: Field description for GstVC1PicSimpleMain::respic is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:345: warning: Field description for GstVC1PicSimpleMain::transacfrm2 is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:345: warning: Field description for GstVC1PicSimpleMain::bf is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:345: warning: Field description for GstVC1PicSimpleMain::mvmode is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:345: warning: Field description for GstVC1PicSimpleMain::mvtab is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:345: warning: Field description for GstVC1PicSimpleMain::ttmbf is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:345: warning: Field description for GstVC1PicSimpleMain::mvmode2 is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:345: warning: Field description for GstVC1PicSimpleMain::lumscale is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:345: warning: Field description for GstVC1PicSimpleMain::lumshift is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:345: warning: Field description for GstVC1PicSimpleMain::cbptab is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:345: warning: Field description for GstVC1PicSimpleMain::ttfrm is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:345: warning: Field description for GstVC1PicSimpleMain::bfraction is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:345: warning: Field description for GstVC1PicSimpleMain::mvtypemb is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:345: warning: Field description for GstVC1PicSimpleMain::skipmb is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:345: warning: Field description for GstVC1PicSimpleMain::directmb is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:345: warning: Field description for GstVC1PicSimpleMain::bfaction is not used from source code comment block. unknown:0: warning: Field descriptions for struct GstVC1VopDquant are missing in source code comment block. ../../gst-libs/gst/codecparsers/gstvc1parser.h:570: warning: Field descriptions for struct GstVC1BDU are missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideometa.h:62: warning: Field description for GstMpegVideoMeta::num_slices is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideometa.h:62: warning: Field description for GstMpegVideoMeta::slice_offset is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideometa.c:141: warning: Parameter description for gst_buffer_add_mpeg_video_meta::seq_hdr is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideometa.c:141: warning: Parameter description for gst_buffer_add_mpeg_video_meta::seq_ext is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideometa.c:141: warning: Parameter description for gst_buffer_add_mpeg_video_meta::disp_ext is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideometa.c:141: warning: Parameter description for gst_buffer_add_mpeg_video_meta::pic_hdr is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideometa.c:141: warning: Parameter description for gst_buffer_add_mpeg_video_meta::pic_ext is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideometa.c:141: warning: Parameter description for gst_buffer_add_mpeg_video_meta::quant_ext is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideoparser.h:221: warning: Field description for GstMpegVideoSequenceHdr::aspect_ratio_info is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideoparser.h:221: warning: Field description for GstMpegVideoSequenceHdr::frame_rate_code is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideoparser.h:221: warning: Field description for GstMpegVideoSequenceHdr::vbv_buffer_size_value is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideoparser.h:379: warning: Field description for GstMpegVideoPictureHdr::vbv_delay is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideoparser.h:406: warning: Field description for GstMpegVideoPictureExt::f_code is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideoparser.h:406: warning: Field description for GstMpegVideoPictureExt::composite_display is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideoparser.h:406: warning: Field description for GstMpegVideoPictureExt::v_axis is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideoparser.h:406: warning: Field description for GstMpegVideoPictureExt::field_sequence is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideoparser.h:406: warning: Field description for GstMpegVideoPictureExt::sub_carrier is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideoparser.h:406: warning: Field description for GstMpegVideoPictureExt::burst_amplitude is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideoparser.h:406: warning: Field description for GstMpegVideoPictureExt::sub_carrier_phase is missing in source code comment block. ./gst-plugins-bad-libs-sections.txt:164: warning: No declaration found for GstMpegVideoTypeOffsetSize. ../../gst-libs/gst/codecparsers/gstmpegvideoparser.c:706: warning: Parameter description for gst_mpeg_video_packet_parse_picture_extension::ext is not used from source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideoparser.c:706: warning: Parameter description for gst_mpeg_video_packet_parse_picture_extension::picext is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideoparser.c:934: warning: Parameter description for gst_mpeg_video_packet_parse_slice_header::seqhdr is not used from source code comment block. ../../gst-libs/gst/codecparsers/gstmpegvideoparser.c:934: warning: Parameter description for gst_mpeg_video_packet_parse_slice_header::seq_hdr is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpeg4parser.h:47: warning: Value descriptions for GstMpeg4StartCode are missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpeg4parser.h:81: warning: Value descriptions for GstMpeg4VisualObjectType are missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpeg4parser.h:122: warning: Value description for GstMpeg4ParseResult::GST_MPEG4_PARSER_ERROR is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpeg4parser.h:122: warning: Value description for GstMpeg4ParseResult::GST_MPEG4_PARSER_NO_PACKET_ERROR is not used from source code comment block. ../../gst-libs/gst/codecparsers/gstmpeg4parser.h:153: warning: Value descriptions for GstMpeg4ChromaFormat are missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpeg4parser.h:164: warning: Value descriptions for GstMpeg4VideoObjectLayerShape are missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpeg4parser.h:178: warning: Value descriptions for GstMpeg4SpriteEnable are missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpeg4parser.h:193: warning: Value descriptions for GstMpeg4Profile are missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpeg4parser.h:225: warning: Value descriptions for GstMpeg4Level are missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpeg4parser.h:242: warning: Field descriptions for struct GstMpeg4VisualObjectSequence are missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpeg4parser.h:257: warning: Field descriptions for struct GstMpeg4VisualObject are missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpeg4parser.h:272: warning: Field descriptions for struct GstMpeg4VideoSignalType are missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpeg4parser.h:289: warning: Field descriptions for struct GstMpeg4VideoPlaneShortHdr are missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpeg4parser.h:325: warning: Field descriptions for struct GstMpeg4VideoObjectLayer are missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpeg4parser.h:425: warning: Field descriptions for struct GstMpeg4SpriteTrajectory are missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpeg4parser.h:436: warning: Field descriptions for struct GstMpeg4GroupOfVOP are missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpeg4parser.h:451: warning: Field descriptions for struct GstMpeg4VideoObjectPlane are missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpeg4parser.h:507: warning: Field description for GstMpeg4VideoPacketHdr::header_extension_code is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpeg4parser.h:507: warning: Field description for GstMpeg4VideoPacketHdr::macroblock_number is missing in source code comment block. ../../gst-libs/gst/codecparsers/gstmpeg4parser.h:507: warning: Field description for GstMpeg4VideoPacketHdr::quant_scale is missing in source code comment block. ../../gst-libs/gst/mpegts/gstmpegtsdescriptor.h:74: warning: Value descriptions for GstMpegtsDescriptorType are missing in source code comment block. ../../gst-libs/gst/mpegts/gstmpegtsdescriptor.h:148: warning: Value descriptions for GstMpegtsMiscDescriptorType are missing in source code comment block. unknown:0: warning: Field descriptions for struct GstMpegtsISO639LanguageDescriptor are missing in source code comment block. unknown:0: warning: Value descriptions for GstMpegtsIso639AudioType are missing in source code comment block. unknown:0: warning: Field descriptions for struct GstMpegtsLogicalChannel are missing in source code comment block. unknown:0: warning: Field descriptions for struct GstMpegtsLogicalChannelDescriptor are missing in source code comment block. ../../gst-libs/gst/mpegts/gstmpegtsdescriptor.h:162: warning: Value descriptions for GstMpegtsATSCDescriptorType are missing in source code comment block. ../../gst-libs/gst/mpegts/gst-dvb-descriptor.h:49: warning: Value descriptions for GstMpegtsDVBDescriptorType are missing in source code comment block. ../../gst-libs/gst/mpegts/gst-dvb-descriptor.h:129: warning: Value descriptions for GstMpegtsDVBExtendedDescriptorType are missing in source code comment block. unknown:0: warning: Field descriptions for struct GstMpegtsContent are missing in source code comment block. unknown:0: warning: Field descriptions for struct GstMpegtsComponentDescriptor are missing in source code comment block. unknown:0: warning: Field descriptions for struct GstMpegtsExtendedEventItem are missing in source code comment block. unknown:0: warning: Value descriptions for GstMpegtsDVBCodeRate are missing in source code comment block. unknown:0: warning: Value descriptions for GstMpegtsModulationType are missing in source code comment block. unknown:0: warning: Value descriptions for GstMpegtsSatellitePolarizationType are missing in source code comment block. unknown:0: warning: Value descriptions for GstMpegtsSatelliteRolloff are missing in source code comment block. unknown:0: warning: Value descriptions for GstMpegtsCableOuterFECScheme are missing in source code comment block. unknown:0: warning: Value descriptions for GstMpegtsTerrestrialTransmissionMode are missing in source code comment block. unknown:0: warning: Value descriptions for GstMpegtsTerrestrialGuardInterval are missing in source code comment block. unknown:0: warning: Value descriptions for GstMpegtsTerrestrialHierarchy are missing in source code comment block. ./gst-plugins-bad-libs-sections.txt:316: warning: Double symbol entry for GstMpegtsModulationType. Previous occurrence on line 303. ./gst-plugins-bad-libs-sections.txt:317: warning: Double symbol entry for GstMpegtsDVBCodeRate. Previous occurrence on line 302. ../../gst-libs/gst/mpegts/gst-dvb-descriptor.h:307: warning: Value descriptions for GstMpegtsDVBServiceType are missing in source code comment block. ../../gst-libs/gst/mpegts/gst-dvb-descriptor.h:638: warning: Value descriptions for GstMpegtsDVBTeletextType are missing in source code comment block. ../../gst-libs/gst/mpegts/gst-dvb-descriptor.h:377: warning: Value descriptions for GstMpegtsDVBLinkageType are missing in source code comment block. unknown:0: warning: Value descriptions for GstMpegtsDVBLinkageHandOverType are missing in source code comment block. unknown:0: warning: Field descriptions for struct GstMpegtsDVBLinkageMobileHandOver are missing in source code comment block. unknown:0: warning: Field descriptions for struct GstMpegtsDVBLinkageEvent are missing in source code comment block. unknown:0: warning: Field descriptions for struct GstMpegtsDVBLinkageExtendedEvent are missing in source code comment block. ../../gst-libs/gst/mpegts/gst-dvb-descriptor.h:852: warning: Field description for GstMpegtsDataBroadcastDescriptor::length is missing in source code comment block. unknown:0: warning: Value descriptions for GstMpegtsDVBScramblingModeType are missing in source code comment block. unknown:0: warning: Field descriptions for struct GstMpegtsDVBParentalRatingItem are missing in source code comment block. ../../gst-libs/gst/mpegts/gst-dvb-descriptor.c:401: warning: Parameter description for gst_mpegts_descriptor_parse_dvb_bouquet_name::descriptor is missing in source code comment block. ../../gst-libs/gst/mpegts/gstmpegtsdescriptor.h:200: warning: Value descriptions for GstMpegtsISDBDescriptorType are missing in source code comment block. ../../gst-libs/gst/mpegts/gstmpegtssection.h:93: warning: Value descriptions for GstMpegtsSectionTableID are missing in source code comment block. ../../gst-libs/gst/mpegts/gstmpegtssection.h:370: warning: Field description for GstMpegtsPMT::program_number is missing in source code comment block. ../../gst-libs/gst/mpegts/gstmpegtssection.h:299: warning: Value description for GstMpegtsStreamType::GST_MPEGTS_STREAM_TYPE_VIDEO_HEVC is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:41: warning: Value descriptions for GstMpegtsSectionATSCTableID are missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:81: warning: Field description for GstMpegtsAtscVCTSource::short_name is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:81: warning: Field description for GstMpegtsAtscVCTSource::major_channel_number is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:81: warning: Field description for GstMpegtsAtscVCTSource::minor_channel_number is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:81: warning: Field description for GstMpegtsAtscVCTSource::modulation_mode is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:81: warning: Field description for GstMpegtsAtscVCTSource::carrier_frequency is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:81: warning: Field description for GstMpegtsAtscVCTSource::channel_TSID is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:81: warning: Field description for GstMpegtsAtscVCTSource::program_number is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:81: warning: Field description for GstMpegtsAtscVCTSource::ETM_location is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:81: warning: Field description for GstMpegtsAtscVCTSource::access_controlled is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:81: warning: Field description for GstMpegtsAtscVCTSource::hidden is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:81: warning: Field description for GstMpegtsAtscVCTSource::path_select is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:81: warning: Field description for GstMpegtsAtscVCTSource::out_of_band is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:81: warning: Field description for GstMpegtsAtscVCTSource::hide_guide is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:81: warning: Field description for GstMpegtsAtscVCTSource::service_type is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:81: warning: Field description for GstMpegtsAtscVCTSource::source_id is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:113: warning: Field description for GstMpegtsAtscVCT::transport_stream_id is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:113: warning: Field description for GstMpegtsAtscVCT::protocol_version is missing in source code comment block. unknown:0: warning: Value descriptions for GstMpegtsAtscMGTTableType are missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:153: warning: Field description for GstMpegtsAtscMGTTable::table_type is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:153: warning: Field description for GstMpegtsAtscMGTTable::pid is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:153: warning: Field description for GstMpegtsAtscMGTTable::version_number is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:153: warning: Field description for GstMpegtsAtscMGTTable::number_bytes is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:170: warning: Field description for GstMpegtsAtscMGT::protocol_version is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:170: warning: Field description for GstMpegtsAtscMGT::tables_defined is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:212: warning: Field description for GstMpegtsAtscMultString::iso_639_langcode is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:238: warning: Field description for GstMpegtsAtscEITEvent::event_id is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:238: warning: Field description for GstMpegtsAtscEITEvent::start_time is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:238: warning: Field description for GstMpegtsAtscEITEvent::etm_location is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:238: warning: Field description for GstMpegtsAtscEITEvent::length_in_seconds is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:255: warning: Field description for GstMpegtsAtscEIT::source_id is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:255: warning: Field description for GstMpegtsAtscEIT::protocol_version is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:285: warning: Field description for GstMpegtsAtscETT::ett_table_id_extension is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:285: warning: Field description for GstMpegtsAtscETT::protocol_version is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:285: warning: Field description for GstMpegtsAtscETT::etm_id is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:312: warning: Field description for GstMpegtsAtscSTT::protocol_version is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:312: warning: Field description for GstMpegtsAtscSTT::system_time is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:312: warning: Field description for GstMpegtsAtscSTT::gps_utc_offset is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:312: warning: Field description for GstMpegtsAtscSTT::ds_status is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:312: warning: Field description for GstMpegtsAtscSTT::ds_dayofmonth is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:312: warning: Field description for GstMpegtsAtscSTT::ds_hour is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-atsc-section.h:312: warning: Field description for GstMpegtsAtscSTT::utc_datetime is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-dvb-section.h:41: warning: Value descriptions for GstMpegtsSectionDVBTableID are missing in source code comment block. unknown:0: warning: Field descriptions for struct GstMpegtsBATStream are missing in source code comment block. ../../gst-libs/gst/mpegts/gst-dvb-section.h:322: warning: Field description for GstMpegtsEIT::transport_stream_id is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-dvb-section.h:322: warning: Field description for GstMpegtsEIT::original_network_id is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-dvb-section.h:322: warning: Field description for GstMpegtsEIT::segment_last_section_number is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-dvb-section.h:322: warning: Field description for GstMpegtsEIT::last_table_id is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-dvb-section.h:322: warning: Field description for GstMpegtsEIT::actual_stream is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-dvb-section.h:322: warning: Field description for GstMpegtsEIT::present_following is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-dvb-section.h:302: warning: Field description for GstMpegtsEITEvent::event_id is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-dvb-section.h:302: warning: Field description for GstMpegtsEITEvent::start_time is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-dvb-section.h:302: warning: Field description for GstMpegtsEITEvent::duration is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-dvb-section.h:302: warning: Field description for GstMpegtsEITEvent::running_status is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-dvb-section.h:302: warning: Field description for GstMpegtsEITEvent::free_CA_mode is missing in source code comment block. ../../gst-libs/gst/mpegts/gst-dvb-section.h:109: warning: Value descriptions for GstMpegtsRunningStatus are missing in source code comment block. ../../gst-libs/gst/mpegts/gst-dvb-section.h:360: warning: Field description for GstMpegtsTOT::utc_time is missing in source code comment block. ../../gst-libs/gst/interfaces/photography.h:337: warning: Value descriptions for GstPhotographyCaps are missing in source code comment block. ./gst-plugins-bad-libs-sections.txt:582: warning: No declaration found for GstPhotographySettings. ./gst-plugins-bad-libs-sections.txt:587: warning: No declaration found for GST_PHOTOGRAPHY_PROP_COLOUR_TONE. ./gst-plugins-bad-libs-sections.txt:597: warning: No declaration found for GST_PHOTOGRAPHY_PROP_EXPOSURE. ../../gst-libs/gst/interfaces/photography.c:352: warning: Parameter description for gst_photography_get_flicker_mode::flicker_mode is not used from source code comment block. ../../gst-libs/gst/interfaces/photography.c:352: warning: Parameter description for gst_photography_get_flicker_mode::mode is missing in source code comment block. ../../gst-libs/gst/interfaces/photography.c:373: warning: Parameter description for gst_photography_get_focus_mode::focus_mode is not used from source code comment block. ../../gst-libs/gst/interfaces/photography.c:373: warning: Parameter description for gst_photography_get_focus_mode::mode is missing in source code comment block. ../../gst-libs/gst/interfaces/photography.c:343: warning: Parameter description for gst_photography_set_flicker_mode::flicker_mode is not used from source code comment block. ../../gst-libs/gst/interfaces/photography.c:343: warning: Parameter description for gst_photography_set_flicker_mode::mode is missing in source code comment block. ../../gst-libs/gst/interfaces/photography.c:364: warning: Parameter description for gst_photography_set_focus_mode::focus_mode is not used from source code comment block. ../../gst-libs/gst/interfaces/photography.c:364: warning: Parameter description for gst_photography_set_focus_mode::mode is missing in source code comment block. ../../gst-libs/gst/basecamerabinsrc/gstbasecamerasrc.h:67: warning: Field descriptions for struct GstBaseCameraSrc are missing in source code comment block. ../../gst-libs/gst/basecamerabinsrc/gstbasecamerasrc.h:101: warning: Field description for GstBaseCameraSrcClass::parent is missing in source code comment block. ../../gst-libs/gst/basecamerabinsrc/gstbasecamerasrc.h:101: warning: Field description for GstBaseCameraSrcClass::set_preview is missing in source code comment block. ../../gst-libs/gst/basecamerabinsrc/gstbasecamerasrc.h:101: warning: Field description for GstBaseCameraSrcClass::start_capture is missing in source code comment block. ../../gst-libs/gst/basecamerabinsrc/gstbasecamerasrc.h:101: warning: Field description for GstBaseCameraSrcClass::stop_capture is missing in source code comment block. ../../gst-libs/gst/basecamerabinsrc/gstbasecamerasrc.h:101: warning: Field description for GstBaseCameraSrcClass::_gst_reserved is missing in source code comment block. ./gst-plugins-bad-libs-sections.txt:653: warning: No declaration found for gst_base_camera_src_get_photography. ./gst-plugins-bad-libs-sections.txt:654: warning: No declaration found for gst_base_camera_src_get_color_balance. ./gst-plugins-bad-libs-sections.txt:673: warning: No declaration found for GstSignalProcessorClassFlags. ./gst-plugins-bad-libs-sections.txt:674: warning: No declaration found for GST_SIGNAL_PROCESSOR_CLASS_CAN_PROCESS_IN_PLACE. ./gst-plugins-bad-libs-sections.txt:675: warning: No declaration found for GST_SIGNAL_PROCESSOR_CLASS_SET_CAN_PROCESS_IN_PLACE. ./gst-plugins-bad-libs-sections.txt:676: warning: No declaration found for GstSignalProcessorState. ./gst-plugins-bad-libs-sections.txt:677: warning: No declaration found for GST_SIGNAL_PROCESSOR_IS_INITIALIZED. ./gst-plugins-bad-libs-sections.txt:678: warning: No declaration found for GST_SIGNAL_PROCESSOR_IS_RUNNING. ./gst-plugins-bad-libs-sections.txt:679: warning: No declaration found for GstSignalProcessorGroup. ./gst-plugins-bad-libs-sections.txt:680: warning: No declaration found for GstSignalProcessor. ./gst-plugins-bad-libs-sections.txt:681: warning: No declaration found for GstSignalProcessorClass. ./gst-plugins-bad-libs-sections.txt:682: warning: No declaration found for gst_signal_processor_class_add_pad_template. ./gst-plugins-bad-libs-sections.txt:698: warning: No declaration found for gst_white_balance_mode_get_type. ./gst-plugins-bad-libs-sections.txt:699: warning: No declaration found for GST_TYPE_WHITE_BALANCE_MODE. ./gst-plugins-bad-libs-sections.txt:700: warning: No declaration found for gst_colour_tone_mode_get_type. ./gst-plugins-bad-libs-sections.txt:701: warning: No declaration found for GST_TYPE_COLOUR_TONE_MODE. ./gst-plugins-bad-libs-sections.txt:702: warning: No declaration found for gst_scene_mode_get_type. ./gst-plugins-bad-libs-sections.txt:703: warning: No declaration found for GST_TYPE_SCENE_MODE. ./gst-plugins-bad-libs-sections.txt:704: warning: No declaration found for gst_flash_mode_get_type. ./gst-plugins-bad-libs-sections.txt:705: warning: No declaration found for GST_TYPE_FLASH_MODE. ./gst-plugins-bad-libs-sections.txt:706: warning: No declaration found for gst_focus_status_get_type. ./gst-plugins-bad-libs-sections.txt:707: warning: No declaration found for GST_TYPE_FOCUS_STATUS. ./gst-plugins-bad-libs-sections.txt:708: warning: No declaration found for gst_photo_caps_get_type. ./gst-plugins-bad-libs-sections.txt:709: warning: No declaration found for GST_TYPE_PHOTO_CAPS. ./gst-plugins-bad-libs-sections.txt:710: warning: No declaration found for gst_photo_shake_risk_get_type. ./gst-plugins-bad-libs-sections.txt:711: warning: No declaration found for GST_TYPE_PHOTO_SHAKE_RISK. ./gst-plugins-bad-libs-sections.txt:712: warning: No declaration found for gst_flicker_reduction_mode_get_type. ./gst-plugins-bad-libs-sections.txt:713: warning: No declaration found for GST_TYPE_FLICKER_REDUCTION_MODE. ./gst-plugins-bad-libs-sections.txt:714: warning: No declaration found for gst_focus_mode_get_type. ./gst-plugins-bad-libs-sections.txt:715: warning: No declaration found for GST_TYPE_FOCUS_MODE. ../../gst-libs/gst/insertbin/gstinsertbin.c:893: warning: Parameter description for gst_insert_bin_append::self is missing in source code comment block. ../../gst-libs/gst/insertbin/gstinsertbin.c:868: warning: Parameter description for gst_insert_bin_prepend::self is missing in source code comment block. ../../gst-libs/gst/insertbin/gstinsertbin.c:945: warning: Parameter description for gst_insert_bin_insert_after::self is missing in source code comment block. ../../gst-libs/gst/insertbin/gstinsertbin.c:919: warning: Parameter description for gst_insert_bin_insert_before::self is missing in source code comment block. ../../gst-libs/gst/insertbin/gstinsertbin.c:969: warning: Parameter description for gst_insert_bin_remove::self is missing in source code comment block. ../../gst-libs/gst/video/gstvideoaggregator.h:91: warning: Field description for GstVideoAggregatorClass::sink_non_alpha_caps is missing in source code comment block. ../../gst-libs/gst/video/gstvideoaggregator.h:91: warning: Field description for GstVideoAggregatorClass::negotiated_caps is not used from source code comment block. ../../gst-libs/gst/video/gstvideoaggregatorpad.h:57: warning: Field description for GstVideoAggregatorPad::info is not used from source code comment block. ../../gst-libs/gst/video/gstvideoaggregatorpad.h:57: warning: Field description for GstVideoAggregatorPad::buffer_vinfo is not used from source code comment block. ../../gst-libs/gst/video/gstvideoaggregatorpad.h:57: warning: Field description for GstVideoAggregatorPad::aggregated_frame is not used from source code comment block. ../../gst-libs/gst/video/gstvideoaggregatorpad.h:57: warning: Field description for GstVideoAggregatorPad::zorder is not used from source code comment block. ../../gst-libs/gst/video/gstvideoaggregatorpad.h:90: warning: Field descriptions for struct GstVideoAggregatorPadClass are missing in source code comment block. unknown:0: warning: Value descriptions for GstPlayerSnapshotFormat are missing in source code comment block. unknown:0: warning: Field descriptions for struct GstPlayerSignalDispatcherInterface are missing in source code comment block. unknown:0: warning: Field descriptions for struct GstPlayerVideoRendererInterface are missing in source code comment block. ./gst-plugins-bad-libs-sections.txt:942: warning: No declaration found for GstPlayerVideoOverlayVideoRenderer. ../../gst-libs/gst/webrtc/webrtc_fwd.h:60: warning: Value descriptions for GstWebRTCDTLSTransportState are missing in source code comment block. ./gst-plugins-bad-libs-sections.txt:1089: warning: No declaration found for GstWebRTCIceRole. ../../gst-libs/gst/webrtc/webrtc_fwd.h:96: warning: Value descriptions for GstWebRTCICEConnectionState are missing in source code comment block. ./gst-plugins-bad-libs-sections.txt:1091: warning: No declaration found for GstWebRTCICEGatheringState. ./gst-plugins-bad-libs-sections.txt:1110: warning: No declaration found for gst_webrtc_rtp_receiver_get_parameters. ./gst-plugins-bad-libs-sections.txt:1111: warning: No declaration found for gst_webrtc_rtp_receiver_set_parameters. ./gst-plugins-bad-libs-sections.txt:1129: warning: No declaration found for gst_webrtc_rtp_sender_get_parameters. ./gst-plugins-bad-libs-sections.txt:1130: warning: No declaration found for gst_webrtc_rtp_sender_set_parameters. ../../gst-libs/gst/webrtc/rtcsessiondescription.h:42: warning: Field descriptions for struct GstWebRTCSessionDescription are missing in source code comment block. See gst-plugins-bad-libs-undeclared.txt for the list of undeclared symbols. ./gst-plugins-bad-libs-unused.txt:1: warning: 562 unused declarations. They should be added to gst-plugins-bad-libs-sections.txt in the appropriate place. make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/docs/libs' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/docs/libs' DOC Building HTML DOC Fixing cross-references html/GstPlayer.html:513: warning: no link for: "GstElement" -> (GstElement). html/GstPlayer.html:546: warning: no link for: "GstVideoMultiviewFlags" -> (GstVideoMultiviewFlags). html/GstPlayer.html:551: warning: no link for: "GstVideoMultiviewFramePacking" -> (GstVideoMultiviewFramePacking). html/GstPlayer.html:581: warning: no link for: "G-SIGNAL-NO-HOOKS:CAPS" -> (No Hooks). html/GstPlayer.html:850: warning: no link for: "GstClockTime" -> (GstClockTime). html/GstPlayer.html:931: warning: no link for: "g-free" -> (g_free()). html/GstPlayer.html:1024: warning: no link for: "TRUE:CAPS" -> (TRUE). html/GstPlayer.html:1130: warning: no link for: "GstStructure" -> (GstStructure). html/GstPlayer.html:1133: warning: no link for: "FALSE:CAPS" -> (FALSE). html/GstPlayer.html:1195: warning: no link for: "gst-structure-free" -> (gst_structure_free()). html/GstPlayer.html:1278: warning: no link for: "g-object-unref" -> (g_object_unref()). html/GstPlayer.html:1875: warning: no link for: "api-index-1.10" -> (1.10). html/GstPlayer.html:2297: warning: no link for: "api-index-1.12" -> (1.12). html/GstPlayer.html:2689: warning: no link for: "GError" -> (GError). html/GstPlayerMediaInfo.html:581: warning: no link for: "GList" -> (GList). html/GstPlayerMediaInfo.html:826: warning: no link for: "GstCaps" -> (GstCaps). html/GstVideoAggregator.html:108: warning: no link for: "GstVideoInfo" -> (GstVideoInfo). html/GstVideoAggregator.html:154: warning: no link for: "GstVideoFrame" -> (GstVideoFrame). html/GstVideoAggregator.html:155: warning: no link for: "GstBuffer" -> (GstBuffer). html/GstWebRTCICETransport.html:47: warning: no link for: "GstWebRTCICEComponent" -> (GstWebRTCICEComponent). html/GstWebRTCICETransport.html:52: warning: no link for: "GstWebRTCICEGatheringState" -> (GstWebRTCICEGatheringState). html/GstWebRTCICETransport.html:76: warning: no link for: "G-SIGNAL-RUN-LAST:CAPS" -> (Run Last). html/GstWebRTCSessionDescription.html:103: warning: no link for: "GstWebRTCSDPType" -> (GstWebRTCSDPType). html/GstWebRTCSessionDescription.html:104: warning: no link for: "GstSDPMessage" -> (GstSDPMessage). html/api-index-full.html:51: warning: no link for: "gst-plugins-bad-libs-GstBaseCameraSrc" -> (GstBaseCameraSrc). html/api-index-full.html:59: warning: no link for: "GST-BASE-CAMERA-SRC-CAST:CAPS" -> (GST_BASE_CAMERA_SRC_CAST). html/api-index-full.html:63: warning: no link for: "gst-base-camera-src-finish-capture" -> (gst_base_camera_src_finish_capture). html/api-index-full.html:67: warning: no link for: "GST-BASE-CAMERA-SRC-IMAGE-PAD-NAME:CAPS" -> (GST_BASE_CAMERA_SRC_IMAGE_PAD_NAME). html/api-index-full.html:71: warning: no link for: "gst-base-camera-src-post-preview" -> (gst_base_camera_src_post_preview). html/api-index-full.html:75: warning: no link for: "GST-BASE-CAMERA-SRC-PREVIEW-MESSAGE-NAME:CAPS" -> (GST_BASE_CAMERA_SRC_PREVIEW_MESSAGE_NAME). html/api-index-full.html:79: warning: no link for: "gst-base-camera-src-setup-preview" -> (gst_base_camera_src_setup_preview). html/api-index-full.html:83: warning: no link for: "gst-base-camera-src-setup-zoom" -> (gst_base_camera_src_setup_zoom). html/api-index-full.html:87: warning: no link for: "gst-base-camera-src-set-mode" -> (gst_base_camera_src_set_mode). html/api-index-full.html:91: warning: no link for: "GST-BASE-CAMERA-SRC-VIDEO-PAD-NAME:CAPS" -> (GST_BASE_CAMERA_SRC_VIDEO_PAD_NAME). html/api-index-full.html:95: warning: no link for: "GST-BASE-CAMERA-SRC-VIEWFINDER-PAD-NAME:CAPS" -> (GST_BASE_CAMERA_SRC_VIEWFINDER_PAD_NAME). html/api-index-full.html:108: warning: no link for: "gst-plugins-bad-libs-gstcamerabin-enum" -> (gstcamerabin-enum). html/api-index-full.html:112: warning: no link for: "gst-camerabin-create-preview-pipeline" -> (gst_camerabin_create_preview_pipeline). html/api-index-full.html:112: warning: no link for: "gst-plugins-bad-libs-gstcamerabinpreview" -> (gstcamerabinpreview). html/api-index-full.html:116: warning: no link for: "gst-camerabin-destroy-preview-pipeline" -> (gst_camerabin_destroy_preview_pipeline). html/api-index-full.html:120: warning: no link for: "gst-camerabin-mode-get-type" -> (gst_camerabin_mode_get_type). html/api-index-full.html:124: warning: no link for: "gst-camerabin-preview-pipeline-post" -> (gst_camerabin_preview_pipeline_post). html/api-index-full.html:128: warning: no link for: "gst-camerabin-preview-set-caps" -> (gst_camerabin_preview_set_caps). html/api-index-full.html:133: warning: no link for: "DEFAULT-CAPTURE-HEIGHT:CAPS" -> (DEFAULT_CAPTURE_HEIGHT). html/api-index-full.html:137: warning: no link for: "DEFAULT-CAPTURE-WIDTH:CAPS" -> (DEFAULT_CAPTURE_WIDTH). html/api-index-full.html:141: warning: no link for: "DEFAULT-FPS-D:CAPS" -> (DEFAULT_FPS_D). html/api-index-full.html:145: warning: no link for: "DEFAULT-FPS-N:CAPS" -> (DEFAULT_FPS_N). html/api-index-full.html:149: warning: no link for: "DEFAULT-HEIGHT:CAPS" -> (DEFAULT_HEIGHT). html/api-index-full.html:153: warning: no link for: "DEFAULT-WIDTH:CAPS" -> (DEFAULT_WIDTH). html/api-index-full.html:157: warning: no link for: "DEFAULT-ZOOM:CAPS" -> (DEFAULT_ZOOM). html/api-index-full.html:510: warning: no link for: "MAX-ZOOM:CAPS" -> (MAX_ZOOM). html/api-index-full.html:522: warning: no link for: "MIN-ZOOM:CAPS" -> (MIN_ZOOM). html/api-index-full.html:1503: warning: no link for: "gst-photography-noise-reduction-get-type" -> (gst_photography_noise_reduction_get_type). html/api-index-full.html:1503: warning: no link for: "gst-plugins-bad-libs-photography-enumtypes" -> (photography-enumtypes). html/api-index-full.html:2204: warning: no link for: "GST-TYPE-CAMERABIN-MODE:CAPS" -> (GST_TYPE_CAMERABIN_MODE). html/api-index-full.html:2208: warning: no link for: "GST-TYPE-PHOTOGRAPHY-NOISE-REDUCTION:CAPS" -> (GST_TYPE_PHOTOGRAPHY_NOISE_REDUCTION). html/api-index-full.html:2495: warning: no link for: "ZOOM-1X:CAPS" -> (ZOOM_1X). html/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html:564: warning: no link for: "GPtrArray" -> (GPtrArray). html/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html:982: warning: no link for: "GstDateTime" -> (GstDateTime). html/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html:186: warning: no link for: "GArray" -> (GArray). html/gst-plugins-bad-libs-Base-MPEG-TS-sections.html:261: warning: no link for: "GstObject" -> (GstObject). html/gst-plugins-bad-libs-Base-MPEG-TS-sections.html:263: warning: no link for: "GstMessage" -> (GstMessage). html/gst-plugins-bad-libs-Base-MPEG-TS-sections.html:327: warning: no link for: "GstEvent" -> (GstEvent). html/gst-plugins-bad-libs-Base-MPEG-TS-sections.html:816: warning: no link for: "GstMpegtsSectionSCTETableID" -> (GstMpegtsSectionSCTETableID). html/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html:1406: warning: no link for: "private-data" -> (private_data). html/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html:1449: warning: no link for: "offset" -> (offset). html/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html:3721: warning: no link for: "linkage-data" -> (linkage_data). html/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html:3726: warning: no link for: "private-data-bytes" -> (private_data_bytes). html/gst-plugins-bad-libs-GstInsertbin.html:33: warning: no link for: "GstBin" -> (GstBin). html/gst-plugins-bad-libs-GstInsertbin.html:116: warning: no link for: "G-SIGNAL-ACTION:CAPS" -> (Action). html/gst-plugins-bad-libs-GstInsertbin.html:264: warning: no link for: "api-index-1.2" -> (1.2). html/gst-plugins-bad-libs-GstPhotography.html:838: warning: no link for: "GstPhotographyNoiseReductionMode" -> (GstPhotographyNoiseReductionMode). html/gst-plugins-bad-libs-GstPhotography.html:1406: warning: no link for: "GstPhotographySettings" -> (GstPhotographySettings). html/gst-plugins-bad-libs-GstPhotography.html:2070: warning: no link for: "GstPhotography--lens-focus" -> (“lens-focus”). html/gst-plugins-bad-libs-GstPhotography.html:2267: warning: no link for: "GstBus" -> (GstBus). html/gst-plugins-bad-libs-GstPhotography.html:2277: warning: no link for: "G-TYPE-INT:CAPS" -> (G_TYPE_INT). html/gst-plugins-bad-libs-GstPlayerGMainContextSignalDispatcher.html:65: warning: no link for: "GMainContext" -> (GMainContext). html/gst-plugins-bad-libs-GstPlayerGMainContextSignalDispatcher.html:68: warning: no link for: "gst-player-new-full" -> (gst_player_new_full()). html/gst-plugins-bad-libs-gstmpegvideometa.html:105: warning: no link for: "GstMpegVideoSequenceDisplayExt" -> (GstMpegVideoSequenceDisplayExt). html/gst-plugins-bad-libs-gstmpegvideometa.html:192: warning: no link for: "GstMeta" -> (GstMeta). html/gst-plugins-bad-libs-h264parser.html:865: warning: no link for: "api-index-1.4" -> (1.4). html/gst-plugins-bad-libs-jpegparser.html:257: warning: no link for: "api-index-1.6" -> (1.6). html/gst-plugins-bad-libs-jpegparser.html:658: warning: no link for: "GstJpegMarker" -> (GstJpegMarker). html/gst-plugins-bad-libs-mpeg4parser.html:1486: warning: no link for: "G-MAXUINT:CAPS" -> (G_MAXUINT). html/gst-plugins-bad-libs-mpegvideoparser.html:223: warning: no link for: "GstMpegVideoPacket" -> (GstMpegVideoPacket). html/gst-plugins-bad-libs-mpegvideoparser.html:395: warning: no link for: "GstMpegVideoSequenceScalableExt" -> (GstMpegVideoSequenceScalableExt). html/gst-plugins-bad-libs-mpegvideoparser.html:552: warning: no link for: "GstMpegVideoSliceHdr" -> (GstMpegVideoSliceHdr). html/gst-plugins-bad-libs-vc1parser.html:582: warning: no link for: "GstVC1BitPlanes" -> (GstVC1BitPlanes). html/gst-plugins-bad-libs-vc1parser.html:1412: warning: no link for: "GstVC1FrameCodingMode" -> (GstVC1FrameCodingMode). make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/docs/libs' Making all in plugins make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/docs/plugins' DOC Scanning header files make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/docs/plugins' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/docs/plugins' DOC Building XML DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out ./gst-plugins-bad-plugins-decl.txt:3476: warning: GstCameraBin2 has multiple definitions. ./gst-plugins-bad-plugins-decl.txt:3479: warning: GstCameraBin2Class has multiple definitions. ./gst-plugins-bad-plugins-decl.txt:11936: warning: PsMux has multiple definitions. ./gst-plugins-bad-plugins-decl.txt:12003: warning: PsMuxStreamBuffer has multiple definitions. ./gst-plugins-bad-plugins-decl.txt:12042: warning: PsMuxStream has multiple definitions. ./gst-plugins-bad-plugins-decl.txt:12150: warning: PsMuxStreamIdInfo has multiple definitions. ./gst-plugins-bad-plugins-decl.txt:13796: warning: TsMuxProgram has multiple definitions. ./gst-plugins-bad-plugins-decl.txt:13945: warning: TsMuxStream has multiple definitions. ./gst-plugins-bad-plugins-decl.txt:26781: warning: Structure GstPESFilter has multiple definitions. ../../gst/audiofxbad/gstaudiochannelmix.c:33: warning: Section element-gstaudiochannelmix is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../gst/camerabin2/camerabingeneral.c:29: warning: Section camerabingeneral is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../gst/camerabin2/gstdigitalzoom.c:37: warning: Section element-digitalzoom is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../gst/camerabin2/gstviewfinderbin.c:31: warning: Section element-gstviewfinderbin is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../gst/debugutils/gstchopmydata.c:40: warning: Section element-gstchopmydata is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../gst/debugutils/gstwatchdog.c:41: warning: Section element-gstwatchdog is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../gst/frei0r/frei0r.h:64: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:157: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:186: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:198: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:207: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:212: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:220: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:226: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:235: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:281: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:289: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:298: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:312: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:331: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:338: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:353: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:361: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:367: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:373: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:379: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:384: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:390: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:396: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:401: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:406: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:416: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:427: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:438: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:453: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:460: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:476: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:485: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:492: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:512: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:525: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:555: warning: Symbol name not found at the start of the comment block. ../../gst/frei0r/frei0r.h:581: warning: Symbol name not found at the start of the comment block. ../../gst/gdp/dataprotocol.c:67: warning: Section gstdataprotocol is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../gst/geometrictransform/geometricmath.c:184: warning: Symbol name not found at the start of the comment block. ../../gst/geometrictransform/geometricmath.c:195: warning: Symbol name not found at the start of the comment block. ../../gst/inter/gstinteraudiosink.c:38: warning: Section element-gstinteraudiosink is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../gst/inter/gstinteraudiosrc.c:36: warning: Section element-gstinteraudiosrc is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../gst/inter/gstintersubsink.c:36: warning: Section element-gstintersubsink is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../gst/inter/gstintersubsrc.c:37: warning: Section element-gstintersubsrc is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../gst/inter/gstintervideosink.c:37: warning: Section element-gstintervideosink is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../gst/inter/gstintervideosrc.c:35: warning: Section element-gstintervideosrc is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../gst/ivtc/gstcombdetect.c:33: warning: Section element-gstcombdetect is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../gst/ivtc/gstivtc.c:40: warning: Section element-gstivtc is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../gst/jp2kdecimator/gstjp2kdecimator.c:35: warning: Section element-gstjp2kdecimator is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../gst/videofilters/gstscenechange.c:42: warning: Section element-gstscenechange is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../gst/videofilters/gstvideodiff.c:31: warning: Section element-gstvideodiff is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../gst/videofilters/gstzebrastripe.c:43: warning: Section element-gstzebrastripe is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../gst/videoparsers/gstdiracparse.c:31: warning: Section element-gstdiracparse is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../gst/y4m/gsty4mdec.c:30: warning: Section element-gsty4mdec is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../ext/aom/gstav1dec.c:30: warning: Section element-av1dec is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../ext/aom/gstav1enc.c:30: warning: Section element-av1enc is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../ext/colormanagement/gstlcms.c:40: warning: Section element-lcms is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../ext/curl/gstcurlbasesink.c:39: warning: Section element-curlsink is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../ext/curl/gstcurlsmtpsink.c:45: warning: Section element-curlsink is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../ext/curl/gstcurlsshsink.c:28: warning: Section element-curlsshsink is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../ext/curl/gstcurltlssink.c:28: warning: Section element-curltlssink is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../ext/daala/gstdaaladec.c:40: warning: Section element-daaladec is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../ext/daala/gstdaalaenc.c:41: warning: Section element-daalaenc is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../ext/gl/gstopengl.c:41: warning: Section plugin-openglmixers is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../ext/libde265/libde265-dec.c:33: warning: Section element-libde265dec is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../ext/lv2/gstlv2.c:35: warning: Section element-lv2 is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../ext/opencv/gsthanddetect.cpp:57: warning: Section video-filter-handdetect is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../ext/openmpt/gstopenmptdec.c:35: warning: Section element-openmptdec is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../ext/openni2/gstopenni2.cpp:45: warning: Section plugin-openni2src is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../ext/openni2/gstopenni2src.cpp:37: warning: Section element-openni2src is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../ext/resindvd/rsninputselector.c:41: warning: Section element-input-selector is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../ext/sbc/gstsbcdec.c:33: warning: Section element-sbdec is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../ext/sbc/gstsbcenc.c:36: warning: Section element-sbenc is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../ext/smoothstreaming/gstmssmanifest.c:980: warning: Symbol name not found at the start of the comment block. ../../ext/smoothstreaming/gstmssmanifest.c:1202: warning: Symbol name not found at the start of the comment block. ../../ext/smoothstreaming/gstmssmanifest.c:1222: warning: Symbol name not found at the start of the comment block. ../../ext/srt/gstsrtclientsink.c:40: warning: Section element-srtserversink is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../ext/srt/gstsrtclientsrc.c:40: warning: Section element-srtclientsrc is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../ext/srt/gstsrtserversink.c:36: warning: Section element-srtserversink is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../ext/srt/gstsrtserversrc.c:36: warning: Section element-srtserversrc is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../ext/ttml/subtitle.c:32: warning: Section gstsubtitle is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../ext/ttml/subtitlemeta.c:28: warning: Section gstsubtitlemeta is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../ext/vulkan/gstvulkan.c:26: warning: Section plugin-vulkan is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../ext/vulkan/vkbuffermemory.c:35: warning: Section vkbuffermemory is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../ext/vulkan/vkbufferpool.c:39: warning: Section vkbufferpool is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../ext/vulkan/vkimagememory.c:35: warning: Section vkimagememory is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../ext/vulkan/vkmemory.c:37: warning: Section vkmemory is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../ext/vulkan/vkwindow.c:29: warning: Section vkwindow is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:43: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:111: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:172: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:194: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:212: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:218: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:236: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:256: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:266: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:280: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:284: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:289: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:293: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:321: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:338: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:355: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:359: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:363: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:367: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:371: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:375: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:379: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:383: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:393: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:397: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:401: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:409: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:421: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:434: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:441: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:457: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:461: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:466: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:470: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:474: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:478: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:506: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:532: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/linux-dmabuf-unstable-v1-client-protocol.h:602: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/viewporter-client-protocol.h:43: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/viewporter-client-protocol.h:60: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/viewporter-client-protocol.h:70: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/viewporter-client-protocol.h:139: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/viewporter-client-protocol.h:204: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/viewporter-client-protocol.h:212: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/viewporter-client-protocol.h:223: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/viewporter-client-protocol.h:227: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/viewporter-client-protocol.h:256: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/viewporter-client-protocol.h:273: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/viewporter-client-protocol.h:290: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/viewporter-client-protocol.h:294: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/viewporter-client-protocol.h:298: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/viewporter-client-protocol.h:302: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/viewporter-client-protocol.h:314: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/viewporter-client-protocol.h:318: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/viewporter-client-protocol.h:322: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/viewporter-client-protocol.h:350: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/viewporter-client-protocol.h:374: warning: Symbol name not found at the start of the comment block. ../../ext/wayland/viewporter-client-protocol.h:396: warning: Symbol name not found at the start of the comment block. ../../ext/wildmidi/gstwildmididec.c:35: warning: Section element-wildmididec is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../sys/androidmedia/gstahcsrc.c:63: warning: Section element-ahcsrc is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../sys/androidmedia/gstahssrc.c:33: warning: Section element-ahssrc is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../sys/applemedia/atdec.c:31: warning: Section element-atdec is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../sys/applemedia/avfassetsrc.m:35: warning: Section element-plugin is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../sys/applemedia/avsamplevideosink.m:26: warning: Section element-avsamplebufferlayersink is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../sys/applemedia/iosassetsrc.m:35: warning: Section element-ios_assetsrc is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../sys/applemedia/vtdec.c:32: warning: Section element-vtdec is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../sys/bluez/bluez.c:163: warning: Section BluezMediaTransport1 is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../sys/bluez/bluez.c:2384: warning: Section BluezMediaPlayer1 is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../sys/directsound/gstdirectsoundsrc.c:62: warning: Section element-directsoundsrc is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../sys/opensles/openslessink.c:32: warning: Section element-openslessink is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../sys/opensles/openslessrc.c:32: warning: Section element-openslessrc is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../sys/shm/shmpipe.c:865: warning: Symbol name not found at the start of the comment block. ../../sys/tinyalsa/tinyalsasink.c:35: warning: Section element-tinyalsasink is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../sys/uvch264/gstuvch264_src.c:30: warning: Section element-uvch264-src is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../sys/winks/gstksvideosrc.c:36: warning: Section element-ksvideosrc is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../sys/winks/ksvideohelpers.h:38: warning: Symbol name not found at the start of the comment block. ../../sys/winscreencap/gstdx9screencapsrc.c:40: warning: Section element-dx9screencapsrc is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../sys/winscreencap/gstgdiscreencapsrc.c:43: warning: Section element-gdiscreencapsrc is not defined in the gst-plugins-bad-plugins-sections.txt file. ../../gst/asfmux/gstasfmux.c:1410: warning: Parameter description for gst_asf_mux_add_simple_index_entry::asfmux is missing in source code comment block. ../../gst/asfmux/gstasfmux.c:1410: warning: Parameter description for gst_asf_mux_add_simple_index_entry::videopad is missing in source code comment block. ../../gst/asfmux/gstasfmux.c:680: warning: Parameter description for gst_asf_mux_write_stream_properties::asfmux is missing in source code comment block. ../../gst/asfmux/gstasfmux.c:917: warning: Parameter description for gst_asf_mux_write_content_description_entry::asfmux is missing in source code comment block. ../../gst/asfmux/gstasfmux.c:917: warning: Parameter description for gst_asf_mux_write_content_description_entry::tags is missing in source code comment block. ../../gst/asfmux/gstasfmux.c:917: warning: Parameter description for gst_asf_mux_write_content_description_entry::tagname is missing in source code comment block. ../../gst/asfmux/gstasfmux.c:917: warning: Parameter description for gst_asf_mux_write_content_description_entry::size_buf is missing in source code comment block. ../../gst/asfmux/gstasfmux.c:917: warning: Parameter description for gst_asf_mux_write_content_description_entry::data_buf is missing in source code comment block. ../../gst/asfmux/gstasfmux.c:809: warning: Parameter description for gst_asf_mux_write_extended_stream_properties::asfmux is missing in source code comment block. ../../gst/asfmux/gstasfmux.c:1437: warning: Parameter description for gst_asf_mux_send_packet::asfmux is missing in source code comment block. ../../gst/asfmux/gstasfmux.c:1886: warning: Parameter description for gst_asf_mux_process_buffer::asfmux is missing in source code comment block. ../../gst/asfmux/gstasfmux.c:650: warning: Parameter description for gst_asf_mux_write_file_properties::asfmux is missing in source code comment block. ../../gst/asfmux/gstasfmux.c:630: warning: Parameter description for gst_asf_mux_write_header_object::asfmux is missing in source code comment block. ../../gst/asfmux/gstasfmux.c:788: warning: Parameter description for gst_asf_mux_write_header_extension::asfmux is missing in source code comment block. .WARNING:root:Cannot parse structure field: "} state, pending_state" ./../gst/asfmux/gstasfobjects.c:239: warning: Parameter description for gst_asf_get_current_time::Returns is missing in source code comment block. ../../gst/asfmux/gstasfmux.c:862: warning: Parameter description for gst_asf_mux_write_string_with_size::asfmux is missing in source code comment block. ./gst-plugins-bad-plugins-sections.txt:4: warning: No declaration found for GstCMDec. ./gst-plugins-bad-plugins-sections.txt:20: warning: No declaration found for GstCMEnc. ./gst-plugins-bad-plugins-sections.txt:68: warning: No declaration found for GstBaseBin. ./gst-plugins-bad-plugins-sections.txt:229: warning: No declaration found for GstAudioMixMatrixModeType. ./gst-plugins-bad-plugins-sections.txt:243: warning: Double element-audioparse entry. Previous occurrence on line 50. ./gst-plugins-bad-plugins-sections.txt:246: warning: No declaration found for GstAudioParseFormat. unknown:0: warning: Value descriptions for GstAvWaitMode are missing in source code comment block. ./gst-plugins-bad-plugins-sections.txt:359: warning: No declaration found for GstBPMDetect. ./gst-plugins-bad-plugins-sections.txt:375: warning: No declaration found for GstBayer2RGB. ./gst-plugins-bad-plugins-sections.txt:471: warning: No declaration found for GstCameraBin. ./gst-plugins-bad-plugins-sections.txt:472: warning: No declaration found for GstCameraBin2Mode. ./gst-plugins-bad-plugins-sections.txt:489: warning: No declaration found for GstChecksumSinkHash. ../../gst/coloreffects/gstcoloreffects.h:51: warning: Value description for GstColorEffectsPreset::GST_COLOR_EFFECTS_PRESET_NONE is missing in source code comment block. ../../gst/coloreffects/gstcoloreffects.h:51: warning: Value description for GstColorEffectsPreset::GST_COLOR_EFFECTS_PRESET_HEAT is missing in source code comment block. ../../gst/coloreffects/gstcoloreffects.h:51: warning: Value description for GstColorEffectsPreset::GST_COLOR_EFFECTS_PRESET_SEPIA is missing in source code comment block. ../../gst/coloreffects/gstcoloreffects.h:51: warning: Value description for GstColorEffectsPreset::GST_COLOR_EFFECTS_PRESET_XRAY is missing in source code comment block. ../../gst/coloreffects/gstcoloreffects.h:51: warning: Value description for GstColorEffectsPreset::GST_COLOR_EFFECTS_PRESET_XPRO is missing in source code comment block. ../../gst/coloreffects/gstcoloreffects.h:51: warning: Value description for GstColorEffectsPreset::GST_COLOR_EFFECTS_PRESET_YELLOWBLUE is missing in source code comment block. ../../gst/coloreffects/gstcoloreffects.h:51: warning: Value description for GstColorEffectsPreset::GST_CLUT_PRESET_NONE is not used from source code comment block. ../../gst/coloreffects/gstcoloreffects.h:51: warning: Value description for GstColorEffectsPreset::GST_CLUT_PRESET_HEAT is not used from source code comment block. ../../gst/coloreffects/gstcoloreffects.h:51: warning: Value description for GstColorEffectsPreset::GST_CLUT_PRESET_SEPIA is not used from source code comment block. ../../gst/coloreffects/gstcoloreffects.h:51: warning: Value description for GstColorEffectsPreset::GST_CLUT_PRESET_XRAY is not used from source code comment block. ../../gst/coloreffects/gstcoloreffects.h:51: warning: Value description for GstColorEffectsPreset::GST_CLUT_PRESET_XPRO is not used from source code comment block. ../../gst/coloreffects/gstcoloreffects.h:51: warning: Value description for GstColorEffectsPreset::GST_CLUT_PRESET_YELLOWBLUE is not used from source code comment block. ./gst-plugins-bad-plugins-sections.txt:619: warning: No declaration found for GstCompareMethod. unknown:0: warning: Value descriptions for GstCompositorBackground are missing in source code comment block. unknown:0: warning: Field descriptions for struct GstCurlHttpSrc are missing in source code comment block. ./gst-plugins-bad-plugins-sections.txt:813: warning: No declaration found for GstCvSmoothTypeType. ./gst-plugins-bad-plugins-sections.txt:845: warning: No declaration found for GstDVBSubOverlay. ./gst-plugins-bad-plugins-sections.txt:861: warning: No declaration found for GstDVDSpu. unknown:0: warning: Value descriptions for GstDewarpDisplayMode are missing in source code comment block. unknown:0: warning: Value descriptions for GstDewarpInterpolationMode are missing in source code comment block. ./gst-plugins-bad-plugins-sections.txt:1074: warning: No declaration found for GstDisparityMethod. ./gst-plugins-bad-plugins-sections.txt:1219: warning: No declaration found for GstDvbSrcBandwidth. ./gst-plugins-bad-plugins-sections.txt:1220: warning: No declaration found for GstDvbSrcCode_Rate. ./gst-plugins-bad-plugins-sections.txt:1221: warning: Double symbol entry for GstDvbSrcCode_Rate. Previous occurrence on line 1220. ./gst-plugins-bad-plugins-sections.txt:1222: warning: No declaration found for GstDvbSrcDelsys. ./gst-plugins-bad-plugins-sections.txt:1223: warning: No declaration found for GstDvbSrcGuard. ./gst-plugins-bad-plugins-sections.txt:1224: warning: No declaration found for GstDvbSrcHierarchy. ./gst-plugins-bad-plugins-sections.txt:1225: warning: No declaration found for GstDvbSrcInterleaving. ./gst-plugins-bad-plugins-sections.txt:1226: warning: No declaration found for GstDvbSrcInversion. ./gst-plugins-bad-plugins-sections.txt:1227: warning: Double symbol entry for GstDvbSrcCode_Rate. Previous occurrence on line 1220. ./gst-plugins-bad-plugins-sections.txt:1228: warning: No declaration found for GstDvbSrcModulation. ./gst-plugins-bad-plugins-sections.txt:1229: warning: Double symbol entry for GstDvbSrcCode_Rate. Previous occurrence on line 1220. ./gst-plugins-bad-plugins-sections.txt:1230: warning: Double symbol entry for GstDvbSrcModulation. Previous occurrence on line 1228. ./gst-plugins-bad-plugins-sections.txt:1231: warning: Double symbol entry for GstDvbSrcCode_Rate. Previous occurrence on line 1220. ./gst-plugins-bad-plugins-sections.txt:1232: warning: Double symbol entry for GstDvbSrcModulation. Previous occurrence on line 1228. ./gst-plugins-bad-plugins-sections.txt:1233: warning: Double symbol entry for GstDvbSrcModulation. Previous occurrence on line 1228. ./gst-plugins-bad-plugins-sections.txt:1234: warning: No declaration found for GstDvbSrcPilot. ./gst-plugins-bad-plugins-sections.txt:1235: warning: No declaration found for GstDvbSrcRolloff. ./gst-plugins-bad-plugins-sections.txt:1236: warning: No declaration found for GstDvbSrcTransmission_Mode. ./gst-plugins-bad-plugins-sections.txt:1333: warning: No declaration found for GstFaacBrtype. ./gst-plugins-bad-plugins-sections.txt:1334: warning: No declaration found for GstFaacShortCtl. ./gst-plugins-bad-plugins-sections.txt:1480: warning: No declaration found for GstFieldAnalysisFieldMetric. ./gst-plugins-bad-plugins-sections.txt:1481: warning: No declaration found for GstFieldAnalysisFrameMetric. ./gst-plugins-bad-plugins-sections.txt:1578: warning: No declaration found for GstGLMixerBinStartTimeSelection. ./gst-plugins-bad-plugins-sections.txt:1643: warning: No declaration found for GstGLVideoMixerBin. ./gst-plugins-bad-plugins-sections.txt:2027: warning: No declaration found for GstInterlace. ./gst-plugins-bad-plugins-sections.txt:2028: warning: No declaration found for GstInterlacePattern. ./gst-plugins-bad-plugins-sections.txt:2044: warning: No declaration found for Iqa. unknown:0: warning: Field descriptions for struct GstKateTiger are missing in source code comment block. ./gst-plugins-bad-plugins-sections.txt:2262: warning: No declaration found for GstLiveAdder. unknown:0: warning: Field descriptions for struct GstLADSPA are missing in source code comment block. unknown:0: warning: Field descriptions for struct GstMpeg2enc are missing in source code comment block. ./gst-plugins-bad-plugins-sections.txt:2416: warning: No declaration found for GstMpeg2encAspect. ./gst-plugins-bad-plugins-sections.txt:2417: warning: No declaration found for GstMpeg2encFormat. ./gst-plugins-bad-plugins-sections.txt:2418: warning: No declaration found for GstMpeg2encFramerate. ./gst-plugins-bad-plugins-sections.txt:2419: warning: No declaration found for GstMpeg2encInterlaceMode. ./gst-plugins-bad-plugins-sections.txt:2420: warning: No declaration found for GstMpeg2encVideoNorm. ./gst-plugins-bad-plugins-sections.txt:2421: warning: No declaration found for GstMpeg2encPlaybackFieldOrders. ./gst-plugins-bad-plugins-sections.txt:2422: warning: No declaration found for GstMpeg2encQuantisationMatrix. ./gst-plugins-bad-plugins-sections.txt:2454: warning: No declaration found for GstMpegPSDemux. unknown:0: warning: Field descriptions for struct GstMplex are missing in source code comment block. ./gst-plugins-bad-plugins-sections.txt:2487: warning: No declaration found for GstMplexFormat. ./gst-plugins-bad-plugins-sections.txt:2533: warning: Double element-mxfdemux entry. Previous occurrence on line 2300. ./gst-plugins-bad-plugins-sections.txt:2548: warning: Double element-mxfmux entry. Previous occurrence on line 2316. unknown:0: warning: Value descriptions for GstNetSimDistribution are missing in source code comment block. ./gst-plugins-bad-plugins-sections.txt:2660: warning: No declaration found for GstOpenh264EncSliceModes. ./gst-plugins-bad-plugins-sections.txt:2693: warning: No declaration found for GstOpenJPEGEncProgressionOrder. ./gst-plugins-bad-plugins-sections.txt:2805: warning: No declaration found for GstPitch. ./gst-plugins-bad-plugins-sections.txt:2966: warning: No declaration found for GstRetinexMethod. unknown:0: warning: Field descriptions for struct GstSFDec are missing in source code comment block. ./gst-plugins-bad-plugins-sections.txt:3191: warning: No declaration found for GstSegmentationMethod. ./gst-plugins-bad-plugins-sections.txt:3271: warning: No declaration found for GstSirenDec. ./gst-plugins-bad-plugins-sections.txt:3287: warning: No declaration found for GstSirenEnc. ./gst-plugins-bad-plugins-sections.txt:3352: warning: No declaration found for GstSpaceScopeStyle. ./gst-plugins-bad-plugins-sections.txt:3656: warning: No declaration found for GstUnalignedAudioParse. ./gst-plugins-bad-plugins-sections.txt:3672: warning: No declaration found for GstUnalignedVideoParse. ./gst-plugins-bad-plugins-sections.txt:3752: warning: No declaration found for GstVMncDec. ./gst-plugins-bad-plugins-sections.txt:3880: warning: No declaration found for GstRawAudioParse. ./gst-plugins-bad-plugins-sections.txt:3896: warning: No declaration found for GstRawVideoParse. ./gst-plugins-bad-plugins-sections.txt:3945: warning: No declaration found for GstVoAmrWbEncBandMode. unknown:0: warning: Field descriptions for struct GstWasapiSink are missing in source code comment block. unknown:0: warning: Field descriptions for struct GstWasapiSrc are missing in source code comment block. ./gst-plugins-bad-plugins-sections.txt:4024: warning: No declaration found for GstWaveScopeStyle. ./gst-plugins-bad-plugins-sections.txt:4073: warning: No declaration found for GstWebpEncPreset. ../../ext/webrtc/gstwebrtcbin.c:3446: warning: unknown annotation "allow none" in documentation for GstWebRTCBin::add-transceiver. ../../ext/webrtcdsp/gstwebrtcechoprobe.h:50: warning: Field descriptions for struct GstWebrtcEchoProbe are missing in source code comment block. ./gst-plugins-bad-plugins-sections.txt:4153: warning: No declaration found for GstWildmidi. ./gst-plugins-bad-plugins-sections.txt:4232: warning: No declaration found for GstYadifModes. ./gst-plugins-bad-plugins-sections.txt:4280: warning: No declaration found for GstgPsMux. ./gst-plugins-bad-plugins-sections.txt:4296: warning: No declaration found for GstgTSParse2. ./gst-plugins-bad-plugins-sections.txt:4312: warning: No declaration found for GstgTsMux. ./gst-plugins-bad-plugins-sections.txt:4328: warning: No declaration found for GstDvdBin. See gst-plugins-bad-plugins-undeclared.txt for the list of undeclared symbols. ./gst-plugins-bad-plugins-unused.txt:1: warning: 6292 unused declarations. They should be added to gst-plugins-bad-plugins-sections.txt in the appropriate place. DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/docs/plugins' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/docs/plugins' DOC Building HTML DOC Fixing cross-references html/gst-plugins-bad-plugins-audiobuffersplit.html:56: warning: no link for: "GstFraction" -> (GstFraction). html/gst-plugins-bad-plugins-audiomixmatrix.html:56: warning: no link for: "GstValueArray" -> (GstValueArray). html/gst-plugins-bad-plugins-audiomixmatrix.html:62: warning: no link for: "GValueArray" -> (GValueArray). html/gst-plugins-bad-plugins-audiomixmatrix.html:67: warning: no link for: "GstAudioMixMatrixModeType" -> (GstAudioMixMatrixModeType). html/gst-plugins-bad-plugins-audioparse.html:57: warning: no link for: "GstAudioParseEndianness" -> (GstAudioParseEndianness). html/gst-plugins-bad-plugins-audioparse.html:62: warning: no link for: "GstAudioParseFormat" -> (GstAudioParseFormat). html/gst-plugins-bad-plugins-audioparse.html:93: warning: no link for: "GstAudioFormat" -> (GstAudioFormat). html/gst-plugins-bad-plugins-audioparse.html:137: warning: no link for: "GstRawAudioParse" -> (GstRawAudioParse). html/gst-plugins-bad-plugins-autoconvert.html:96: warning: no link for: "GstAutoConvert-factories" -> (“factories”). html/gst-plugins-bad-plugins-avwait.html:57: warning: no link for: "GstVideoTimeCode" -> (GstVideoTimeCode). html/gst-plugins-bad-plugins-camerabin.html:48: warning: no link for: "gst-element-factory-make" -> (gst_element_factory_make()). html/gst-plugins-bad-plugins-camerabin.html:50: warning: no link for: "GstCameraBin--mode" -> (“mode”). html/gst-plugins-bad-plugins-camerabin.html:51: warning: no link for: "GstCameraBin--location" -> (“location”). html/gst-plugins-bad-plugins-camerabin.html:55: warning: no link for: "GstCameraBin--start-capture" -> (“start-capture”). html/gst-plugins-bad-plugins-camerabin.html:57: warning: no link for: "GST-MESSAGE-ELEMENT:CAPS" -> (GST_MESSAGE_ELEMENT). html/gst-plugins-bad-plugins-camerabin.html:58: warning: no link for: "GstBus" -> (GstBus). html/gst-plugins-bad-plugins-camerabin.html:60: warning: no link for: "GstCameraBin--stop-capture" -> (“stop-capture”). html/gst-plugins-bad-plugins-camerabin.html:65: warning: no link for: "GstCameraBin--post-previews" -> (“post-previews”). html/gst-plugins-bad-plugins-camerabin.html:65: warning: no link for: "TRUE:CAPS" -> (TRUE). html/gst-plugins-bad-plugins-camerabin.html:65: warning: no link for: "GstBuffer" -> (GstBuffer). html/gst-plugins-bad-plugins-camerabin.html:74: warning: no link for: "GstEncodingProfile" -> (GstEncodingProfile). html/gst-plugins-bad-plugins-camerabin.html:76: warning: no link for: "GstCameraBin--image-profile" -> (“image-profile”). html/gst-plugins-bad-plugins-camerabin.html:76: warning: no link for: "GstCameraBin--video-profile" -> (“video-profile”). html/gst-plugins-bad-plugins-camerabin.html:79: warning: no link for: "GstCameraBin--preview-caps" -> (“preview-caps”). html/gst-plugins-bad-plugins-camerabin.html:81: warning: no link for: "GstCameraBin--camera-source" -> (“camera-source”). html/gst-plugins-bad-plugins-camerabin.html:85: warning: no link for: "GstWrapperCameraBinSource" -> (GstWrapperCameraBinSource). html/gst-plugins-bad-plugins-camerabin.html:87: warning: no link for: "GstCameraBin--viewfinder-sink" -> (“viewfinder-sink”). html/gst-plugins-bad-plugins-camerabin.html:88: warning: no link for: "GstCameraBin--audio-source" -> (“audio-source”). html/gst-plugins-bad-plugins-camerabin.html:90: warning: no link for: "GstCameraBin--viewfinder-caps" -> (“viewfinder-caps”). html/gst-plugins-bad-plugins-camerabin.html:90: warning: no link for: "GstCaps" -> (GstCaps). html/gst-plugins-bad-plugins-camerabin.html:91: warning: no link for: "GstCameraBin--viewfinder-supported-caps" -> (“viewfinder-supported-caps”). html/gst-plugins-bad-plugins-camerabin.html:93: warning: no link for: "GstCameraBin--image-capture-caps" -> (“image-capture-caps”). html/gst-plugins-bad-plugins-camerabin.html:93: warning: no link for: "GstCameraBin--video-capture-caps" -> (“video-capture-caps”). html/gst-plugins-bad-plugins-camerabin.html:95: warning: no link for: "GstCameraBin--image-capture-supported-caps" -> (“image-capture-supported-caps”). html/gst-plugins-bad-plugins-camerabin.html:96: warning: no link for: "GstCameraBin--video-capture-supported-caps" -> (“video-capture-supported-caps”). html/gst-plugins-bad-plugins-camerabin.html:97: warning: no link for: "GstCameraBin--audio-capture-caps" -> (“audio-capture-caps”). html/gst-plugins-bad-plugins-camerabin.html:98: warning: no link for: "GstCameraBin--audio-capture-supported-caps" -> (“audio-capture-supported-caps”). html/gst-plugins-bad-plugins-camerabin.html:99: warning: no link for: "GstElements" -> (GstElements). html/gst-plugins-bad-plugins-camerabin.html:101: warning: no link for: "GstCameraBin--video-filter" -> (“video-filter”). html/gst-plugins-bad-plugins-camerabin.html:101: warning: no link for: "GstCameraBin--image-filter" -> (“image-filter”). html/gst-plugins-bad-plugins-camerabin.html:102: warning: no link for: "GstCameraBin--viewfinder-filter" -> (“viewfinder-filter”). html/gst-plugins-bad-plugins-camerabin.html:102: warning: no link for: "GstCameraBin--preview-filter" -> (“preview-filter”). html/gst-plugins-bad-plugins-checksumsink.html:45: warning: no link for: "GstChecksumSinkHash" -> (GstChecksumSinkHash). html/gst-plugins-bad-plugins-compare.html:46: warning: no link for: "GstBufferCopyFlags" -> (GstBufferCopyFlags). html/gst-plugins-bad-plugins-compare.html:51: warning: no link for: "GstCompareMethod" -> (GstCompareMethod). html/gst-plugins-bad-plugins-compositor.html:96: warning: no link for: "GstCompositorPad" -> (GstCompositorPad). html/gst-plugins-bad-plugins-curlhttpsrc.html:57: warning: no link for: "GStrv" -> (GStrv). html/gst-plugins-bad-plugins-curlhttpsrc.html:63: warning: no link for: "GstStructure" -> (GstStructure). html/gst-plugins-bad-plugins-curlhttpsrc.html:68: warning: no link for: "GstCurlHttpVersionType" -> (GstCurlHttpVersionType). html/gst-plugins-bad-plugins-cvsmooth.html:66: warning: no link for: "GstCvSmoothTypeType" -> (GstCvSmoothTypeType). html/gst-plugins-bad-plugins-dc1394src.html:57: warning: no link for: "GstDC1394ISOSpeed" -> (GstDC1394ISOSpeed). html/gst-plugins-bad-plugins-debugspy.html:46: warning: no link for: "GChecksumType" -> (GChecksumType). html/gst-plugins-bad-plugins-decklinkaudiosrc.html:56: warning: no link for: "GstDecklinkAudioConnection" -> (GstDecklinkAudioConnection). html/gst-plugins-bad-plugins-decklinkaudiosrc.html:71: warning: no link for: "GstDecklinkAudioChannels" -> (GstDecklinkAudioChannels). html/gst-plugins-bad-plugins-decklinkvideosink.html:51: warning: no link for: "GstDecklinkModes" -> (GstDecklinkModes). html/gst-plugins-bad-plugins-decklinkvideosink.html:56: warning: no link for: "GstDecklinkVideoFormat" -> (GstDecklinkVideoFormat). html/gst-plugins-bad-plugins-decklinkvideosink.html:61: warning: no link for: "GstDecklinkTimecodeFormat" -> (GstDecklinkTimecodeFormat). html/gst-plugins-bad-plugins-decklinkvideosink.html:77: warning: no link for: "GstDecklinkKeyerMode" -> (GstDecklinkKeyerMode). html/gst-plugins-bad-plugins-decklinkvideosrc.html:51: warning: no link for: "GstDecklinkConnection" -> (GstDecklinkConnection). html/gst-plugins-bad-plugins-dfbvideosink.html:83: warning: no link for: "GstDfbVideoSinkLayerMode" -> (GstDfbVideoSinkLayerMode). html/gst-plugins-bad-plugins-disparity.html:45: warning: no link for: "GstDisparityMethod" -> (GstDisparityMethod). html/gst-plugins-bad-plugins-dtlsdec.html:94: warning: no link for: "G-SIGNAL-RUN-LAST:CAPS" -> (Run Last). html/gst-plugins-bad-plugins-dvbsrc.html:52: warning: no link for: "GstDvbSrcBandwidth" -> (GstDvbSrcBandwidth). html/gst-plugins-bad-plugins-dvbsrc.html:57: warning: no link for: "GstDvbSrcCode-Rate" -> (GstDvbSrcCode_Rate). html/gst-plugins-bad-plugins-dvbsrc.html:82: warning: no link for: "GstDvbSrcGuard" -> (GstDvbSrcGuard). html/gst-plugins-bad-plugins-dvbsrc.html:87: warning: no link for: "GstDvbSrcHierarchy" -> (GstDvbSrcHierarchy). html/gst-plugins-bad-plugins-dvbsrc.html:92: warning: no link for: "GstDvbSrcInversion" -> (GstDvbSrcInversion). html/gst-plugins-bad-plugins-dvbsrc.html:97: warning: no link for: "GstDvbSrcModulation" -> (GstDvbSrcModulation). html/gst-plugins-bad-plugins-dvbsrc.html:118: warning: no link for: "GstDvbSrcTransmission-Mode" -> (GstDvbSrcTransmission_Mode). html/gst-plugins-bad-plugins-dvbsrc.html:174: warning: no link for: "GstDvbSrcDelsys" -> (GstDvbSrcDelsys). html/gst-plugins-bad-plugins-dvbsrc.html:179: warning: no link for: "GstDvbSrcPilot" -> (GstDvbSrcPilot). html/gst-plugins-bad-plugins-dvbsrc.html:184: warning: no link for: "GstDvbSrcRolloff" -> (GstDvbSrcRolloff). html/gst-plugins-bad-plugins-dvbsrc.html:304: warning: no link for: "GstDvbSrcInterleaving" -> (GstDvbSrcInterleaving). html/gst-plugins-bad-plugins-dvbsrc.html:338: warning: no link for: "G-SIGNAL-ACTION:CAPS" -> (Action). html/gst-plugins-bad-plugins-errorignore.html:46: warning: no link for: "GstFlowReturn" -> (GstFlowReturn). html/gst-plugins-bad-plugins-faac.html:57: warning: no link for: "GstFaacOutputFormat" -> (GstFaacOutputFormat). html/gst-plugins-bad-plugins-faac.html:62: warning: no link for: "GstFaacProfile" -> (GstFaacProfile). html/gst-plugins-bad-plugins-faac.html:67: warning: no link for: "GstFaacShortCtl" -> (GstFaacShortCtl). html/gst-plugins-bad-plugins-faac.html:82: warning: no link for: "GstFaacBrtype" -> (GstFaacBrtype). html/gst-plugins-bad-plugins-faceblur.html:52: warning: no link for: "GstOpencvFaceBlurFlags" -> (GstOpencvFaceBlurFlags). html/gst-plugins-bad-plugins-facedetect.html:57: warning: no link for: "GstOpencvFaceDetectFlags" -> (GstOpencvFaceDetectFlags). html/gst-plugins-bad-plugins-fieldanalysis.html:61: warning: no link for: "FieldAnalysisCombMethod" -> (FieldAnalysisCombMethod). html/gst-plugins-bad-plugins-fieldanalysis.html:66: warning: no link for: "GstFieldAnalysisFieldMetric" -> (GstFieldAnalysisFieldMetric). html/gst-plugins-bad-plugins-fieldanalysis.html:76: warning: no link for: "GstFieldAnalysisFrameMetric" -> (GstFieldAnalysisFrameMetric). html/gst-plugins-bad-plugins-fpsdisplaysink.html:59: warning: no link for: "GstElement" -> (GstElement). html/gst-plugins-bad-plugins-gdppay.html:56: warning: no link for: "GstDPVersion" -> (GstDPVersion). html/gst-plugins-bad-plugins-glmixerbin.html:64: warning: no link for: "GstGLMixerBinStartTimeSelection" -> (GstGLMixerBinStartTimeSelection). html/gst-plugins-bad-plugins-glstereomix.html:46: warning: no link for: "GstGLStereoDownmix" -> (GstGLStereoDownmix). html/gst-plugins-bad-plugins-glvideomixer.html:38: warning: no link for: "GstGLVideoMixerPad" -> (GstGLVideoMixerPad). html/gst-plugins-bad-plugins-h264parse.html:56: warning: no link for: "GstH264ParseFormat" -> (GstH264ParseFormat). html/gst-plugins-bad-plugins-id3mux.html:99: warning: no link for: "GstTagSetter" -> (GstTagSetter). html/gst-plugins-bad-plugins-id3mux.html:236: warning: no link for: "GstID3Demux" -> (GstID3Demux). html/gst-plugins-bad-plugins-ipcpipelinesrc.html:242: warning: no link for: "GstMessage" -> (GstMessage). html/gst-plugins-bad-plugins-ladspa.html:171: warning: no link for: "GstAudioConvert" -> (GstAudioConvert). html/gst-plugins-bad-plugins-ladspa.html:171: warning: no link for: "GstAudioResample" -> (GstAudioResample). html/gst-plugins-bad-plugins-ladspa.html:171: warning: no link for: "GstAudioTestSrc" -> (GstAudioTestSrc). html/gst-plugins-bad-plugins-ladspa.html:171: warning: no link for: "GstAutoAudioSink" -> (GstAutoAudioSink). html/gst-plugins-bad-plugins-mpeg2enc.html:51: warning: no link for: "GstMpeg2encAspect" -> (GstMpeg2encAspect). html/gst-plugins-bad-plugins-mpeg2enc.html:101: warning: no link for: "GstMpeg2encFormat" -> (GstMpeg2encFormat). html/gst-plugins-bad-plugins-mpeg2enc.html:106: warning: no link for: "GstMpeg2encFramerate" -> (GstMpeg2encFramerate). html/gst-plugins-bad-plugins-mpeg2enc.html:111: warning: no link for: "GstMpeg2encInterlaceMode" -> (GstMpeg2encInterlaceMode). html/gst-plugins-bad-plugins-mpeg2enc.html:146: warning: no link for: "GstMpeg2encVideoNorm" -> (GstMpeg2encVideoNorm). html/gst-plugins-bad-plugins-mpeg2enc.html:151: warning: no link for: "GstMpeg2encPlaybackFieldOrders" -> (GstMpeg2encPlaybackFieldOrders). html/gst-plugins-bad-plugins-mpeg2enc.html:161: warning: no link for: "GstMpeg2encQuantisationMatrix" -> (GstMpeg2encQuantisationMatrix). html/gst-plugins-bad-plugins-mplex.html:50: warning: no link for: "GstMplexFormat" -> (GstMplexFormat). html/gst-plugins-bad-plugins-netsim.html:313: warning: no link for: "api-index-1.14" -> (1.14). html/gst-plugins-bad-plugins-openh264enc.html:62: warning: no link for: "GstOpenh264encDeblockingModes" -> (GstOpenh264encDeblockingModes). html/gst-plugins-bad-plugins-openh264enc.html:97: warning: no link for: "RC-MODES:CAPS" -> (RC_MODES). html/gst-plugins-bad-plugins-openh264enc.html:107: warning: no link for: "GstOpenh264EncSliceModes" -> (GstOpenh264EncSliceModes). html/gst-plugins-bad-plugins-openh264enc.html:112: warning: no link for: "EUsageType" -> (EUsageType). html/gst-plugins-bad-plugins-openh264enc.html:117: warning: no link for: "GstOpenh264encComplexity" -> (GstOpenh264encComplexity). html/gst-plugins-bad-plugins-openjpegenc.html:57: warning: no link for: "GstOpenJPEGEncProgressionOrder" -> (GstOpenJPEGEncProgressionOrder). html/gst-plugins-bad-plugins-plugin-colormanagement.html:70: warning: no link for: "gst-plugins-bad-plugins-lcms" -> (lcms). html/gst-plugins-bad-plugins-plugin-de265.html:70: warning: no link for: "gst-plugins-bad-plugins-libde265dec" -> (libde265dec). html/gst-plugins-bad-plugins-plugin-flite.html:70: warning: no link for: "gst-plugins-bad-plugins-flitetestsrc" -> (flitetestsrc). html/gst-plugins-bad-plugins-plugin-ladspa.html:71: warning: no link for: "gst-plugins-bad-plugins-ladspa-amp-so-amp-mono" -> (ladspa-amp-so-amp-mono). html/gst-plugins-bad-plugins-plugin-ladspa.html:75: warning: no link for: "gst-plugins-bad-plugins-ladspa-amp-so-amp-stereo" -> (ladspa-amp-so-amp-stereo). html/gst-plugins-bad-plugins-plugin-ladspa.html:79: warning: no link for: "gst-plugins-bad-plugins-ladspa-delay-so-delay-5s" -> (ladspa-delay-so-delay-5s). html/gst-plugins-bad-plugins-plugin-ladspa.html:83: warning: no link for: "gst-plugins-bad-plugins-ladspa-filter-so-hpf" -> (ladspa-filter-so-hpf). html/gst-plugins-bad-plugins-plugin-ladspa.html:87: warning: no link for: "gst-plugins-bad-plugins-ladspa-filter-so-lpf" -> (ladspa-filter-so-lpf). html/gst-plugins-bad-plugins-plugin-ladspa.html:91: warning: no link for: "gst-plugins-bad-plugins-ladspa-sine-so-sine-faaa" -> (ladspa-sine-so-sine-faaa). html/gst-plugins-bad-plugins-plugin-ladspa.html:95: warning: no link for: "gst-plugins-bad-plugins-ladspa-sine-so-sine-faac" -> (ladspa-sine-so-sine-faac). html/gst-plugins-bad-plugins-plugin-ladspa.html:99: warning: no link for: "gst-plugins-bad-plugins-ladspa-sine-so-sine-fcaa" -> (ladspa-sine-so-sine-fcaa). html/gst-plugins-bad-plugins-plugin-ladspa.html:103: warning: no link for: "gst-plugins-bad-plugins-ladspasrc-noise-so-noise-white" -> (ladspasrc-noise-so-noise-white). html/gst-plugins-bad-plugins-plugin-ladspa.html:107: warning: no link for: "gst-plugins-bad-plugins-ladspasrc-sine-so-sine-fcac" -> (ladspasrc-sine-so-sine-fcac). html/gst-plugins-bad-plugins-plugin-wildmidi.html:70: warning: no link for: "gst-plugins-bad-plugins-wildmididec" -> (wildmididec). html/gst-plugins-bad-plugins-retinex.html:46: warning: no link for: "GstRetinexMethod" -> (GstRetinexMethod). html/gst-plugins-bad-plugins-segmentation.html:51: warning: no link for: "GstSegmentationMethod" -> (GstSegmentationMethod). html/gst-plugins-bad-plugins-simplevideomark.html:114: warning: no link for: "GstSimpleVideoMark-pattern-count" -> (“pattern-count”). html/gst-plugins-bad-plugins-simplevideomark.html:123: warning: no link for: "GstVideoDetect" -> (GstVideoDetect). html/gst-plugins-bad-plugins-simplevideomarkdetect.html:130: warning: no link for: "FALSE:CAPS" -> (FALSE). html/gst-plugins-bad-plugins-simplevideomarkdetect.html:137: warning: no link for: "GstClockTime" -> (GstClockTime). html/gst-plugins-bad-plugins-simplevideomarkdetect.html:326: warning: no link for: "GstVideoMark" -> (GstVideoMark). html/gst-plugins-bad-plugins-skindetect.html:46: warning: no link for: "GstSkindetectMethod" -> (GstSkindetectMethod). html/gst-plugins-bad-plugins-spacescope.html:45: warning: no link for: "GstSpaceScopeStyle" -> (GstSpaceScopeStyle). html/gst-plugins-bad-plugins-srtpenc.html:58: warning: no link for: "GstSrtpAuthType" -> (GstSrtpAuthType). html/gst-plugins-bad-plugins-srtpenc.html:63: warning: no link for: "GstSrtpCipherType" -> (GstSrtpCipherType). html/gst-plugins-bad-plugins-tiger.html:87: warning: no link for: "GstFontEffect" -> (GstFontEffect). html/gst-plugins-bad-plugins-timecodestamper.html:47: warning: no link for: "GDateTime" -> (GDateTime). html/gst-plugins-bad-plugins-timecodestamper.html:63: warning: no link for: "GstClock" -> (GstClock). html/gst-plugins-bad-plugins-ttmlparse.html:65: warning: no link for: "GstMemory" -> (GstMemory). html/gst-plugins-bad-plugins-uvch264src.html:76: warning: no link for: "UvcH264Entropy" -> (UvcH264Entropy). html/gst-plugins-bad-plugins-uvch264src.html:182: warning: no link for: "UvcH264RateControl" -> (UvcH264RateControl). html/gst-plugins-bad-plugins-uvch264src.html:187: warning: no link for: "UvcH264SliceMode" -> (UvcH264SliceMode). html/gst-plugins-bad-plugins-uvch264src.html:197: warning: no link for: "UvcH264UsageType" -> (UvcH264UsageType). html/gst-plugins-bad-plugins-videoparse.html:67: warning: no link for: "GstVideoParseEndianness" -> (GstVideoParseEndianness). html/gst-plugins-bad-plugins-videoparse.html:72: warning: no link for: "GstVideoFormat" -> (GstVideoFormat). html/gst-plugins-bad-plugins-videoparse.html:168: warning: no link for: "GstRawVideoParse" -> (GstRawVideoParse). html/gst-plugins-bad-plugins-voamrwbenc.html:46: warning: no link for: "GstVoAmrWbEncBandMode" -> (GstVoAmrWbEncBandMode). html/gst-plugins-bad-plugins-voamrwbenc.html:198: warning: no link for: "GstAmrWbDec" -> (GstAmrWbDec). html/gst-plugins-bad-plugins-voamrwbenc.html:198: warning: no link for: "GstAmrWbParse" -> (GstAmrWbParse). html/gst-plugins-bad-plugins-wasapisink.html:45: warning: no link for: "GstWasapiDeviceRole" -> (GstWasapiDeviceRole). html/gst-plugins-bad-plugins-wavescope.html:45: warning: no link for: "GstWaveScopeStyle" -> (GstWaveScopeStyle). html/gst-plugins-bad-plugins-webpenc.html:52: warning: no link for: "GstWebpEncPreset" -> (GstWebpEncPreset). html/gst-plugins-bad-plugins-webrtcbin.html:48: warning: no link for: "GstWebRTCPeerConnectionState" -> (GstWebRTCPeerConnectionState). html/gst-plugins-bad-plugins-webrtcbin.html:53: warning: no link for: "GstWebRTCICEConnectionState" -> (GstWebRTCICEConnectionState). html/gst-plugins-bad-plugins-webrtcbin.html:58: warning: no link for: "GstWebRTCICEGatheringState" -> (GstWebRTCICEGatheringState). html/gst-plugins-bad-plugins-webrtcbin.html:64: warning: no link for: "GstWebRTCSessionDescription" -> (GstWebRTCSessionDescription). html/gst-plugins-bad-plugins-webrtcbin.html:75: warning: no link for: "GstWebRTCSignalingState" -> (GstWebRTCSignalingState). html/gst-plugins-bad-plugins-webrtcbin.html:365: warning: no link for: "GstWebRtcBin" -> (GstWebRtcBin). html/gst-plugins-bad-plugins-webrtcbin.html:388: warning: no link for: "GstWebRTCRTPTransceiverDirection" -> (GstWebRTCRTPTransceiverDirection). html/gst-plugins-bad-plugins-webrtcbin.html:425: warning: no link for: "GstWebRTCRTPTransceiver" -> (GstWebRTCRTPTransceiver). html/gst-plugins-bad-plugins-webrtcbin.html:435: warning: no link for: "GstPromise" -> (GstPromise). html/gst-plugins-bad-plugins-webrtcbin.html:518: warning: no link for: "GstPad" -> (GstPad). html/gst-plugins-bad-plugins-webrtcbin.html:624: warning: no link for: "GArray" -> (GArray). html/gst-plugins-bad-plugins-webrtcbin.html:624: warning: no link for: "GstWebRTCRTPTransceivers" -> (GstWebRTCRTPTransceivers). html/gst-plugins-bad-plugins-webrtcbin.html:724: warning: no link for: "GstSDPMessage" -> (GstSDPMessage). html/gst-plugins-bad-plugins-webrtcdsp.html:81: warning: no link for: "GstWebrtcEchoSuppressionLevel" -> (GstWebrtcEchoSuppressionLevel). html/gst-plugins-bad-plugins-webrtcdsp.html:86: warning: no link for: "GstWebrtcNoiseSuppressionLevel" -> (GstWebrtcNoiseSuppressionLevel). html/gst-plugins-bad-plugins-webrtcdsp.html:101: warning: no link for: "GstWebrtcGainControlMode" -> (GstWebrtcGainControlMode). html/gst-plugins-bad-plugins-webrtcdsp.html:131: warning: no link for: "GstWebrtcVoiceDetectionLikelihood" -> (GstWebrtcVoiceDetectionLikelihood). html/gst-plugins-bad-plugins-x265enc.html:52: warning: no link for: "GstX265LogLevel" -> (GstX265LogLevel). html/gst-plugins-bad-plugins-x265enc.html:68: warning: no link for: "GstX265SpeedPreset" -> (GstX265SpeedPreset). html/gst-plugins-bad-plugins-x265enc.html:73: warning: no link for: "GstX265Tune" -> (GstX265Tune). html/gst-plugins-bad-plugins-yadif.html:45: warning: no link for: "GstYadifModes" -> (GstYadifModes). make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/docs/plugins' make[3]: Nothing to be done for 'all-am'. Making all in tests Making all in check make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/check' gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -DGST_CHECK_TEST_ENVIRONMENT_BEACON="\"GST_PLUGIN_LOADING_WHITELIST\"" -DGST_TEST_FILES_PATH="\"../../tests/files\"" -UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS -pthread -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o elements/elements_dash_demux-adaptive_demux_common.o `test -f 'elements/adaptive_demux_common.c' || echo './'`elements/adaptive_demux_common.c make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/check' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/check' gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -DGST_CHECK_TEST_ENVIRONMENT_BEACON="\"GST_PLUGIN_LOADING_WHITELIST\"" -DGST_TEST_FILES_PATH="\"../../tests/files\"" -UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS -pthread -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o elements/elements_dash_demux-adaptive_demux_engine.o `test -f 'elements/adaptive_demux_engine.c' || echo './'`elements/adaptive_demux_engine.c make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/check' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/check' gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -DGST_CHECK_TEST_ENVIRONMENT_BEACON="\"GST_PLUGIN_LOADING_WHITELIST\"" -DGST_TEST_FILES_PATH="\"../../tests/files\"" -UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS -pthread -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o elements/elements_dash_demux-test_http_src.o `test -f 'elements/test_http_src.c' || echo './'`elements/test_http_src.c make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/check' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/check' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../tests/check -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o elements/libparser_la-parser.lo `test -f 'elements/parser.c' || echo './'`elements/parser.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../tests/check -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c elements/parser.c -fPIC -DPIC -o elements/.libs/libparser_la-parser.o make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/check' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/check' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../tests/check -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libparser.la elements/libparser_la-parser.lo libtool: link: ar cru .libs/libparser.a elements/.libs/libparser_la-parser.o libtool: link: ranlib .libs/libparser.a libtool: link: ( cd ".libs" && rm -f "libparser.la" && ln -s "../libparser.la" "libparser.la" ) make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/check' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/check' gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -DGST_CHECK_TEST_ENVIRONMENT_BEACON="\"GST_PLUGIN_LOADING_WHITELIST\"" -DGST_TEST_FILES_PATH="\"../../tests/files\"" -UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o pipelines/pipelines_streamheader-streamheader.o `test -f 'pipelines/streamheader.c' || echo './'`pipelines/streamheader.c make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/check' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/check' gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -DGST_CHECK_TEST_ENVIRONMENT_BEACON="\"GST_PLUGIN_LOADING_WHITELIST\"" -DGST_TEST_FILES_PATH="\"../../tests/files\"" -UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS -pthread -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o elements/elements_dash_demux-dash_demux.o `test -f 'elements/dash_demux.c' || echo './'`elements/dash_demux.c make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/check' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/check' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -DGST_CHECK_TEST_ENVIRONMENT_BEACON="\"GST_PLUGIN_LOADING_WHITELIST\"" -DGST_TEST_FILES_PATH="\"../../tests/files\"" -UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o pipelines/streamheader pipelines/pipelines_streamheader-streamheader.o -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgstcheck-1.0 -lm -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -DGST_CHECK_TEST_ENVIRONMENT_BEACON=\"GST_PLUGIN_LOADING_WHITELIST\" -DGST_TEST_FILES_PATH=\"../../tests/files\" -UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o pipelines/streamheader pipelines/pipelines_streamheader-streamheader.o -lgio-2.0 -lgstcheck-1.0 -lm -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -pthread make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/check' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/check' /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -DGST_CHECK_TEST_ENVIRONMENT_BEACON="\"GST_PLUGIN_LOADING_WHITELIST\"" -DGST_TEST_FILES_PATH="\"../../tests/files\"" -UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS -pthread -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o elements/dash_demux elements/elements_dash_demux-test_http_src.o elements/elements_dash_demux-adaptive_demux_engine.o elements/elements_dash_demux-adaptive_demux_common.o elements/elements_dash_demux-dash_demux.o ../../gst-libs/gst/uridownloader/libgsturidownloader-1.0.la ../../gst-libs/gst/adaptivedemux/libgstadaptivedemux-1.0.la -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgsttag-1.0 -lgstapp-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lxml2 -lgstcheck-1.0 -lm -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -DGST_CHECK_TEST_ENVIRONMENT_BEACON=\"GST_PLUGIN_LOADING_WHITELIST\" -DGST_TEST_FILES_PATH=\"../../tests/files\" -UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS -pthread -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o elements/.libs/dash_demux elements/elements_dash_demux-test_http_src.o elements/elements_dash_demux-adaptive_demux_engine.o elements/elements_dash_demux-adaptive_demux_common.o elements/elements_dash_demux-dash_demux.o ../../gst-libs/gst/uridownloader/.libs/libgsturidownloader-1.0.so ../../gst-libs/gst/adaptivedemux/.libs/libgstadaptivedemux-1.0.so /builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/uridownloader/.libs/libgsturidownloader-1.0.so -lgsttag-1.0 -lgstapp-1.0 -lgstbase-1.0 -lxml2 -lgstcheck-1.0 -lm -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -pthread make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/check' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/check' gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -DGST_CHECK_TEST_ENVIRONMENT_BEACON="\"GST_PLUGIN_LOADING_WHITELIST\"" -DGST_TEST_FILES_PATH="\"../../tests/files\"" -UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o pipelines/pipelines_ipcpipeline-ipcpipeline.o `test -f 'pipelines/ipcpipeline.c' || echo './'`pipelines/ipcpipeline.c make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/check' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/check' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -DGST_CHECK_TEST_ENVIRONMENT_BEACON="\"GST_PLUGIN_LOADING_WHITELIST\"" -DGST_TEST_FILES_PATH="\"../../tests/files\"" -UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o pipelines/ipcpipeline pipelines/pipelines_ipcpipeline-ipcpipeline.o -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgstcheck-1.0 -lm -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -DGST_CHECK_TEST_ENVIRONMENT_BEACON=\"GST_PLUGIN_LOADING_WHITELIST\" -DGST_TEST_FILES_PATH=\"../../tests/files\" -UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o pipelines/ipcpipeline pipelines/pipelines_ipcpipeline-ipcpipeline.o -lgstbase-1.0 -lgio-2.0 -lgstcheck-1.0 -lm -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -pthread make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/check' Making all in examples /usr/bin/make -C codecparsers /usr/bin/make -C compositor /usr/bin/make -C mpegts /usr/bin/make -C opencv make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/compositor' gcc -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o crossfade-crossfade.o `test -f 'crossfade.c' || echo './'`crossfade.c make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/compositor' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/opencv' gcc -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o gstmotioncells_dynamic_test-gstmotioncells_dynamic_test.o `test -f 'gstmotioncells_dynamic_test.c' || echo './'`gstmotioncells_dynamic_test.c make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/opencv' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/codecparsers' gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o parse_jpeg-parse-jpeg.o `test -f 'parse-jpeg.c' || echo './'`parse-jpeg.c make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/codecparsers' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/opencv' gcc -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o gsthanddetect_test-gsthanddetect_test.o `test -f 'gsthanddetect_test.c' || echo './'`gsthanddetect_test.c make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/opencv' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/compositor' /bin/sh ../../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o crossfade crossfade-crossfade.o -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstcontroller-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o crossfade crossfade-crossfade.o -lgstcontroller-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -pthread make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/compositor' /usr/bin/make -C waylandsink make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/mpegts' gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o tsparser-ts-parser.o `test -f 'ts-parser.c' || echo './'`ts-parser.c make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/mpegts' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/codecparsers' gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o parse_vp8-parse-vp8.o `test -f 'parse-vp8.c' || echo './'`parse-vp8.c make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/codecparsers' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/opencv' gcc -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o gstfacedetect_test-gstfacedetect_test.o `test -f 'gstfacedetect_test.c' || echo './'`gstfacedetect_test.c make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/opencv' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/mpegts' /bin/sh ../../../libtool --tag=CC --mode=link gcc -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o tsparser tsparser-ts-parser.o ../../../gst-libs/gst/mpegts/libgstmpegts-1.0.la libtool: link: gcc -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/tsparser tsparser-ts-parser.o ../../../gst-libs/gst/mpegts/.libs/libgstmpegts-1.0.so -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -pthread make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/mpegts' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/opencv' /bin/sh ../../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o gstmotioncells_dynamic_test gstmotioncells_dynamic_test-gstmotioncells_dynamic_test.o libtool: link: gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o gstmotioncells_dynamic_test gstmotioncells_dynamic_test-gstmotioncells_dynamic_test.o -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -pthread make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/opencv' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/codecparsers' /bin/sh ../../../libtool --tag=CC --mode=link gcc -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o parse-jpeg parse_jpeg-parse-jpeg.o ../../../gst-libs/gst/codecparsers/libgstcodecparsers-1.0.la libtool: link: gcc -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/parse-jpeg parse_jpeg-parse-jpeg.o ../../../gst-libs/gst/codecparsers/.libs/libgstcodecparsers-1.0.so -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -pthread make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/codecparsers' /usr/bin/make -C audiomixmatrix make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/opencv' /bin/sh ../../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o gsthanddetect_test gsthanddetect_test-gsthanddetect_test.o libtool: link: gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o gsthanddetect_test gsthanddetect_test-gsthanddetect_test.o -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -pthread make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/opencv' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/waylandsink' gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libdrm -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o gtkwaylandsink-main.o `test -f 'main.c' || echo './'`main.c make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/waylandsink' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/audiomixmatrix' gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o test_audiomixmatrix-test-audiomixmatrix.o `test -f 'test-audiomixmatrix.c' || echo './'`test-audiomixmatrix.c make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/audiomixmatrix' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/codecparsers' /bin/sh ../../../libtool --tag=CC --mode=link gcc -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o parse-vp8 parse_vp8-parse-vp8.o ../../../gst-libs/gst/codecparsers/libgstcodecparsers-1.0.la libtool: link: gcc -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/parse-vp8 parse_vp8-parse-vp8.o ../../../gst-libs/gst/codecparsers/.libs/libgstcodecparsers-1.0.so -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -pthread make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/codecparsers' /usr/bin/make -C ipcpipeline make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/opencv' /bin/sh ../../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o gstfacedetect_test gstfacedetect_test-gstfacedetect_test.o libtool: link: gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o gstfacedetect_test gstfacedetect_test-gstfacedetect_test.o -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -pthread make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/opencv' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/audiomixmatrix' /bin/sh ../../../libtool --tag=CC --mode=link gcc -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-audiomixmatrix test_audiomixmatrix-test-audiomixmatrix.o -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-audiomixmatrix test_audiomixmatrix-test-audiomixmatrix.o -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -pthread make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/audiomixmatrix' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/ipcpipeline' gcc -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o ipcpipeline1-ipcpipeline1.o `test -f 'ipcpipeline1.c' || echo './'`ipcpipeline1.c make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/ipcpipeline' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/waylandsink' /bin/sh ../../../libtool --tag=CC --mode=link gcc -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libdrm -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o gtkwaylandsink gtkwaylandsink-main.o -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 ../../../gst-libs/gst/wayland/libgstwayland-1.0.la libtool: link: gcc -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libdrm -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/gtkwaylandsink gtkwaylandsink-main.o -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 ../../../gst-libs/gst/wayland/.libs/libgstwayland-1.0.so -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lwayland-client -ldrm -lgstvideo-1.0 -pthread make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/waylandsink' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/ipcpipeline' gcc -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o ipc_play-ipc-play.o `test -f 'ipc-play.c' || echo './'`ipc-play.c make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/ipcpipeline' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/ipcpipeline' /bin/sh ../../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o ipcpipeline1 ipcpipeline1-ipcpipeline1.o libtool: link: gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o ipcpipeline1 ipcpipeline1-ipcpipeline1.o -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -pthread make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/ipcpipeline' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/ipcpipeline' /bin/sh ../../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o ipc-play ipc_play-ipc-play.o libtool: link: gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o ipc-play ipc_play-ipc-play.o -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -pthread make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/ipcpipeline' Making all in codecparsers make[4]: Nothing to be done for 'all'. Making all in compositor make[4]: Nothing to be done for 'all'. Making all in mpegts make[4]: Nothing to be done for 'all'. Making all in opencv make[4]: Nothing to be done for 'all'. Making all in waylandsink make[4]: Nothing to be done for 'all'. Making all in audiomixmatrix make[4]: Nothing to be done for 'all'. Making all in ipcpipeline make[4]: Nothing to be done for 'all'. make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples' gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o playout-playout.o `test -f 'playout.c' || echo './'`playout.c make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o playout playout-playout.o -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o playout playout-playout.o -lgstvideo-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -pthread make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples' Making all in files make[3]: Nothing to be done for 'all'. Making all in icles make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/icles' gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o pitch_test-pitch-test.o `test -f 'pitch-test.c' || echo './'`pitch-test.c make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/icles' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/icles' /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o pitch-test pitch_test-pitch-test.o -lgstcontroller-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libtool: link: gcc -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o pitch-test pitch_test-pitch-test.o -lgstcontroller-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -pthread make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/icles' make[3]: Nothing to be done for 'all-am'. Making all in po Making all in tools make[2]: Nothing to be done for 'all'. + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.lGM7rf + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64 + cd gst-plugins-bad-1.14.0 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64 'INSTALL=/usr/bin/install -p' Making install in gst-libs make[1]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs' Making install in gst make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst' Making install in uridownloader make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/uridownloader' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/uridownloader' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64' /bin/sh ../../../libtool --mode=install /usr/bin/install -p libgsturidownloader-1.0.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64' libtool: install: /usr/bin/install -p .libs/libgsturidownloader-1.0.so.0.1400.0 /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgsturidownloader-1.0.so.0.1400.0 libtool: install: (cd /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 && { ln -s -f libgsturidownloader-1.0.so.0.1400.0 libgsturidownloader-1.0.so.0 || { rm -f libgsturidownloader-1.0.so.0 && ln -s libgsturidownloader-1.0.so.0.1400.0 libgsturidownloader-1.0.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 && { ln -s -f libgsturidownloader-1.0.so.0.1400.0 libgsturidownloader-1.0.so || { rm -f libgsturidownloader-1.0.so && ln -s libgsturidownloader-1.0.so.0.1400.0 libgsturidownloader-1.0.so; }; }) libtool: install: /usr/bin/install -p .libs/libgsturidownloader-1.0.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgsturidownloader-1.0.la libtool: warning: remember to run 'libtool --finish /usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/include/gstreamer-1.0/gst/uridownloader' /usr/bin/install -p -m 644 gstfragment.h gsturidownloader.h gsturidownloader_debug.h uridownloader-prelude.h '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/include/gstreamer-1.0/gst/uridownloader' make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/uridownloader' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/uridownloader' Making install in adaptivedemux make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/adaptivedemux' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/adaptivedemux' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64' /bin/sh ../../../libtool --mode=install /usr/bin/install -p libgstadaptivedemux-1.0.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64' libtool: warning: relinking 'libgstadaptivedemux-1.0.la' libtool: install: (cd /builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/adaptivedemux; /bin/sh "/builddir/build/BUILD/gst-plugins-bad-1.14.0/libtool" --tag CC --mode=relink gcc -I../../../gst-libs -I../../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -no-undefined -Wl,-Bsymbolic-functions -version-info 1400:0:1400 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstadaptivedemux-1.0.la -rpath /usr/lib64 libgstadaptivedemux_1.0_la-gstadaptivedemux.lo ../../../gst-libs/gst/uridownloader/libgsturidownloader-1.0.la -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstapp-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -inst-prefix-dir /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64) libtool: relink: gcc -shared -fPIC -DPIC .libs/libgstadaptivedemux_1.0_la-gstadaptivedemux.o -L/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 -L/usr/lib64 -lgsturidownloader-1.0 -lgstapp-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstadaptivedemux-1.0.so.0 -o .libs/libgstadaptivedemux-1.0.so.0.1400.0 libtool: install: /usr/bin/install -p .libs/libgstadaptivedemux-1.0.so.0.1400.0T /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstadaptivedemux-1.0.so.0.1400.0 libtool: install: (cd /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 && { ln -s -f libgstadaptivedemux-1.0.so.0.1400.0 libgstadaptivedemux-1.0.so.0 || { rm -f libgstadaptivedemux-1.0.so.0 && ln -s libgstadaptivedemux-1.0.so.0.1400.0 libgstadaptivedemux-1.0.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 && { ln -s -f libgstadaptivedemux-1.0.so.0.1400.0 libgstadaptivedemux-1.0.so || { rm -f libgstadaptivedemux-1.0.so && ln -s libgstadaptivedemux-1.0.so.0.1400.0 libgstadaptivedemux-1.0.so; }; }) libtool: install: /usr/bin/install -p .libs/libgstadaptivedemux-1.0.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstadaptivedemux-1.0.la libtool: warning: remember to run 'libtool --finish /usr/lib64' make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/adaptivedemux' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/adaptivedemux' Making install in interfaces make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/interfaces' /usr/bin/make install-am make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/interfaces' make[5]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/interfaces' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64' /bin/sh ../../../libtool --mode=install /usr/bin/install -p libgstphotography-1.0.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64' libtool: install: /usr/bin/install -p .libs/libgstphotography-1.0.so.0.1400.0 /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstphotography-1.0.so.0.1400.0 libtool: install: (cd /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 && { ln -s -f libgstphotography-1.0.so.0.1400.0 libgstphotography-1.0.so.0 || { rm -f libgstphotography-1.0.so.0 && ln -s libgstphotography-1.0.so.0.1400.0 libgstphotography-1.0.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 && { ln -s -f libgstphotography-1.0.so.0.1400.0 libgstphotography-1.0.so || { rm -f libgstphotography-1.0.so && ln -s libgstphotography-1.0.so.0.1400.0 libgstphotography-1.0.so; }; }) libtool: install: /usr/bin/install -p .libs/libgstphotography-1.0.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstphotography-1.0.la libtool: warning: remember to run 'libtool --finish /usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/include/gstreamer-1.0/gst/interfaces' /usr/bin/install -p -m 644 photography-prelude.h photography.h '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/include/gstreamer-1.0/gst/interfaces' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/include/gstreamer-1.0/gst/interfaces' /usr/bin/install -p -m 644 photography-enumtypes.h '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/include/gstreamer-1.0/gst/interfaces' make[5]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/interfaces' make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/interfaces' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/interfaces' Making install in basecamerabinsrc make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/basecamerabinsrc' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/basecamerabinsrc' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64' /bin/sh ../../../libtool --mode=install /usr/bin/install -p libgstbasecamerabinsrc-1.0.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64' libtool: install: /usr/bin/install -p .libs/libgstbasecamerabinsrc-1.0.so.0.1400.0 /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstbasecamerabinsrc-1.0.so.0.1400.0 libtool: install: (cd /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 && { ln -s -f libgstbasecamerabinsrc-1.0.so.0.1400.0 libgstbasecamerabinsrc-1.0.so.0 || { rm -f libgstbasecamerabinsrc-1.0.so.0 && ln -s libgstbasecamerabinsrc-1.0.so.0.1400.0 libgstbasecamerabinsrc-1.0.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 && { ln -s -f libgstbasecamerabinsrc-1.0.so.0.1400.0 libgstbasecamerabinsrc-1.0.so || { rm -f libgstbasecamerabinsrc-1.0.so && ln -s libgstbasecamerabinsrc-1.0.so.0.1400.0 libgstbasecamerabinsrc-1.0.so; }; }) libtool: install: /usr/bin/install -p .libs/libgstbasecamerabinsrc-1.0.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstbasecamerabinsrc-1.0.la libtool: warning: remember to run 'libtool --finish /usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/include/gstreamer-1.0/gst/basecamerabinsrc' /usr/bin/install -p -m 644 basecamerabinsrc-prelude.h gstcamerabin-enum.h gstcamerabinpreview.h gstbasecamerasrc.h '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/include/gstreamer-1.0/gst/basecamerabinsrc' make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/basecamerabinsrc' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/basecamerabinsrc' Making install in codecparsers make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64' /bin/sh ../../../libtool --mode=install /usr/bin/install -p libgstcodecparsers-1.0.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64' libtool: install: /usr/bin/install -p .libs/libgstcodecparsers-1.0.so.0.1400.0 /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstcodecparsers-1.0.so.0.1400.0 libtool: install: (cd /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 && { ln -s -f libgstcodecparsers-1.0.so.0.1400.0 libgstcodecparsers-1.0.so.0 || { rm -f libgstcodecparsers-1.0.so.0 && ln -s libgstcodecparsers-1.0.so.0.1400.0 libgstcodecparsers-1.0.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 && { ln -s -f libgstcodecparsers-1.0.so.0.1400.0 libgstcodecparsers-1.0.so || { rm -f libgstcodecparsers-1.0.so && ln -s libgstcodecparsers-1.0.so.0.1400.0 libgstcodecparsers-1.0.so; }; }) libtool: install: /usr/bin/install -p .libs/libgstcodecparsers-1.0.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstcodecparsers-1.0.la libtool: warning: remember to run 'libtool --finish /usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/include/gstreamer-1.0/gst/codecparsers' /usr/bin/install -p -m 644 gstmpegvideoparser.h gsth264parser.h gstvc1parser.h gstmpeg4parser.h gsth265parser.h gstvp8parser.h gstvp8rangedecoder.h codecparsers-prelude.h gstjpegparser.h gstmpegvideometa.h gstjpeg2000sampling.h gstvp9parser.h '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/include/gstreamer-1.0/gst/codecparsers' make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/codecparsers' Making install in insertbin make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/insertbin' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/insertbin' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64' /bin/sh ../../../libtool --mode=install /usr/bin/install -p libgstinsertbin-1.0.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64' libtool: install: /usr/bin/install -p .libs/libgstinsertbin-1.0.so.0.1400.0 /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstinsertbin-1.0.so.0.1400.0 libtool: install: (cd /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 && { ln -s -f libgstinsertbin-1.0.so.0.1400.0 libgstinsertbin-1.0.so.0 || { rm -f libgstinsertbin-1.0.so.0 && ln -s libgstinsertbin-1.0.so.0.1400.0 libgstinsertbin-1.0.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 && { ln -s -f libgstinsertbin-1.0.so.0.1400.0 libgstinsertbin-1.0.so || { rm -f libgstinsertbin-1.0.so && ln -s libgstinsertbin-1.0.so.0.1400.0 libgstinsertbin-1.0.so; }; }) libtool: install: /usr/bin/install -p .libs/libgstinsertbin-1.0.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstinsertbin-1.0.la libtool: warning: remember to run 'libtool --finish /usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/gir-1.0' /usr/bin/install -p -m 644 GstInsertBin-1.0.gir '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/gir-1.0' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/include/gstreamer-1.0/gst/insertbin' /usr/bin/install -p -m 644 gstinsertbin.h '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/include/gstreamer-1.0/gst/insertbin' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/girepository-1.0/' /usr/bin/install -p -m 644 GstInsertBin-1.0.typelib '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/girepository-1.0/' make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/insertbin' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/insertbin' Making install in mpegts make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts' /usr/bin/make install-am make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts' make[5]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64' /bin/sh ../../../libtool --mode=install /usr/bin/install -p libgstmpegts-1.0.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64' libtool: install: /usr/bin/install -p .libs/libgstmpegts-1.0.so.0.1400.0 /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstmpegts-1.0.so.0.1400.0 libtool: install: (cd /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 && { ln -s -f libgstmpegts-1.0.so.0.1400.0 libgstmpegts-1.0.so.0 || { rm -f libgstmpegts-1.0.so.0 && ln -s libgstmpegts-1.0.so.0.1400.0 libgstmpegts-1.0.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 && { ln -s -f libgstmpegts-1.0.so.0.1400.0 libgstmpegts-1.0.so || { rm -f libgstmpegts-1.0.so && ln -s libgstmpegts-1.0.so.0.1400.0 libgstmpegts-1.0.so; }; }) libtool: install: /usr/bin/install -p .libs/libgstmpegts-1.0.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstmpegts-1.0.la libtool: warning: remember to run 'libtool --finish /usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/gir-1.0' /usr/bin/install -p -m 644 GstMpegts-1.0.gir '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/gir-1.0' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/include/gstreamer-1.0/gst/mpegts' /usr/bin/install -p -m 644 gstmpegtssection.h gst-atsc-section.h gst-dvb-section.h gst-scte-section.h gstmpegtsdescriptor.h gst-dvb-descriptor.h mpegts-prelude.h mpegts.h '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/include/gstreamer-1.0/gst/mpegts' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/include/gstreamer-1.0/gst/mpegts' /usr/bin/install -p -m 644 gstmpegts-enumtypes.h '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/include/gstreamer-1.0/gst/mpegts' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/girepository-1.0/' /usr/bin/install -p -m 644 GstMpegts-1.0.typelib '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/girepository-1.0/' make[5]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts' make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/mpegts' Making install in video make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/video' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/video' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64' /bin/sh ../../../libtool --mode=install /usr/bin/install -p libgstbadvideo-1.0.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64' libtool: install: /usr/bin/install -p .libs/libgstbadvideo-1.0.so.0.1400.0 /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstbadvideo-1.0.so.0.1400.0 libtool: install: (cd /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 && { ln -s -f libgstbadvideo-1.0.so.0.1400.0 libgstbadvideo-1.0.so.0 || { rm -f libgstbadvideo-1.0.so.0 && ln -s libgstbadvideo-1.0.so.0.1400.0 libgstbadvideo-1.0.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 && { ln -s -f libgstbadvideo-1.0.so.0.1400.0 libgstbadvideo-1.0.so || { rm -f libgstbadvideo-1.0.so && ln -s libgstbadvideo-1.0.so.0.1400.0 libgstbadvideo-1.0.so; }; }) libtool: install: /usr/bin/install -p .libs/libgstbadvideo-1.0.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstbadvideo-1.0.la libtool: warning: remember to run 'libtool --finish /usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/include/gstreamer-1.0/gst/video' /usr/bin/install -p -m 644 gstvideoaggregatorpad.h gstvideoaggregator.h video-bad-prelude.h '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/include/gstreamer-1.0/gst/video' make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/video' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/video' Making install in audio make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/audio' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/audio' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64' /bin/sh ../../../libtool --mode=install /usr/bin/install -p libgstbadaudio-1.0.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64' libtool: install: /usr/bin/install -p .libs/libgstbadaudio-1.0.so.0.1400.0 /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstbadaudio-1.0.so.0.1400.0 libtool: install: (cd /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 && { ln -s -f libgstbadaudio-1.0.so.0.1400.0 libgstbadaudio-1.0.so.0 || { rm -f libgstbadaudio-1.0.so.0 && ln -s libgstbadaudio-1.0.so.0.1400.0 libgstbadaudio-1.0.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 && { ln -s -f libgstbadaudio-1.0.so.0.1400.0 libgstbadaudio-1.0.so || { rm -f libgstbadaudio-1.0.so && ln -s libgstbadaudio-1.0.so.0.1400.0 libgstbadaudio-1.0.so; }; }) libtool: install: /usr/bin/install -p .libs/libgstbadaudio-1.0.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstbadaudio-1.0.la libtool: warning: remember to run 'libtool --finish /usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/include/gstreamer-1.0/gst/audio' /usr/bin/install -p -m 644 gstnonstreamaudiodecoder.h audio-bad-prelude.h '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/include/gstreamer-1.0/gst/audio' make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/audio' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/audio' Making install in player make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64' /bin/sh ../../../libtool --mode=install /usr/bin/install -p libgstplayer-1.0.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64' libtool: install: /usr/bin/install -p .libs/libgstplayer-1.0.so.0.1400.0 /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstplayer-1.0.so.0.1400.0 libtool: install: (cd /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 && { ln -s -f libgstplayer-1.0.so.0.1400.0 libgstplayer-1.0.so.0 || { rm -f libgstplayer-1.0.so.0 && ln -s libgstplayer-1.0.so.0.1400.0 libgstplayer-1.0.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 && { ln -s -f libgstplayer-1.0.so.0.1400.0 libgstplayer-1.0.so || { rm -f libgstplayer-1.0.so && ln -s libgstplayer-1.0.so.0.1400.0 libgstplayer-1.0.so; }; }) libtool: install: /usr/bin/install -p .libs/libgstplayer-1.0.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstplayer-1.0.la libtool: warning: remember to run 'libtool --finish /usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/gir-1.0' /usr/bin/install -p -m 644 GstPlayer-1.0.gir '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/gir-1.0' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/include/gstreamer-1.0/gst/player' /usr/bin/install -p -m 644 player.h player-prelude.h gstplayer.h gstplayer-types.h gstplayer-signal-dispatcher.h gstplayer-video-renderer.h gstplayer-media-info.h gstplayer-g-main-context-signal-dispatcher.h gstplayer-video-overlay-video-renderer.h gstplayer-visualization.h '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/include/gstreamer-1.0/gst/player' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/girepository-1.0/' /usr/bin/install -p -m 644 GstPlayer-1.0.typelib '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/girepository-1.0/' make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/player' Making install in isoff make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/isoff' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/isoff' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64' /bin/sh ../../../libtool --mode=install /usr/bin/install -p libgstisoff-1.0.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64' libtool: install: /usr/bin/install -p .libs/libgstisoff-1.0.so.0.1400.0 /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstisoff-1.0.so.0.1400.0 libtool: install: (cd /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 && { ln -s -f libgstisoff-1.0.so.0.1400.0 libgstisoff-1.0.so.0 || { rm -f libgstisoff-1.0.so.0 && ln -s libgstisoff-1.0.so.0.1400.0 libgstisoff-1.0.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 && { ln -s -f libgstisoff-1.0.so.0.1400.0 libgstisoff-1.0.so || { rm -f libgstisoff-1.0.so && ln -s libgstisoff-1.0.so.0.1400.0 libgstisoff-1.0.so; }; }) libtool: install: /usr/bin/install -p .libs/libgstisoff-1.0.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstisoff-1.0.la libtool: warning: remember to run 'libtool --finish /usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/include/gstreamer-1.0/gst/isoff' /usr/bin/install -p -m 644 gstisoff.h '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/include/gstreamer-1.0/gst/isoff' make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/isoff' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/isoff' Making install in webrtc make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc' /usr/bin/make install-am make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc' make[5]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64' /bin/sh ../../../libtool --mode=install /usr/bin/install -p libgstwebrtc-1.0.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64' libtool: install: /usr/bin/install -p .libs/libgstwebrtc-1.0.so.0.1400.0 /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstwebrtc-1.0.so.0.1400.0 libtool: install: (cd /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 && { ln -s -f libgstwebrtc-1.0.so.0.1400.0 libgstwebrtc-1.0.so.0 || { rm -f libgstwebrtc-1.0.so.0 && ln -s libgstwebrtc-1.0.so.0.1400.0 libgstwebrtc-1.0.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 && { ln -s -f libgstwebrtc-1.0.so.0.1400.0 libgstwebrtc-1.0.so || { rm -f libgstwebrtc-1.0.so && ln -s libgstwebrtc-1.0.so.0.1400.0 libgstwebrtc-1.0.so; }; }) libtool: install: /usr/bin/install -p .libs/libgstwebrtc-1.0.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstwebrtc-1.0.la libtool: warning: remember to run 'libtool --finish /usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/gir-1.0' /usr/bin/install -p -m 644 GstWebRTC-1.0.gir '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/gir-1.0' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/include/gstreamer-1.0/gst/webrtc' /usr/bin/install -p -m 644 dtlstransport.h icetransport.h rtcsessiondescription.h rtpreceiver.h rtpsender.h rtptransceiver.h webrtc_fwd.h webrtc.h '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/include/gstreamer-1.0/gst/webrtc' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/include/gstreamer-1.0/gst/webrtc' /usr/bin/install -p -m 644 webrtc-enumtypes.h '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/include/gstreamer-1.0/gst/webrtc' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/girepository-1.0/' /usr/bin/install -p -m 644 GstWebRTC-1.0.typelib '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/girepository-1.0/' make[5]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc' make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/webrtc' Making install in wayland make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/wayland' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/wayland' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64' /bin/sh ../../../libtool --mode=install /usr/bin/install -p libgstwayland-1.0.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64' libtool: install: /usr/bin/install -p .libs/libgstwayland-1.0.so.0.1400.0 /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstwayland-1.0.so.0.1400.0 libtool: install: (cd /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 && { ln -s -f libgstwayland-1.0.so.0.1400.0 libgstwayland-1.0.so.0 || { rm -f libgstwayland-1.0.so.0 && ln -s libgstwayland-1.0.so.0.1400.0 libgstwayland-1.0.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 && { ln -s -f libgstwayland-1.0.so.0.1400.0 libgstwayland-1.0.so || { rm -f libgstwayland-1.0.so && ln -s libgstwayland-1.0.so.0.1400.0 libgstwayland-1.0.so; }; }) libtool: install: /usr/bin/install -p .libs/libgstwayland-1.0.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstwayland-1.0.la libtool: warning: remember to run 'libtool --finish /usr/lib64' make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/wayland' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/wayland' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst' make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs' make[1]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs' Making install in gst make[1]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst' Making install in accurip make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/accurip' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/accurip' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstaccurip.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstaccurip.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstaccurip.so libtool: install: /usr/bin/install -p .libs/libgstaccurip.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstaccurip.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/accurip' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/accurip' Making install in adpcmdec make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/adpcmdec' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/adpcmdec' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstadpcmdec.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstadpcmdec.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstadpcmdec.so libtool: install: /usr/bin/install -p .libs/libgstadpcmdec.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstadpcmdec.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/adpcmdec' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/adpcmdec' Making install in adpcmenc make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/adpcmenc' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/adpcmenc' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstadpcmenc.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstadpcmenc.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstadpcmenc.so libtool: install: /usr/bin/install -p .libs/libgstadpcmenc.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstadpcmenc.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/adpcmenc' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/adpcmenc' Making install in aiff make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/aiff' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/aiff' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstaiff.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstaiff.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstaiff.so libtool: install: /usr/bin/install -p .libs/libgstaiff.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstaiff.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/aiff' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/aiff' Making install in videoframe_audiolevel make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoframe_audiolevel' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoframe_audiolevel' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstvideoframe_audiolevel.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstvideoframe_audiolevel.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstvideoframe_audiolevel.so libtool: install: /usr/bin/install -p .libs/libgstvideoframe_audiolevel.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstvideoframe_audiolevel.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoframe_audiolevel' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoframe_audiolevel' Making install in asfmux make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/asfmux' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/asfmux' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstasfmux.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstasfmux.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstasfmux.so libtool: install: /usr/bin/install -p .libs/libgstasfmux.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstasfmux.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/asfmux' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/asfmux' Making install in audiobuffersplit make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiobuffersplit' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiobuffersplit' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstaudiobuffersplit.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstaudiobuffersplit.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstaudiobuffersplit.so libtool: install: /usr/bin/install -p .libs/libgstaudiobuffersplit.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstaudiobuffersplit.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiobuffersplit' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiobuffersplit' Making install in audiofxbad make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiofxbad' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiofxbad' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstaudiofxbad.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstaudiofxbad.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstaudiofxbad.so libtool: install: /usr/bin/install -p .libs/libgstaudiofxbad.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstaudiofxbad.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiofxbad' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiofxbad' Making install in audiolatency make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiolatency' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiolatency' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstaudiolatency.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstaudiolatency.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstaudiolatency.so libtool: install: /usr/bin/install -p .libs/libgstaudiolatency.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstaudiolatency.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiolatency' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiolatency' Making install in audiomixmatrix make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiomixmatrix' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiomixmatrix' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstaudiomixmatrix.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstaudiomixmatrix.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstaudiomixmatrix.so libtool: install: /usr/bin/install -p .libs/libgstaudiomixmatrix.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstaudiomixmatrix.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiomixmatrix' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiomixmatrix' Making install in compositor make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/compositor' /usr/bin/make install-am make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/compositor' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/compositor' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstcompositor.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: warning: relinking 'libgstcompositor.la' libtool: install: (cd /builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/compositor; /bin/sh "/builddir/build/BUILD/gst-plugins-bad-1.14.0/libtool" --tag CC --mode=relink gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstcompositor.la -rpath /usr/lib64/gstreamer-1.0 libgstcompositor_la-blend.lo libgstcompositor_la-compositor.lo libgstcompositor_la-tmp-orc.lo ../../gst-libs/gst/video/libgstbadvideo-1.0.la -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -lm -inst-prefix-dir /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64) libtool: relink: gcc -shared -fPIC -DPIC .libs/libgstcompositor_la-blend.o .libs/libgstcompositor_la-compositor.o .libs/libgstcompositor_la-tmp-orc.o -L/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 -L/usr/lib64 -lgstbadvideo-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstcompositor.so -o .libs/libgstcompositor.so libtool: install: /usr/bin/install -p .libs/libgstcompositor.soT /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstcompositor.so libtool: install: /usr/bin/install -p .libs/libgstcompositor.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstcompositor.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/compositor' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/compositor' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/compositor' Making install in audiovisualizers make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiovisualizers' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiovisualizers' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstaudiovisualizers.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstaudiovisualizers.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstaudiovisualizers.so libtool: install: /usr/bin/install -p .libs/libgstaudiovisualizers.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstaudiovisualizers.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiovisualizers' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/audiovisualizers' Making install in autoconvert make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/autoconvert' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/autoconvert' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstautoconvert.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstautoconvert.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstautoconvert.so libtool: install: /usr/bin/install -p .libs/libgstautoconvert.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstautoconvert.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/autoconvert' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/autoconvert' Making install in bayer make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/bayer' /usr/bin/make install-am make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/bayer' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/bayer' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstbayer.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstbayer.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstbayer.so libtool: install: /usr/bin/install -p .libs/libgstbayer.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstbayer.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/bayer' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/bayer' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/bayer' Making install in camerabin2 make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/camerabin2' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/camerabin2' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstcamerabin.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: warning: relinking 'libgstcamerabin.la' libtool: install: (cd /builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/camerabin2; /bin/sh "/builddir/build/BUILD/gst-plugins-bad-1.14.0/libtool" --tag CC --mode=relink gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DGST_USE_UNSTABLE_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstcamerabin.la -rpath /usr/lib64/gstreamer-1.0 libgstcamerabin_la-gstviewfinderbin.lo libgstcamerabin_la-gstdigitalzoom.lo libgstcamerabin_la-camerabingeneral.lo libgstcamerabin_la-gstwrappercamerabinsrc.lo libgstcamerabin_la-gstcamerabin2.lo libgstcamerabin_la-gstplugin.lo ../../gst-libs/gst/interfaces/libgstphotography-1.0.la ../../gst-libs/gst/basecamerabinsrc/libgstbasecamerabinsrc-1.0.la -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgsttag-1.0 -lgstapp-1.0 -lgstpbutils-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -inst-prefix-dir /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64) libtool: relink: gcc -shared -fPIC -DPIC .libs/libgstcamerabin_la-gstviewfinderbin.o .libs/libgstcamerabin_la-gstdigitalzoom.o .libs/libgstcamerabin_la-camerabingeneral.o .libs/libgstcamerabin_la-gstwrappercamerabinsrc.o .libs/libgstcamerabin_la-gstcamerabin2.o .libs/libgstcamerabin_la-gstplugin.o -L/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 -L/usr/lib64 -lgstphotography-1.0 -lgstbasecamerabinsrc-1.0 -lgsttag-1.0 -lgstapp-1.0 -lgstpbutils-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstcamerabin.so -o .libs/libgstcamerabin.so libtool: install: /usr/bin/install -p .libs/libgstcamerabin.soT /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstcamerabin.so libtool: install: /usr/bin/install -p .libs/libgstcamerabin.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstcamerabin.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/camerabin2' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/camerabin2' Making install in coloreffects make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/coloreffects' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/coloreffects' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstcoloreffects.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstcoloreffects.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstcoloreffects.so libtool: install: /usr/bin/install -p .libs/libgstcoloreffects.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstcoloreffects.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/coloreffects' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/coloreffects' Making install in debugutils make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/debugutils' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/debugutils' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstdebugutilsbad.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstdebugutilsbad.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstdebugutilsbad.so libtool: install: /usr/bin/install -p .libs/libgstdebugutilsbad.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstdebugutilsbad.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/debugutils' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/debugutils' Making install in faceoverlay make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/faceoverlay' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/faceoverlay' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstfaceoverlay.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstfaceoverlay.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstfaceoverlay.so libtool: install: /usr/bin/install -p .libs/libgstfaceoverlay.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstfaceoverlay.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/faceoverlay' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/faceoverlay' Making install in festival make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/festival' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/festival' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstfestival.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstfestival.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstfestival.so libtool: install: /usr/bin/install -p .libs/libgstfestival.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstfestival.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/festival' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/festival' Making install in fieldanalysis make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/fieldanalysis' /usr/bin/make install-am make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/fieldanalysis' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/fieldanalysis' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstfieldanalysis.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstfieldanalysis.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstfieldanalysis.so libtool: install: /usr/bin/install -p .libs/libgstfieldanalysis.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstfieldanalysis.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/fieldanalysis' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/fieldanalysis' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/fieldanalysis' Making install in freeverb make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/freeverb' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/freeverb' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstfreeverb.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstfreeverb.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstfreeverb.so libtool: install: /usr/bin/install -p .libs/libgstfreeverb.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstfreeverb.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/gstreamer-1.0/presets' /usr/bin/install -p -m 644 GstFreeverb.prs '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/gstreamer-1.0/presets' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/freeverb' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/freeverb' Making install in frei0r make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/frei0r' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/frei0r' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstfrei0r.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstfrei0r.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstfrei0r.so libtool: install: /usr/bin/install -p .libs/libgstfrei0r.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstfrei0r.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/frei0r' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/frei0r' Making install in gaudieffects make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gaudieffects' /usr/bin/make install-am make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gaudieffects' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gaudieffects' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstgaudieffects.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstgaudieffects.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstgaudieffects.so libtool: install: /usr/bin/install -p .libs/libgstgaudieffects.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstgaudieffects.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gaudieffects' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gaudieffects' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gaudieffects' Making install in geometrictransform make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstgeometrictransform.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstgeometrictransform.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstgeometrictransform.so libtool: install: /usr/bin/install -p .libs/libgstgeometrictransform.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstgeometrictransform.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/geometrictransform' Making install in gdp make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gdp' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gdp' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstgdp.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstgdp.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstgdp.so libtool: install: /usr/bin/install -p .libs/libgstgdp.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstgdp.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gdp' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/gdp' Making install in id3tag make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/id3tag' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/id3tag' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstid3tag.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstid3tag.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstid3tag.so libtool: install: /usr/bin/install -p .libs/libgstid3tag.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstid3tag.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/id3tag' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/id3tag' Making install in inter make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/inter' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/inter' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstinter.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstinter.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstinter.so libtool: install: /usr/bin/install -p .libs/libgstinter.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstinter.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/inter' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/inter' Making install in interlace make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/interlace' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/interlace' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstinterlace.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstinterlace.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstinterlace.so libtool: install: /usr/bin/install -p .libs/libgstinterlace.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstinterlace.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/interlace' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/interlace' Making install in ivfparse make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/ivfparse' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/ivfparse' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstivfparse.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstivfparse.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstivfparse.so libtool: install: /usr/bin/install -p .libs/libgstivfparse.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstivfparse.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/ivfparse' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/ivfparse' Making install in ivtc make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/ivtc' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/ivtc' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstivtc.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstivtc.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstivtc.so libtool: install: /usr/bin/install -p .libs/libgstivtc.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstivtc.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/ivtc' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/ivtc' Making install in jp2kdecimator make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/jp2kdecimator' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/jp2kdecimator' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstjp2kdecimator.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstjp2kdecimator.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstjp2kdecimator.so libtool: install: /usr/bin/install -p .libs/libgstjp2kdecimator.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstjp2kdecimator.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/jp2kdecimator' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/jp2kdecimator' Making install in jpegformat make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/jpegformat' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/jpegformat' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstjpegformat.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstjpegformat.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstjpegformat.so libtool: install: /usr/bin/install -p .libs/libgstjpegformat.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstjpegformat.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/jpegformat' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/jpegformat' Making install in librfb make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/librfb' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/librfb' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstrfbsrc.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstrfbsrc.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstrfbsrc.so libtool: install: /usr/bin/install -p .libs/libgstrfbsrc.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstrfbsrc.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/librfb' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/librfb' Making install in midi make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/midi' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/midi' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstmidi.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstmidi.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstmidi.so libtool: install: /usr/bin/install -p .libs/libgstmidi.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstmidi.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/midi' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/midi' Making install in mpegdemux make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegdemux' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegdemux' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstmpegpsdemux.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstmpegpsdemux.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstmpegpsdemux.so libtool: install: /usr/bin/install -p .libs/libgstmpegpsdemux.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstmpegpsdemux.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegdemux' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegdemux' Making install in mpegtsdemux make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsdemux' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsdemux' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstmpegtsdemux.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: warning: relinking 'libgstmpegtsdemux.la' libtool: install: (cd /builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsdemux; /bin/sh "/builddir/build/BUILD/gst-plugins-bad-1.14.0/libtool" --tag CC --mode=relink gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstmpegtsdemux.la -rpath /usr/lib64/gstreamer-1.0 libgstmpegtsdemux_la-mpegtspacketizer.lo libgstmpegtsdemux_la-mpegtsbase.lo libgstmpegtsdemux_la-mpegtsparse.lo libgstmpegtsdemux_la-tsdemux.lo libgstmpegtsdemux_la-gsttsdemux.lo libgstmpegtsdemux_la-pesparse.lo ../../gst-libs/gst/mpegts/libgstmpegts-1.0.la ../../gst-libs/gst/codecparsers/libgstcodecparsers-1.0.la -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgsttag-1.0 -lgstpbutils-1.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -inst-prefix-dir /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64) libtool: relink: gcc -shared -fPIC -DPIC .libs/libgstmpegtsdemux_la-mpegtspacketizer.o .libs/libgstmpegtsdemux_la-mpegtsbase.o .libs/libgstmpegtsdemux_la-mpegtsparse.o .libs/libgstmpegtsdemux_la-tsdemux.o .libs/libgstmpegtsdemux_la-gsttsdemux.o .libs/libgstmpegtsdemux_la-pesparse.o -L/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 -L/usr/lib64 -lgstmpegts-1.0 -lgstcodecparsers-1.0 -lgsttag-1.0 -lgstpbutils-1.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstmpegtsdemux.so -o .libs/libgstmpegtsdemux.so libtool: install: /usr/bin/install -p .libs/libgstmpegtsdemux.soT /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstmpegtsdemux.so libtool: install: /usr/bin/install -p .libs/libgstmpegtsdemux.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstmpegtsdemux.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsdemux' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsdemux' Making install in mpegtsmux make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsmux' Making install in tsmux make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsmux/tsmux' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsmux/tsmux' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsmux/tsmux' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsmux/tsmux' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsmux' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsmux' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstmpegtsmux.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: warning: relinking 'libgstmpegtsmux.la' libtool: install: (cd /builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsmux; /bin/sh "/builddir/build/BUILD/gst-plugins-bad-1.14.0/libtool" --tag CC --mode=relink gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstmpegtsmux.la -rpath /usr/lib64/gstreamer-1.0 libgstmpegtsmux_la-mpegtsmux.lo libgstmpegtsmux_la-mpegtsmux_aac.lo libgstmpegtsmux_la-mpegtsmux_ttxt.lo libgstmpegtsmux_la-mpegtsmux_opus.lo libgstmpegtsmux_la-mpegtsmux_jpeg2000.lo ../../gst/mpegtsmux/tsmux/libtsmux.la -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstaudio-1.0 -lgsttag-1.0 -lgstpbutils-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -inst-prefix-dir /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64) libtool: relink: gcc -shared -fPIC -DPIC .libs/libgstmpegtsmux_la-mpegtsmux.o .libs/libgstmpegtsmux_la-mpegtsmux_aac.o .libs/libgstmpegtsmux_la-mpegtsmux_ttxt.o .libs/libgstmpegtsmux_la-mpegtsmux_opus.o .libs/libgstmpegtsmux_la-mpegtsmux_jpeg2000.o -Wl,--whole-archive ../../gst/mpegtsmux/tsmux/.libs/libtsmux.a -Wl,--no-whole-archive -L/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 -L/usr/lib64 -lgstmpegts-1.0 -lgstvideo-1.0 -lgstaudio-1.0 -lgsttag-1.0 -lgstpbutils-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstmpegtsmux.so -o .libs/libgstmpegtsmux.so libtool: install: /usr/bin/install -p .libs/libgstmpegtsmux.soT /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstmpegtsmux.so libtool: install: /usr/bin/install -p .libs/libgstmpegtsmux.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstmpegtsmux.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsmux' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsmux' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegtsmux' Making install in mpegpsmux make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegpsmux' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegpsmux' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstmpegpsmux.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstmpegpsmux.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstmpegpsmux.so libtool: install: /usr/bin/install -p .libs/libgstmpegpsmux.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstmpegpsmux.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegpsmux' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mpegpsmux' Making install in mxf make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstmxf.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstmxf.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstmxf.so libtool: install: /usr/bin/install -p .libs/libgstmxf.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstmxf.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/mxf' Making install in netsim make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/netsim' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/netsim' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstnetsim.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstnetsim.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstnetsim.so libtool: install: /usr/bin/install -p .libs/libgstnetsim.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstnetsim.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/netsim' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/netsim' Making install in onvif make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/onvif' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/onvif' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstrtponvif.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstrtponvif.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstrtponvif.so libtool: install: /usr/bin/install -p .libs/libgstrtponvif.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstrtponvif.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/onvif' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/onvif' Making install in pcapparse make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/pcapparse' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/pcapparse' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstpcapparse.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstpcapparse.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstpcapparse.so libtool: install: /usr/bin/install -p .libs/libgstpcapparse.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstpcapparse.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/pcapparse' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/pcapparse' Making install in pnm make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/pnm' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/pnm' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstpnm.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstpnm.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstpnm.so libtool: install: /usr/bin/install -p .libs/libgstpnm.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstpnm.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/pnm' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/pnm' Making install in proxy make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/proxy' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/proxy' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstproxy.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstproxy.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstproxy.so libtool: install: /usr/bin/install -p .libs/libgstproxy.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstproxy.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/proxy' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/proxy' Making install in rawparse make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/rawparse' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/rawparse' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstlegacyrawparse.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstlegacyrawparse.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstlegacyrawparse.so libtool: install: /usr/bin/install -p .libs/libgstlegacyrawparse.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstlegacyrawparse.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/rawparse' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/rawparse' Making install in removesilence make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/removesilence' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/removesilence' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstremovesilence.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstremovesilence.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstremovesilence.so libtool: install: /usr/bin/install -p .libs/libgstremovesilence.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstremovesilence.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/removesilence' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/removesilence' Making install in sdp make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/sdp' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/sdp' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstsdpelem.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstsdpelem.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstsdpelem.so libtool: install: /usr/bin/install -p .libs/libgstsdpelem.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstsdpelem.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/sdp' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/sdp' Making install in segmentclip make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/segmentclip' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/segmentclip' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstsegmentclip.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstsegmentclip.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstsegmentclip.so libtool: install: /usr/bin/install -p .libs/libgstsegmentclip.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstsegmentclip.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/segmentclip' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/segmentclip' Making install in smooth make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/smooth' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/smooth' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstsmooth.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstsmooth.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstsmooth.so libtool: install: /usr/bin/install -p .libs/libgstsmooth.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstsmooth.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/smooth' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/smooth' Making install in speed make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/speed' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/speed' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstspeed.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstspeed.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstspeed.so libtool: install: /usr/bin/install -p .libs/libgstspeed.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstspeed.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/speed' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/speed' Making install in subenc make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/subenc' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/subenc' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstsubenc.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstsubenc.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstsubenc.so libtool: install: /usr/bin/install -p .libs/libgstsubenc.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstsubenc.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/subenc' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/subenc' Making install in stereo make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/stereo' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/stereo' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgststereo.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgststereo.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgststereo.so libtool: install: /usr/bin/install -p .libs/libgststereo.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgststereo.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/stereo' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/stereo' Making install in timecode make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/timecode' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/timecode' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgsttimecode.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgsttimecode.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgsttimecode.so libtool: install: /usr/bin/install -p .libs/libgsttimecode.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgsttimecode.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/timecode' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/timecode' Making install in videofilters make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videofilters' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videofilters' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstvideofiltersbad.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstvideofiltersbad.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstvideofiltersbad.so libtool: install: /usr/bin/install -p .libs/libgstvideofiltersbad.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstvideofiltersbad.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videofilters' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videofilters' Making install in videoparsers make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoparsers' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoparsers' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstvideoparsersbad.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: warning: relinking 'libgstvideoparsersbad.la' libtool: install: (cd /builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoparsers; /bin/sh "/builddir/build/BUILD/gst-plugins-bad-1.14.0/libtool" --tag CC --mode=relink gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstvideoparsersbad.la -rpath /usr/lib64/gstreamer-1.0 libgstvideoparsersbad_la-plugin.lo libgstvideoparsersbad_la-h263parse.lo libgstvideoparsersbad_la-gsth263parse.lo libgstvideoparsersbad_la-gstdiracparse.lo libgstvideoparsersbad_la-dirac_parse.lo libgstvideoparsersbad_la-gsth264parse.lo libgstvideoparsersbad_la-gstmpegvideoparse.lo libgstvideoparsersbad_la-gstmpeg4videoparse.lo libgstvideoparsersbad_la-gstjpeg2000parse.lo libgstvideoparsersbad_la-gstpngparse.lo libgstvideoparsersbad_la-gstvc1parse.lo libgstvideoparsersbad_la-gsth265parse.lo ../../gst-libs/gst/codecparsers/libgstcodecparsers-1.0.la -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstpbutils-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -inst-prefix-dir /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64) libtool: relink: gcc -shared -fPIC -DPIC .libs/libgstvideoparsersbad_la-plugin.o .libs/libgstvideoparsersbad_la-h263parse.o .libs/libgstvideoparsersbad_la-gsth263parse.o .libs/libgstvideoparsersbad_la-gstdiracparse.o .libs/libgstvideoparsersbad_la-dirac_parse.o .libs/libgstvideoparsersbad_la-gsth264parse.o .libs/libgstvideoparsersbad_la-gstmpegvideoparse.o .libs/libgstvideoparsersbad_la-gstmpeg4videoparse.o .libs/libgstvideoparsersbad_la-gstjpeg2000parse.o .libs/libgstvideoparsersbad_la-gstpngparse.o .libs/libgstvideoparsersbad_la-gstvc1parse.o .libs/libgstvideoparsersbad_la-gsth265parse.o -L/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 -L/usr/lib64 -lgstcodecparsers-1.0 -lm -lgstpbutils-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstvideoparsersbad.so -o .libs/libgstvideoparsersbad.so libtool: install: /usr/bin/install -p .libs/libgstvideoparsersbad.soT /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstvideoparsersbad.so libtool: install: /usr/bin/install -p .libs/libgstvideoparsersbad.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstvideoparsersbad.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoparsers' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videoparsers' Making install in videosignal make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videosignal' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videosignal' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstvideosignal.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstvideosignal.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstvideosignal.so libtool: install: /usr/bin/install -p .libs/libgstvideosignal.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstvideosignal.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videosignal' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/videosignal' Making install in vmnc make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/vmnc' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/vmnc' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstvmnc.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstvmnc.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstvmnc.so libtool: install: /usr/bin/install -p .libs/libgstvmnc.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstvmnc.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/vmnc' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/vmnc' Making install in y4m make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/y4m' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/y4m' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgsty4mdec.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgsty4mdec.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgsty4mdec.so libtool: install: /usr/bin/install -p .libs/libgsty4mdec.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgsty4mdec.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/y4m' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/y4m' Making install in yadif make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/yadif' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/yadif' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstyadif.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstyadif.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstyadif.so libtool: install: /usr/bin/install -p .libs/libgstyadif.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstyadif.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/yadif' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst/yadif' make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst' make[1]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst' Making install in sys make[1]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys' Making install in bluez make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/bluez' /usr/bin/make install-am make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/bluez' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/bluez' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstbluez.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstbluez.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstbluez.so libtool: install: /usr/bin/install -p .libs/libgstbluez.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstbluez.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/bluez' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/bluez' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/bluez' Making install in decklink make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/decklink' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/decklink' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstdecklink.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstdecklink.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstdecklink.so libtool: install: /usr/bin/install -p .libs/libgstdecklink.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstdecklink.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/decklink' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/decklink' Making install in dvb make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/dvb' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/dvb' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstdvb.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: warning: relinking 'libgstdvb.la' libtool: install: (cd /builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/dvb; /bin/sh "/builddir/build/BUILD/gst-plugins-bad-1.14.0/libtool" --tag CC --mode=relink gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstdvb.la -rpath /usr/lib64/gstreamer-1.0 libgstdvb_la-gstdvb.lo libgstdvb_la-gstdvbsrc.lo libgstdvb_la-dvbbasebin.lo libgstdvb_la-cam.lo libgstdvb_la-camdevice.lo libgstdvb_la-camswclient.lo libgstdvb_la-camutils.lo libgstdvb_la-camtransport.lo libgstdvb_la-camsession.lo libgstdvb_la-camapplication.lo libgstdvb_la-camresourcemanager.lo libgstdvb_la-camapplicationinfo.lo libgstdvb_la-camconditionalaccess.lo libgstdvb_la-parsechannels.lo ../../gst-libs/gst/mpegts/libgstmpegts-1.0.la -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -inst-prefix-dir /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64) libtool: relink: gcc -shared -fPIC -DPIC .libs/libgstdvb_la-gstdvb.o .libs/libgstdvb_la-gstdvbsrc.o .libs/libgstdvb_la-dvbbasebin.o .libs/libgstdvb_la-cam.o .libs/libgstdvb_la-camdevice.o .libs/libgstdvb_la-camswclient.o .libs/libgstdvb_la-camutils.o .libs/libgstdvb_la-camtransport.o .libs/libgstdvb_la-camsession.o .libs/libgstdvb_la-camapplication.o .libs/libgstdvb_la-camresourcemanager.o .libs/libgstdvb_la-camapplicationinfo.o .libs/libgstdvb_la-camconditionalaccess.o .libs/libgstdvb_la-parsechannels.o -L/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 -L/usr/lib64 -lgstmpegts-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstdvb.so -o .libs/libgstdvb.so libtool: install: /usr/bin/install -p .libs/libgstdvb.soT /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstdvb.so libtool: install: /usr/bin/install -p .libs/libgstdvb.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstdvb.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/dvb' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/dvb' Making install in fbdev make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/fbdev' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/fbdev' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstfbdevsink.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstfbdevsink.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstfbdevsink.so libtool: install: /usr/bin/install -p .libs/libgstfbdevsink.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstfbdevsink.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/fbdev' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/fbdev' Making install in ipcpipeline make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/ipcpipeline' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/ipcpipeline' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstipcpipeline.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstipcpipeline.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstipcpipeline.so libtool: install: /usr/bin/install -p .libs/libgstipcpipeline.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstipcpipeline.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/ipcpipeline' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/ipcpipeline' Making install in kms make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/kms' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/kms' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstkms.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstkms.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstkms.so libtool: install: /usr/bin/install -p .libs/libgstkms.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstkms.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/kms' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/kms' Making install in shm make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/shm' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/shm' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstshm.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstshm.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstshm.so libtool: install: /usr/bin/install -p .libs/libgstshm.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstshm.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/shm' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/shm' Making install in uvch264 make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/uvch264' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/uvch264' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstuvch264.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: warning: relinking 'libgstuvch264.la' libtool: install: (cd /builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/uvch264; /bin/sh "/builddir/build/BUILD/gst-plugins-bad-1.14.0/libtool" --tag CC --mode=relink gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/gudev-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libusb-1.0 -DGST_USE_UNSTABLE_API -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstuvch264.la -rpath /usr/lib64/gstreamer-1.0 libgstuvch264_la-gstuvch264.lo libgstuvch264_la-gstuvch264_mjpgdemux.lo libgstuvch264_la-gstuvch264_src.lo libgstuvch264_la-uvc_h264.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgudev-1.0 -lgobject-2.0 -lglib-2.0 -lusb-1.0 ../../gst-libs/gst/basecamerabinsrc/libgstbasecamerabinsrc-1.0.la -inst-prefix-dir /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64) libtool: relink: gcc -shared -fPIC -DPIC .libs/libgstuvch264_la-gstuvch264.o .libs/libgstuvch264_la-gstuvch264_mjpgdemux.o .libs/libgstuvch264_la-gstuvch264_src.o .libs/libgstuvch264_la-uvc_h264.o -lgstvideo-1.0 -lgudev-1.0 -lusb-1.0 -L/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 -L/usr/lib64 -lgstbasecamerabinsrc-1.0 -lgstapp-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstuvch264.so -o .libs/libgstuvch264.so libtool: install: /usr/bin/install -p .libs/libgstuvch264.soT /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstuvch264.so libtool: install: /usr/bin/install -p .libs/libgstuvch264.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstuvch264.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/uvch264' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/uvch264' Making install in vcd make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/vcd' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/vcd' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstvcdsrc.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstvcdsrc.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstvcdsrc.so libtool: install: /usr/bin/install -p .libs/libgstvcdsrc.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstvcdsrc.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/vcd' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/vcd' Making install in vdpau make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/vdpau' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/vdpau' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstvdpau.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: warning: relinking 'libgstvdpau.la' libtool: install: (cd /builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/vdpau; /bin/sh "/builddir/build/BUILD/gst-plugins-bad-1.14.0/libtool" --tag CC --mode=relink gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstvdpau.la -rpath /usr/lib64/gstreamer-1.0 libgstvdpau_la-gstvdpau.lo libgstvdpau_la-gstvdputils.lo libgstvdpau_la-gstvdpvideomemory.lo libgstvdpau_la-gstvdpvideobufferpool.lo libgstvdpau_la-gstvdpdevice.lo libgstvdpau_la-gstvdpdecoder.lo mpeg/libgstvdpau_la-gstvdpmpegdec.lo ../../gst-libs/gst/codecparsers/libgstcodecparsers-1.0.la -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lX11 -lgstvideo-1.0 -lvdpau -lm -inst-prefix-dir /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64) libtool: relink: gcc -shared -fPIC -DPIC .libs/libgstvdpau_la-gstvdpau.o .libs/libgstvdpau_la-gstvdputils.o .libs/libgstvdpau_la-gstvdpvideomemory.o .libs/libgstvdpau_la-gstvdpvideobufferpool.o .libs/libgstvdpau_la-gstvdpdevice.o .libs/libgstvdpau_la-gstvdpdecoder.o mpeg/.libs/libgstvdpau_la-gstvdpmpegdec.o -L/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 -L/usr/lib64 -lgstcodecparsers-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lX11 -lgstvideo-1.0 -lvdpau -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstvdpau.so -o .libs/libgstvdpau.so libtool: install: /usr/bin/install -p .libs/libgstvdpau.soT /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstvdpau.so libtool: install: /usr/bin/install -p .libs/libgstvdpau.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstvdpau.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/vdpau' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys/vdpau' make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys' make[1]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/sys' Making install in ext make[1]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext' Making install in assrender make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/assrender' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/assrender' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstassrender.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstassrender.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstassrender.so libtool: install: /usr/bin/install -p .libs/libgstassrender.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstassrender.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/assrender' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/assrender' Making install in bs2b make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/bs2b' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/bs2b' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstbs2b.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstbs2b.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstbs2b.so libtool: install: /usr/bin/install -p .libs/libgstbs2b.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstbs2b.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/bs2b' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/bs2b' Making install in bz2 make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/bz2' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/bz2' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstbz2.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstbz2.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstbz2.so libtool: install: /usr/bin/install -p .libs/libgstbz2.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstbz2.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/bz2' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/bz2' Making install in colormanagement make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/colormanagement' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/colormanagement' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstcolormanagement.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstcolormanagement.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstcolormanagement.so libtool: install: /usr/bin/install -p .libs/libgstcolormanagement.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstcolormanagement.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/colormanagement' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/colormanagement' Making install in chromaprint make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/chromaprint' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/chromaprint' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstchromaprint.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstchromaprint.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstchromaprint.so libtool: install: /usr/bin/install -p .libs/libgstchromaprint.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstchromaprint.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/chromaprint' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/chromaprint' Making install in curl make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/curl' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/curl' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstcurl.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstcurl.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstcurl.so libtool: install: /usr/bin/install -p .libs/libgstcurl.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstcurl.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/curl' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/curl' Making install in dash make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dash' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dash' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstdashdemux.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: warning: relinking 'libgstdashdemux.la' libtool: install: (cd /builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dash; /bin/sh "/builddir/build/BUILD/gst-plugins-bad-1.14.0/libtool" --tag CC --mode=relink gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstdashdemux.la -rpath /usr/lib64/gstreamer-1.0 libgstdashdemux_la-gstmpdparser.lo libgstdashdemux_la-gstdashdemux.lo libgstdashdemux_la-gstplugin.lo ../../gst-libs/gst/uridownloader/libgsturidownloader-1.0.la ../../gst-libs/gst/adaptivedemux/libgstadaptivedemux-1.0.la ../../gst-libs/gst/isoff/libgstisoff-1.0.la -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgsttag-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstnet-1.0 -lgstreamer-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxml2 -inst-prefix-dir /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64) libtool: relink: gcc -shared -fPIC -DPIC .libs/libgstdashdemux_la-gstmpdparser.o .libs/libgstdashdemux_la-gstdashdemux.o .libs/libgstdashdemux_la-gstplugin.o -L/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/uridownloader/.libs -L/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 -L/usr/lib64 -lgstadaptivedemux-1.0 -lgsturidownloader-1.0 -lgstapp-1.0 -lgstisoff-1.0 -lgsttag-1.0 -lgstbase-1.0 -lgstnet-1.0 -lgstreamer-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxml2 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -pthread -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstdashdemux.so -o .libs/libgstdashdemux.so libtool: install: /usr/bin/install -p .libs/libgstdashdemux.soT /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstdashdemux.so libtool: install: /usr/bin/install -p .libs/libgstdashdemux.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstdashdemux.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dash' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dash' Making install in wayland make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wayland' /usr/bin/make install-am make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wayland' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wayland' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstwaylandsink.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: warning: relinking 'libgstwaylandsink.la' libtool: install: (cd /builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wayland; /bin/sh "/builddir/build/BUILD/gst-plugins-bad-1.14.0/libtool" --tag CC --mode=relink gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libdrm -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstwaylandsink.la -rpath /usr/lib64/gstreamer-1.0 libgstwaylandsink_la-gstwaylandsink.lo libgstwaylandsink_la-wlshmallocator.lo libgstwaylandsink_la-wlbuffer.lo libgstwaylandsink_la-wldisplay.lo libgstwaylandsink_la-wlwindow.lo libgstwaylandsink_la-wlvideoformat.lo libgstwaylandsink_la-wllinuxdmabuf.lo libgstwaylandsink_la-viewporter-protocol.lo libgstwaylandsink_la-linux-dmabuf-unstable-v1-protocol.lo ../../gst-libs/gst/wayland/libgstwayland-1.0.la -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstallocators-1.0 -lwayland-client -ldrm -inst-prefix-dir /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64) libtool: relink: gcc -shared -fPIC -DPIC .libs/libgstwaylandsink_la-gstwaylandsink.o .libs/libgstwaylandsink_la-wlshmallocator.o .libs/libgstwaylandsink_la-wlbuffer.o .libs/libgstwaylandsink_la-wldisplay.o .libs/libgstwaylandsink_la-wlwindow.o .libs/libgstwaylandsink_la-wlvideoformat.o .libs/libgstwaylandsink_la-wllinuxdmabuf.o .libs/libgstwaylandsink_la-viewporter-protocol.o .libs/libgstwaylandsink_la-linux-dmabuf-unstable-v1-protocol.o -L/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 -L/usr/lib64 -lgstwayland-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstallocators-1.0 -lwayland-client -ldrm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstwaylandsink.so -o .libs/libgstwaylandsink.so libtool: install: /usr/bin/install -p .libs/libgstwaylandsink.soT /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstwaylandsink.so libtool: install: /usr/bin/install -p .libs/libgstwaylandsink.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstwaylandsink.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wayland' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wayland' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wayland' Making install in resindvd make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/resindvd' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/resindvd' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstresindvd.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstresindvd.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstresindvd.so libtool: install: /usr/bin/install -p .libs/libgstresindvd.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstresindvd.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/resindvd' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/resindvd' Making install in gl make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gl' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gl' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstopenglmixers.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: warning: relinking 'libgstopenglmixers.la' libtool: install: (cd /builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gl; /bin/sh "/builddir/build/BUILD/gst-plugins-bad-1.14.0/libtool" --tag CC --tag CC --mode=relink gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/lib64/gstreamer-1.0/include -I/usr/include/libdrm -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orc-0.4 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstopenglmixers.la -rpath /usr/lib64/gstreamer-1.0 libgstopenglmixers_la-gstopengl.lo libgstopenglmixers_la-gstglbasemixer.lo libgstopenglmixers_la-gstglmixer.lo libgstopenglmixers_la-gstglmixerbin.lo libgstopenglmixers_la-gstglstereomix.lo libgstopenglmixers_la-gstglutils.lo libgstopenglmixers_la-gstglvideomixer.lo libgstopenglmixers_la-gstglmosaic.lo ../../gst-libs/gst/video/libgstbadvideo-1.0.la -lgstgl-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstcontroller-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lX11 -lm -inst-prefix-dir /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64) libtool: relink: gcc -shared -fPIC -DPIC .libs/libgstopenglmixers_la-gstopengl.o .libs/libgstopenglmixers_la-gstglbasemixer.o .libs/libgstopenglmixers_la-gstglmixer.o .libs/libgstopenglmixers_la-gstglmixerbin.o .libs/libgstopenglmixers_la-gstglstereomix.o .libs/libgstopenglmixers_la-gstglutils.o .libs/libgstopenglmixers_la-gstglvideomixer.o .libs/libgstopenglmixers_la-gstglmosaic.o -L/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 -L/usr/lib64 -lgstbadvideo-1.0 -lorc-0.4 -lgstgl-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstcontroller-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lX11 -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstopenglmixers.so -o .libs/libgstopenglmixers.so libtool: install: /usr/bin/install -p .libs/libgstopenglmixers.soT /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstopenglmixers.so libtool: install: /usr/bin/install -p .libs/libgstopenglmixers.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstopenglmixers.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gl' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gl' Making install in fluidsynth make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/fluidsynth' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/fluidsynth' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstfluidsynthmidi.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstfluidsynthmidi.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstfluidsynthmidi.so libtool: install: /usr/bin/install -p .libs/libgstfluidsynthmidi.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstfluidsynthmidi.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/fluidsynth' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/fluidsynth' Making install in gsm make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gsm' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gsm' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstgsm.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstgsm.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstgsm.so libtool: install: /usr/bin/install -p .libs/libgstgsm.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstgsm.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gsm' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gsm' Making install in kate make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/kate' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/kate' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstkate.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstkate.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstkate.so libtool: install: /usr/bin/install -p .libs/libgstkate.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstkate.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/kate' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/kate' Making install in ladspa make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ladspa' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ladspa' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstladspa.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstladspa.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstladspa.so libtool: install: /usr/bin/install -p .libs/libgstladspa.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstladspa.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ladspa' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ladspa' Making install in modplug make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/modplug' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/modplug' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstmodplug.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstmodplug.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstmodplug.so libtool: install: /usr/bin/install -p .libs/libgstmodplug.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstmodplug.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/modplug' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/modplug' Making install in musepack make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/musepack' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/musepack' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstmusepack.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstmusepack.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstmusepack.so libtool: install: /usr/bin/install -p .libs/libgstmusepack.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstmusepack.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/musepack' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/musepack' Making install in ofa make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ofa' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ofa' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstofa.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstofa.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstofa.so libtool: install: /usr/bin/install -p .libs/libgstofa.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstofa.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ofa' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ofa' Making install in openal make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/openal' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/openal' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstopenal.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstopenal.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstopenal.so libtool: install: /usr/bin/install -p .libs/libgstopenal.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstopenal.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/openal' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/openal' Making install in openexr make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/openexr' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/openexr' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstopenexr.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstopenexr.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstopenexr.so libtool: install: /usr/bin/install -p .libs/libgstopenexr.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstopenexr.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/openexr' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/openexr' Making install in openjpeg make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/openjpeg' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/openjpeg' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstopenjpeg.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: warning: relinking 'libgstopenjpeg.la' libtool: install: (cd /builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/openjpeg; /bin/sh "/builddir/build/BUILD/gst-plugins-bad-1.14.0/libtool" --tag CC --mode=relink gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/openjpeg-1.5 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstopenjpeg.la -rpath /usr/lib64/gstreamer-1.0 libgstopenjpeg_la-gstopenjpegdec.lo libgstopenjpeg_la-gstopenjpegenc.lo libgstopenjpeg_la-gstopenjpeg.lo ../../gst-libs/gst/codecparsers/libgstcodecparsers-1.0.la -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lopenjpeg -inst-prefix-dir /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64) libtool: relink: gcc -shared -fPIC -DPIC .libs/libgstopenjpeg_la-gstopenjpegdec.o .libs/libgstopenjpeg_la-gstopenjpegenc.o .libs/libgstopenjpeg_la-gstopenjpeg.o -L/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 -L/usr/lib64 -lgstcodecparsers-1.0 -lgstbase-1.0 -lm -lgstvideo-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lopenjpeg -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstopenjpeg.so -o .libs/libgstopenjpeg.so libtool: install: /usr/bin/install -p .libs/libgstopenjpeg.soT /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstopenjpeg.so libtool: install: /usr/bin/install -p .libs/libgstopenjpeg.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstopenjpeg.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/openjpeg' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/openjpeg' Making install in opus make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/opus' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/opus' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstopusparse.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstopusparse.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstopusparse.so libtool: install: /usr/bin/install -p .libs/libgstopusparse.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstopusparse.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/opus' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/opus' Making install in rsvg make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/rsvg' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/rsvg' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstrsvg.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstrsvg.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstrsvg.so libtool: install: /usr/bin/install -p .libs/libgstrsvg.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstrsvg.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/rsvg' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/rsvg' Making install in smoothstreaming make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/smoothstreaming' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/smoothstreaming' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstsmoothstreaming.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: warning: relinking 'libgstsmoothstreaming.la' libtool: install: (cd /builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/smoothstreaming; /bin/sh "/builddir/build/BUILD/gst-plugins-bad-1.14.0/libtool" --tag CC --mode=relink gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DGST_USE_UNSTABLE_API -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstsmoothstreaming.la -rpath /usr/lib64/gstreamer-1.0 libgstsmoothstreaming_la-gstsmoothstreaming-plugin.lo libgstsmoothstreaming_la-gstmssdemux.lo libgstsmoothstreaming_la-gstmssfragmentparser.lo libgstsmoothstreaming_la-gstmssmanifest.lo ../../gst-libs/gst/codecparsers/libgstcodecparsers-1.0.la ../../gst-libs/gst/adaptivedemux/libgstadaptivedemux-1.0.la ../../gst-libs/gst/isoff/libgstisoff-1.0.la -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgsttag-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lxml2 -inst-prefix-dir /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64) libtool: relink: gcc -shared -fPIC -DPIC .libs/libgstsmoothstreaming_la-gstsmoothstreaming-plugin.o .libs/libgstsmoothstreaming_la-gstmssdemux.o .libs/libgstsmoothstreaming_la-gstmssfragmentparser.o .libs/libgstsmoothstreaming_la-gstmssmanifest.o -L/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/uridownloader/.libs -L/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 -L/usr/lib64 -lgstcodecparsers-1.0 -lm -lgstadaptivedemux-1.0 -lgsturidownloader-1.0 -lgstapp-1.0 -lgstisoff-1.0 -lgsttag-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lxml2 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstsmoothstreaming.so -o .libs/libgstsmoothstreaming.so libtool: install: /usr/bin/install -p .libs/libgstsmoothstreaming.soT /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstsmoothstreaming.so libtool: install: /usr/bin/install -p .libs/libgstsmoothstreaming.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstsmoothstreaming.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/smoothstreaming' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/smoothstreaming' Making install in sndfile make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/sndfile' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/sndfile' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstsndfile.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstsndfile.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstsndfile.so libtool: install: /usr/bin/install -p .libs/libgstsndfile.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstsndfile.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/sndfile' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/sndfile' Making install in soundtouch make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/soundtouch' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/soundtouch' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstsoundtouch.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstsoundtouch.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstsoundtouch.so libtool: install: /usr/bin/install -p .libs/libgstsoundtouch.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstsoundtouch.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/soundtouch' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/soundtouch' Making install in gme make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gme' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gme' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstgme.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstgme.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstgme.so libtool: install: /usr/bin/install -p .libs/libgstgme.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstgme.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gme' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/gme' Making install in srtp make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/srtp' /usr/bin/make install-am make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/srtp' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/srtp' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstsrtp.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstsrtp.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstsrtp.so libtool: install: /usr/bin/install -p .libs/libgstsrtp.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstsrtp.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/srtp' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/srtp' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/srtp' Making install in teletextdec make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/teletextdec' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/teletextdec' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstteletext.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstteletext.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstteletext.so libtool: install: /usr/bin/install -p .libs/libgstteletext.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstteletext.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/teletextdec' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/teletextdec' Making install in wildmidi make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wildmidi' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wildmidi' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstwildmidi.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: warning: relinking 'libgstwildmidi.la' libtool: install: (cd /builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wildmidi; /bin/sh "/builddir/build/BUILD/gst-plugins-bad-1.14.0/libtool" --tag CC --mode=relink gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgstwildmidi.la -rpath /usr/lib64/gstreamer-1.0 libgstwildmidi_la-gstwildmididec.lo ../../gst-libs/gst/audio/libgstbadaudio-1.0.la -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lWildMidi -inst-prefix-dir /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64) libtool: relink: gcc -shared -fPIC -DPIC .libs/libgstwildmidi_la-gstwildmididec.o -L/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 -L/usr/lib64 -lgstbadaudio-1.0 -lorc-0.4 -lm -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lWildMidi -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgstwildmidi.so -o .libs/libgstwildmidi.so libtool: install: /usr/bin/install -p .libs/libgstwildmidi.soT /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstwildmidi.so libtool: install: /usr/bin/install -p .libs/libgstwildmidi.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstwildmidi.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wildmidi' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/wildmidi' Making install in zbar make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/zbar' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/zbar' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstzbar.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstzbar.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstzbar.so libtool: install: /usr/bin/install -p .libs/libgstzbar.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstzbar.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/zbar' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/zbar' Making install in hls make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/hls' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/hls' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgsthls.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: warning: relinking 'libgsthls.la' libtool: install: (cd /builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/hls; /bin/sh "/builddir/build/BUILD/gst-plugins-bad-1.14.0/libtool" --tag CC --mode=relink gcc -I../../gst-libs -I../../gst-libs -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -no-undefined -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgsthls.la -rpath /usr/lib64/gstreamer-1.0 libgsthls_la-m3u8.lo libgsthls_la-gsthlsdemux.lo libgsthls_la-gsthlsdemux-util.lo libgsthls_la-gsthlsplugin.lo libgsthls_la-gsthlssink.lo libgsthls_la-gsthlssink2.lo libgsthls_la-gstm3u8playlist.lo ../../gst-libs/gst/uridownloader/libgsturidownloader-1.0.la ../../gst-libs/gst/adaptivedemux/libgstadaptivedemux-1.0.la -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstpbutils-1.0 -lgstvideo-1.0 -lgsttag-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -lnettle -inst-prefix-dir /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64) libtool: relink: gcc -shared -fPIC -DPIC .libs/libgsthls_la-m3u8.o .libs/libgsthls_la-gsthlsdemux.o .libs/libgsthls_la-gsthlsdemux-util.o .libs/libgsthls_la-gsthlsplugin.o .libs/libgsthls_la-gsthlssink.o .libs/libgsthls_la-gsthlssink2.o .libs/libgsthls_la-gstm3u8playlist.o -L/builddir/build/BUILD/gst-plugins-bad-1.14.0/gst-libs/gst/uridownloader/.libs -L/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64 -L/usr/lib64 -lgstadaptivedemux-1.0 -lgsturidownloader-1.0 -lgstapp-1.0 -lgstpbutils-1.0 -lgstvideo-1.0 -lgsttag-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -lnettle -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -g -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libgsthls.so -o .libs/libgsthls.so libtool: install: /usr/bin/install -p .libs/libgsthls.soT /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgsthls.so libtool: install: /usr/bin/install -p .libs/libgsthls.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgsthls.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/hls' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/hls' Making install in webp make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/webp' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/webp' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstwebp.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstwebp.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstwebp.so libtool: install: /usr/bin/install -p .libs/libgstwebp.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstwebp.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/webp' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/webp' Making install in dtls make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dtls' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dtls' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstdtls.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstdtls.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstdtls.so libtool: install: /usr/bin/install -p .libs/libgstdtls.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstdtls.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dtls' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/dtls' Making install in webrtcdsp make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/webrtcdsp' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/webrtcdsp' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstwebrtcdsp.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstwebrtcdsp.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstwebrtcdsp.so libtool: install: /usr/bin/install -p .libs/libgstwebrtcdsp.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstwebrtcdsp.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/webrtcdsp' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/webrtcdsp' Making install in ttml make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ttml' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ttml' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' /bin/sh ../../libtool --mode=install /usr/bin/install -p libgstttmlsubs.la '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0' libtool: install: /usr/bin/install -p .libs/libgstttmlsubs.so /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstttmlsubs.so libtool: install: /usr/bin/install -p .libs/libgstttmlsubs.lai /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstttmlsubs.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gstreamer-1.0' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ttml' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext/ttml' make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext' make[1]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/ext' Making install in pkgconfig make[1]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/pkgconfig' /usr/bin/install -p -m 644 gstreamer-plugins-bad-1.0.pc gstreamer-codecparsers-1.0.pc gstreamer-insertbin-1.0.pc gstreamer-mpegts-1.0.pc gstreamer-player-1.0.pc gstreamer-webrtc-1.0.pc gstreamer-bad-audio-1.0.pc gstreamer-bad-video-1.0.pc '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/pkgconfig' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' make[1]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/pkgconfig' Making install in m4 make[1]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/m4' make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/m4' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/m4' make[1]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/m4' Making install in common make[1]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/common' Making install in m4 make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/common/m4' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/common/m4' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/common/m4' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/common/m4' make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/common' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/common' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/common' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/common' make[1]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/common' Making install in docs make[1]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/docs' Making install in libs make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/docs/libs' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/docs/libs' make[3]: Nothing to be done for 'install-exec-am'. (installfiles=`echo ./html/*.sgml ./html/*.html ./html/*.png ./html/*.css`; \ if test "$installfiles" = './html/*.sgml ./html/*.html ./html/*.png ./html/*.css'; \ then echo '-- Nothing to install' ; \ else \ /bin/sh /builddir/build/BUILD/gst-plugins-bad-1.14.0/install-sh -d /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/gtk-doc/html/gst-plugins-bad-libs-1.0; \ for i in $installfiles; do \ echo '-- Installing '$i ; \ /usr/bin/install -p -m 644 $i /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/gtk-doc/html/gst-plugins-bad-libs-1.0; \ done; \ echo '-- Installing ./html/gst-plugins-bad-libs-1.0.devhelp2' ; \ if test -e ./html/gst-plugins-bad-libs-1.0.devhelp2; then \ /usr/bin/install -p -m 644 ./html/gst-plugins-bad-libs-1.0.devhelp2 \ /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-1.0.devhelp2; \ fi; \ /usr/bin/gtkdoc-rebase --relative --dest-dir=/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64 --html-dir=/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/gtk-doc/html/gst-plugins-bad-libs-1.0 || true ; \ fi) -- Installing ./html/*.sgml /usr/bin/install: cannot stat './html/*.sgml': No such file or directory -- Installing ./html/GstPlayer.html -- Installing ./html/GstPlayerMediaInfo.html -- Installing ./html/GstPlayerVideoOverlayVideoRenderer.html -- Installing ./html/GstPlayerVisualization.html -- Installing ./html/GstVideoAggregator.html -- Installing ./html/GstVideoAggregatorPad.html -- Installing ./html/GstWebRTCDTLSTransport.html -- Installing ./html/GstWebRTCICETransport.html -- Installing ./html/GstWebRTCRTPReceiver.html -- Installing ./html/GstWebRTCRTPSender.html -- Installing ./html/GstWebRTCRTPTransceiver.html -- Installing ./html/GstWebRTCSessionDescription.html -- Installing ./html/annotation-glossary.html -- Installing ./html/api-index-full.html -- Installing ./html/ch07.html -- Installing ./html/codecparsers.html -- Installing ./html/compiling.html -- Installing ./html/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html -- Installing ./html/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html -- Installing ./html/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html -- Installing ./html/gst-plugins-bad-libs-Base-MPEG-TS-sections.html -- Installing ./html/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html -- Installing ./html/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html -- Installing ./html/gst-plugins-bad-libs-GstInsertbin.html -- Installing ./html/gst-plugins-bad-libs-GstPhotography.html -- Installing ./html/gst-plugins-bad-libs-GstPlayerGMainContextSignalDispatcher.html -- Installing ./html/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html -- Installing ./html/gst-plugins-bad-libs-Mpeg-ts-helper-library.html -- Installing ./html/gst-plugins-bad-libs-gstmpegvideometa.html -- Installing ./html/gst-plugins-bad-libs-h264parser.html -- Installing ./html/gst-plugins-bad-libs-jpegparser.html -- Installing ./html/gst-plugins-bad-libs-mpeg4parser.html -- Installing ./html/gst-plugins-bad-libs-mpegvideoparser.html -- Installing ./html/gst-plugins-bad-libs-vc1parser.html -- Installing ./html/gstreamer-libs-hierarchy.html -- Installing ./html/gstreamer-plugins-bad.html -- Installing ./html/index.html -- Installing ./html/mpegts.html -- Installing ./html/player.html -- Installing ./html/tools.html -- Installing ./html/video.html -- Installing ./html/webrtc.html -- Installing ./html/home.png -- Installing ./html/left-insensitive.png -- Installing ./html/left.png -- Installing ./html/right-insensitive.png -- Installing ./html/right.png -- Installing ./html/up-insensitive.png -- Installing ./html/up.png -- Installing ./html/style.css -- Installing ./html/gst-plugins-bad-libs-1.0.devhelp2 make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/docs/libs' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/docs/libs' Making install in plugins make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/docs/plugins' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/docs/plugins' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/docs/plugins' make[4]: Nothing to be done for 'install-exec-am'. (installfiles=`echo ./html/*.sgml ./html/*.html ./html/*.png ./html/*.css`; \ if test "$installfiles" = './html/*.sgml ./html/*.html ./html/*.png ./html/*.css'; \ then echo '-- Nothing to install' ; \ else \ /bin/sh /builddir/build/BUILD/gst-plugins-bad-1.14.0/install-sh -d /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/gtk-doc/html/gst-plugins-bad-plugins-1.0; \ for i in $installfiles; do \ echo '-- Installing '$i ; \ /usr/bin/install -p -m 644 $i /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/gtk-doc/html/gst-plugins-bad-plugins-1.0; \ done; \ pngfiles=`echo ./html/*.png`; \ if test "$pngfiles" != './html/*.png'; then \ for i in $pngfiles; do \ echo '-- Installing '$i ; \ /usr/bin/install -p -m 644 $i /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/gtk-doc/html/gst-plugins-bad-plugins-1.0; \ done; \ fi; \ echo '-- Installing ./html/gst-plugins-bad-plugins-1.0.devhelp2' ; \ if test -e ./html/gst-plugins-bad-plugins-1.0.devhelp2; then \ /usr/bin/install -p -m 644 ./html/gst-plugins-bad-plugins-1.0.devhelp2 \ /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/gtk-doc/html/gst-plugins-bad-plugins-1.0/gst-plugins-bad-plugins-1.0.devhelp2; \ fi; \ /usr/bin/gtkdoc-rebase --relative --dest-dir=/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64 --html-dir=/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/gtk-doc/html/gst-plugins-bad-plugins-1.0 || true ; \ fi) -- Installing ./html/*.sgml /usr/bin/install: cannot stat './html/*.sgml': No such file or directory -- Installing ./html/ch01.html -- Installing ./html/ch02.html -- Installing ./html/gst-plugins-bad-plugins-IQA.html -- Installing ./html/gst-plugins-bad-plugins-a2dpsink.html -- Installing ./html/gst-plugins-bad-plugins-accurip.html -- Installing ./html/gst-plugins-bad-plugins-adpcmdec.html -- Installing ./html/gst-plugins-bad-plugins-adpcmenc.html -- Installing ./html/gst-plugins-bad-plugins-aiffmux.html -- Installing ./html/gst-plugins-bad-plugins-aiffparse.html -- Installing ./html/gst-plugins-bad-plugins-asfmux.html -- Installing ./html/gst-plugins-bad-plugins-asfparse.html -- Installing ./html/gst-plugins-bad-plugins-assrender.html -- Installing ./html/gst-plugins-bad-plugins-audiobuffersplit.html -- Installing ./html/gst-plugins-bad-plugins-audiochannelmix.html -- Installing ./html/gst-plugins-bad-plugins-audiolatency.html -- Installing ./html/gst-plugins-bad-plugins-audiomixmatrix.html -- Installing ./html/gst-plugins-bad-plugins-audioparse.html -- Installing ./html/gst-plugins-bad-plugins-audiosegmentclip.html -- Installing ./html/gst-plugins-bad-plugins-autoconvert.html -- Installing ./html/gst-plugins-bad-plugins-autovideoconvert.html -- Installing ./html/gst-plugins-bad-plugins-avdtpsink.html -- Installing ./html/gst-plugins-bad-plugins-avdtpsrc.html -- Installing ./html/gst-plugins-bad-plugins-avwait.html -- Installing ./html/gst-plugins-bad-plugins-bayer2rgb.html -- Installing ./html/gst-plugins-bad-plugins-bpmdetect.html -- Installing ./html/gst-plugins-bad-plugins-bs2b.html -- Installing ./html/gst-plugins-bad-plugins-bulge.html -- Installing ./html/gst-plugins-bad-plugins-burn.html -- Installing ./html/gst-plugins-bad-plugins-bz2dec.html -- Installing ./html/gst-plugins-bad-plugins-bz2enc.html -- Installing ./html/gst-plugins-bad-plugins-camerabin.html -- Installing ./html/gst-plugins-bad-plugins-checksumsink.html -- Installing ./html/gst-plugins-bad-plugins-chopmydata.html -- Installing ./html/gst-plugins-bad-plugins-chromahold.html -- Installing ./html/gst-plugins-bad-plugins-chromaprint.html -- Installing ./html/gst-plugins-bad-plugins-chromium.html -- Installing ./html/gst-plugins-bad-plugins-circle.html -- Installing ./html/gst-plugins-bad-plugins-coloreffects.html -- Installing ./html/gst-plugins-bad-plugins-combdetect.html -- Installing ./html/gst-plugins-bad-plugins-compare.html -- Installing ./html/gst-plugins-bad-plugins-compositor.html -- Installing ./html/gst-plugins-bad-plugins-curlfilesink.html -- Installing ./html/gst-plugins-bad-plugins-curlftpsink.html -- Installing ./html/gst-plugins-bad-plugins-curlhttpsink.html -- Installing ./html/gst-plugins-bad-plugins-curlhttpsrc.html -- Installing ./html/gst-plugins-bad-plugins-curlsftpsink.html -- Installing ./html/gst-plugins-bad-plugins-curlsmtpsink.html -- Installing ./html/gst-plugins-bad-plugins-cvdilate.html -- Installing ./html/gst-plugins-bad-plugins-cvequalizehist.html -- Installing ./html/gst-plugins-bad-plugins-cverode.html -- Installing ./html/gst-plugins-bad-plugins-cvlaplace.html -- Installing ./html/gst-plugins-bad-plugins-cvsmooth.html -- Installing ./html/gst-plugins-bad-plugins-cvsobel.html -- Installing ./html/gst-plugins-bad-plugins-dashdemux.html -- Installing ./html/gst-plugins-bad-plugins-dc1394src.html -- Installing ./html/gst-plugins-bad-plugins-debugspy.html -- Installing ./html/gst-plugins-bad-plugins-decklinkaudiosink.html -- Installing ./html/gst-plugins-bad-plugins-decklinkaudiosrc.html -- Installing ./html/gst-plugins-bad-plugins-decklinkvideosink.html -- Installing ./html/gst-plugins-bad-plugins-decklinkvideosrc.html -- Installing ./html/gst-plugins-bad-plugins-dewarp.html -- Installing ./html/gst-plugins-bad-plugins-dfbvideosink.html -- Installing ./html/gst-plugins-bad-plugins-diffuse.html -- Installing ./html/gst-plugins-bad-plugins-dilate.html -- Installing ./html/gst-plugins-bad-plugins-diracparse.html -- Installing ./html/gst-plugins-bad-plugins-disparity.html -- Installing ./html/gst-plugins-bad-plugins-dodge.html -- Installing ./html/gst-plugins-bad-plugins-dtlsdec.html -- Installing ./html/gst-plugins-bad-plugins-dtlsenc.html -- Installing ./html/gst-plugins-bad-plugins-dtlssrtpdec.html -- Installing ./html/gst-plugins-bad-plugins-dtlssrtpdemux.html -- Installing ./html/gst-plugins-bad-plugins-dtlssrtpenc.html -- Installing ./html/gst-plugins-bad-plugins-dtmfdetect.html -- Installing ./html/gst-plugins-bad-plugins-dtsdec.html -- Installing ./html/gst-plugins-bad-plugins-dvbbasebin.html -- Installing ./html/gst-plugins-bad-plugins-dvbsrc.html -- Installing ./html/gst-plugins-bad-plugins-dvbsuboverlay.html -- Installing ./html/gst-plugins-bad-plugins-dvdspu.html -- Installing ./html/gst-plugins-bad-plugins-edgedetect.html -- Installing ./html/gst-plugins-bad-plugins-errorignore.html -- Installing ./html/gst-plugins-bad-plugins-exclusion.html -- Installing ./html/gst-plugins-bad-plugins-faac.html -- Installing ./html/gst-plugins-bad-plugins-faad.html -- Installing ./html/gst-plugins-bad-plugins-faceblur.html -- Installing ./html/gst-plugins-bad-plugins-facedetect.html -- Installing ./html/gst-plugins-bad-plugins-faceoverlay.html -- Installing ./html/gst-plugins-bad-plugins-fakevideosink.html -- Installing ./html/gst-plugins-bad-plugins-fbdevsink.html -- Installing ./html/gst-plugins-bad-plugins-fdkaacdec.html -- Installing ./html/gst-plugins-bad-plugins-fdkaacenc.html -- Installing ./html/gst-plugins-bad-plugins-festival.html -- Installing ./html/gst-plugins-bad-plugins-fieldanalysis.html -- Installing ./html/gst-plugins-bad-plugins-fisheye.html -- Installing ./html/gst-plugins-bad-plugins-fluiddec.html -- Installing ./html/gst-plugins-bad-plugins-fpsdisplaysink.html -- Installing ./html/gst-plugins-bad-plugins-freeverb.html -- Installing ./html/gst-plugins-bad-plugins-gaussianblur.html -- Installing ./html/gst-plugins-bad-plugins-gdpdepay.html -- Installing ./html/gst-plugins-bad-plugins-gdppay.html -- Installing ./html/gst-plugins-bad-plugins-glmixerbin.html -- Installing ./html/gst-plugins-bad-plugins-glmosaic.html -- Installing ./html/gst-plugins-bad-plugins-glstereomix.html -- Installing ./html/gst-plugins-bad-plugins-glvideomixer.html -- Installing ./html/gst-plugins-bad-plugins-glvideomixerelement.html -- Installing ./html/gst-plugins-bad-plugins-gmedec.html -- Installing ./html/gst-plugins-bad-plugins-grabcut.html -- Installing ./html/gst-plugins-bad-plugins-gsmdec.html -- Installing ./html/gst-plugins-bad-plugins-gsmenc.html -- Installing ./html/gst-plugins-bad-plugins-h263parse.html -- Installing ./html/gst-plugins-bad-plugins-h264parse.html -- Installing ./html/gst-plugins-bad-plugins-h265parse.html -- Installing ./html/gst-plugins-bad-plugins-handdetect.html -- Installing ./html/gst-plugins-bad-plugins-hlsdemux.html -- Installing ./html/gst-plugins-bad-plugins-hlssink.html -- Installing ./html/gst-plugins-bad-plugins-hlssink2.html -- Installing ./html/gst-plugins-bad-plugins-id3mux.html -- Installing ./html/gst-plugins-bad-plugins-interaudiosink.html -- Installing ./html/gst-plugins-bad-plugins-interaudiosrc.html -- Installing ./html/gst-plugins-bad-plugins-interlace.html -- Installing ./html/gst-plugins-bad-plugins-intersubsink.html -- Installing ./html/gst-plugins-bad-plugins-intersubsrc.html -- Installing ./html/gst-plugins-bad-plugins-intervideosink.html -- Installing ./html/gst-plugins-bad-plugins-intervideosrc.html -- Installing ./html/gst-plugins-bad-plugins-ipcpipelinesink.html -- Installing ./html/gst-plugins-bad-plugins-ipcpipelinesrc.html -- Installing ./html/gst-plugins-bad-plugins-ipcslavepipeline.html -- Installing ./html/gst-plugins-bad-plugins-irtspparse.html -- Installing ./html/gst-plugins-bad-plugins-ivfparse.html -- Installing ./html/gst-plugins-bad-plugins-ivtc.html -- Installing ./html/gst-plugins-bad-plugins-jifmux.html -- Installing ./html/gst-plugins-bad-plugins-jp2kdecimator.html -- Installing ./html/gst-plugins-bad-plugins-jpeg2000parse.html -- Installing ./html/gst-plugins-bad-plugins-jpegparse.html -- Installing ./html/gst-plugins-bad-plugins-kaleidoscope.html -- Installing ./html/gst-plugins-bad-plugins-katedec.html -- Installing ./html/gst-plugins-bad-plugins-kateenc.html -- Installing ./html/gst-plugins-bad-plugins-kateparse.html -- Installing ./html/gst-plugins-bad-plugins-katetag.html -- Installing ./html/gst-plugins-bad-plugins-kmssink.html -- Installing ./html/gst-plugins-bad-plugins-ladspa.html -- Installing ./html/gst-plugins-bad-plugins-liveadder.html -- Installing ./html/gst-plugins-bad-plugins-marble.html -- Installing ./html/gst-plugins-bad-plugins-midiparse.html -- Installing ./html/gst-plugins-bad-plugins-mirror.html -- Installing ./html/gst-plugins-bad-plugins-mmssrc.html -- Installing ./html/gst-plugins-bad-plugins-modplug.html -- Installing ./html/gst-plugins-bad-plugins-motioncells.html -- Installing ./html/gst-plugins-bad-plugins-mpeg2enc.html -- Installing ./html/gst-plugins-bad-plugins-mpeg4videoparse.html -- Installing ./html/gst-plugins-bad-plugins-mpegpsdemux.html -- Installing ./html/gst-plugins-bad-plugins-mpegpsmux.html -- Installing ./html/gst-plugins-bad-plugins-mpegtsmux.html -- Installing ./html/gst-plugins-bad-plugins-mpegvideoparse.html -- Installing ./html/gst-plugins-bad-plugins-mplex.html -- Installing ./html/gst-plugins-bad-plugins-mssdemux.html -- Installing ./html/gst-plugins-bad-plugins-musepackdec.html -- Installing ./html/gst-plugins-bad-plugins-mxfdemux.html -- Installing ./html/gst-plugins-bad-plugins-mxfmux.html -- Installing ./html/gst-plugins-bad-plugins-neonhttpsrc.html -- Installing ./html/gst-plugins-bad-plugins-netsim.html -- Installing ./html/gst-plugins-bad-plugins-ofa.html -- Installing ./html/gst-plugins-bad-plugins-openalsink.html -- Installing ./html/gst-plugins-bad-plugins-openalsrc.html -- Installing ./html/gst-plugins-bad-plugins-opencvtextoverlay.html -- Installing ./html/gst-plugins-bad-plugins-openexrdec.html -- Installing ./html/gst-plugins-bad-plugins-openh264dec.html -- Installing ./html/gst-plugins-bad-plugins-openh264enc.html -- Installing ./html/gst-plugins-bad-plugins-openjpegdec.html -- Installing ./html/gst-plugins-bad-plugins-openjpegenc.html -- Installing ./html/gst-plugins-bad-plugins-opusparse.html -- Installing ./html/gst-plugins-bad-plugins-pcapparse.html -- Installing ./html/gst-plugins-bad-plugins-perspective.html -- Installing ./html/gst-plugins-bad-plugins-pinch.html -- Installing ./html/gst-plugins-bad-plugins-pitch.html -- Installing ./html/gst-plugins-bad-plugins-plugin-accurip.html -- Installing ./html/gst-plugins-bad-plugins-plugin-adpcmdec.html -- Installing ./html/gst-plugins-bad-plugins-plugin-adpcmenc.html -- Installing ./html/gst-plugins-bad-plugins-plugin-aiff.html -- Installing ./html/gst-plugins-bad-plugins-plugin-asfmux.html -- Installing ./html/gst-plugins-bad-plugins-plugin-assrender.html -- Installing ./html/gst-plugins-bad-plugins-plugin-audiobuffersplit.html -- Installing ./html/gst-plugins-bad-plugins-plugin-audiofxbad.html -- Installing ./html/gst-plugins-bad-plugins-plugin-audiolatency.html -- Installing ./html/gst-plugins-bad-plugins-plugin-audiomixmatrix.html -- Installing ./html/gst-plugins-bad-plugins-plugin-audiovisualizers.html -- Installing ./html/gst-plugins-bad-plugins-plugin-autoconvert.html -- Installing ./html/gst-plugins-bad-plugins-plugin-bayer.html -- Installing ./html/gst-plugins-bad-plugins-plugin-bluez.html -- Installing ./html/gst-plugins-bad-plugins-plugin-bs2b.html -- Installing ./html/gst-plugins-bad-plugins-plugin-bz2.html -- Installing ./html/gst-plugins-bad-plugins-plugin-camerabin.html -- Installing ./html/gst-plugins-bad-plugins-plugin-chromaprint.html -- Installing ./html/gst-plugins-bad-plugins-plugin-coloreffects.html -- Installing ./html/gst-plugins-bad-plugins-plugin-colormanagement.html -- Installing ./html/gst-plugins-bad-plugins-plugin-compositor.html -- Installing ./html/gst-plugins-bad-plugins-plugin-curl.html -- Installing ./html/gst-plugins-bad-plugins-plugin-dashdemux.html -- Installing ./html/gst-plugins-bad-plugins-plugin-dc1394.html -- Installing ./html/gst-plugins-bad-plugins-plugin-de265.html -- Installing ./html/gst-plugins-bad-plugins-plugin-debugutilsbad.html -- Installing ./html/gst-plugins-bad-plugins-plugin-decklink.html -- Installing ./html/gst-plugins-bad-plugins-plugin-dfbvideosink.html -- Installing ./html/gst-plugins-bad-plugins-plugin-dtls.html -- Installing ./html/gst-plugins-bad-plugins-plugin-dtsdec.html -- Installing ./html/gst-plugins-bad-plugins-plugin-dvb.html -- Installing ./html/gst-plugins-bad-plugins-plugin-dvbsuboverlay.html -- Installing ./html/gst-plugins-bad-plugins-plugin-dvdspu.html -- Installing ./html/gst-plugins-bad-plugins-plugin-faac.html -- Installing ./html/gst-plugins-bad-plugins-plugin-faad.html -- Installing ./html/gst-plugins-bad-plugins-plugin-faceoverlay.html -- Installing ./html/gst-plugins-bad-plugins-plugin-fbdevsink.html -- Installing ./html/gst-plugins-bad-plugins-plugin-fdkaac.html -- Installing ./html/gst-plugins-bad-plugins-plugin-festival.html -- Installing ./html/gst-plugins-bad-plugins-plugin-fieldanalysis.html -- Installing ./html/gst-plugins-bad-plugins-plugin-flite.html -- Installing ./html/gst-plugins-bad-plugins-plugin-fluidsynthmidi.html -- Installing ./html/gst-plugins-bad-plugins-plugin-freeverb.html -- Installing ./html/gst-plugins-bad-plugins-plugin-frei0r.html -- Installing ./html/gst-plugins-bad-plugins-plugin-gaudieffects.html -- Installing ./html/gst-plugins-bad-plugins-plugin-gdp.html -- Installing ./html/gst-plugins-bad-plugins-plugin-geometrictransform.html -- Installing ./html/gst-plugins-bad-plugins-plugin-gme.html -- Installing ./html/gst-plugins-bad-plugins-plugin-gmedec.html -- Installing ./html/gst-plugins-bad-plugins-plugin-gsm.html -- Installing ./html/gst-plugins-bad-plugins-plugin-gstsiren.html -- Installing ./html/gst-plugins-bad-plugins-plugin-hls.html -- Installing ./html/gst-plugins-bad-plugins-plugin-id3tag.html -- Installing ./html/gst-plugins-bad-plugins-plugin-inter.html -- Installing ./html/gst-plugins-bad-plugins-plugin-interlace.html -- Installing ./html/gst-plugins-bad-plugins-plugin-ipcpipeline.html -- Installing ./html/gst-plugins-bad-plugins-plugin-ivfparse.html -- Installing ./html/gst-plugins-bad-plugins-plugin-ivtc.html -- Installing ./html/gst-plugins-bad-plugins-plugin-jp2kdecimator.html -- Installing ./html/gst-plugins-bad-plugins-plugin-jpegformat.html -- Installing ./html/gst-plugins-bad-plugins-plugin-kate.html -- Installing ./html/gst-plugins-bad-plugins-plugin-kms.html -- Installing ./html/gst-plugins-bad-plugins-plugin-ladspa.html -- Installing ./html/gst-plugins-bad-plugins-plugin-legacyrawparse.html -- Installing ./html/gst-plugins-bad-plugins-plugin-midi.html -- Installing ./html/gst-plugins-bad-plugins-plugin-mms.html -- Installing ./html/gst-plugins-bad-plugins-plugin-modplug.html -- Installing ./html/gst-plugins-bad-plugins-plugin-mpeg2enc.html -- Installing ./html/gst-plugins-bad-plugins-plugin-mpegpsdemux.html -- Installing ./html/gst-plugins-bad-plugins-plugin-mpegpsmux.html -- Installing ./html/gst-plugins-bad-plugins-plugin-mpegtsdemux.html -- Installing ./html/gst-plugins-bad-plugins-plugin-mpegtsmux.html -- Installing ./html/gst-plugins-bad-plugins-plugin-mplex.html -- Installing ./html/gst-plugins-bad-plugins-plugin-musepack.html -- Installing ./html/gst-plugins-bad-plugins-plugin-mxf.html -- Installing ./html/gst-plugins-bad-plugins-plugin-neon.html -- Installing ./html/gst-plugins-bad-plugins-plugin-neonhttpsrc.html -- Installing ./html/gst-plugins-bad-plugins-plugin-netsim.html -- Installing ./html/gst-plugins-bad-plugins-plugin-ofa.html -- Installing ./html/gst-plugins-bad-plugins-plugin-openal.html -- Installing ./html/gst-plugins-bad-plugins-plugin-opencv.html -- Installing ./html/gst-plugins-bad-plugins-plugin-openexr.html -- Installing ./html/gst-plugins-bad-plugins-plugin-openglmixers.html -- Installing ./html/gst-plugins-bad-plugins-plugin-openh264.html -- Installing ./html/gst-plugins-bad-plugins-plugin-openjpeg.html -- Installing ./html/gst-plugins-bad-plugins-plugin-opusparse.html -- Installing ./html/gst-plugins-bad-plugins-plugin-pcapparse.html -- Installing ./html/gst-plugins-bad-plugins-plugin-pnm.html -- Installing ./html/gst-plugins-bad-plugins-plugin-proxy.html -- Installing ./html/gst-plugins-bad-plugins-plugin-rawparse.html -- Installing ./html/gst-plugins-bad-plugins-plugin-removesilence.html -- Installing ./html/gst-plugins-bad-plugins-plugin-resindvd.html -- Installing ./html/gst-plugins-bad-plugins-plugin-rfbsrc.html -- Installing ./html/gst-plugins-bad-plugins-plugin-rsvg.html -- Installing ./html/gst-plugins-bad-plugins-plugin-rtmp.html -- Installing ./html/gst-plugins-bad-plugins-plugin-rtponvif.html -- Installing ./html/gst-plugins-bad-plugins-plugin-sbc.html -- Installing ./html/gst-plugins-bad-plugins-plugin-sdpelem.html -- Installing ./html/gst-plugins-bad-plugins-plugin-segmentclip.html -- Installing ./html/gst-plugins-bad-plugins-plugin-shm.html -- Installing ./html/gst-plugins-bad-plugins-plugin-siren.html -- Installing ./html/gst-plugins-bad-plugins-plugin-smooth.html -- Installing ./html/gst-plugins-bad-plugins-plugin-smoothstreaming.html -- Installing ./html/gst-plugins-bad-plugins-plugin-sndfile.html -- Installing ./html/gst-plugins-bad-plugins-plugin-soundtouch.html -- Installing ./html/gst-plugins-bad-plugins-plugin-spandsp.html -- Installing ./html/gst-plugins-bad-plugins-plugin-speed.html -- Installing ./html/gst-plugins-bad-plugins-plugin-srtp.html -- Installing ./html/gst-plugins-bad-plugins-plugin-stereo.html -- Installing ./html/gst-plugins-bad-plugins-plugin-subenc.html -- Installing ./html/gst-plugins-bad-plugins-plugin-teletext.html -- Installing ./html/gst-plugins-bad-plugins-plugin-timecode.html -- Installing ./html/gst-plugins-bad-plugins-plugin-ttmlsubs.html -- Installing ./html/gst-plugins-bad-plugins-plugin-uvch264.html -- Installing ./html/gst-plugins-bad-plugins-plugin-vcdsrc.html -- Installing ./html/gst-plugins-bad-plugins-plugin-vdpau.html -- Installing ./html/gst-plugins-bad-plugins-plugin-videofiltersbad.html -- Installing ./html/gst-plugins-bad-plugins-plugin-videoframe_audiolevel.html -- Installing ./html/gst-plugins-bad-plugins-plugin-videoparsersbad.html -- Installing ./html/gst-plugins-bad-plugins-plugin-videosignal.html -- Installing ./html/gst-plugins-bad-plugins-plugin-vmnc.html -- Installing ./html/gst-plugins-bad-plugins-plugin-voaacenc.html -- Installing ./html/gst-plugins-bad-plugins-plugin-voamrwbenc.html -- Installing ./html/gst-plugins-bad-plugins-plugin-vulkan.html -- Installing ./html/gst-plugins-bad-plugins-plugin-wasapi.html -- Installing ./html/gst-plugins-bad-plugins-plugin-waylandsink.html -- Installing ./html/gst-plugins-bad-plugins-plugin-webp.html -- Installing ./html/gst-plugins-bad-plugins-plugin-webrtc.html -- Installing ./html/gst-plugins-bad-plugins-plugin-webrtcdsp.html -- Installing ./html/gst-plugins-bad-plugins-plugin-wildmidi.html -- Installing ./html/gst-plugins-bad-plugins-plugin-x265.html -- Installing ./html/gst-plugins-bad-plugins-plugin-y4mdec.html -- Installing ./html/gst-plugins-bad-plugins-plugin-yadif.html -- Installing ./html/gst-plugins-bad-plugins-plugin-zbar.html -- Installing ./html/gst-plugins-bad-plugins-pngparse.html -- Installing ./html/gst-plugins-bad-plugins-pnmdec.html -- Installing ./html/gst-plugins-bad-plugins-pnmenc.html -- Installing ./html/gst-plugins-bad-plugins-proxysink.html -- Installing ./html/gst-plugins-bad-plugins-proxysrc.html -- Installing ./html/gst-plugins-bad-plugins-rawaudioparse.html -- Installing ./html/gst-plugins-bad-plugins-rawvideoparse.html -- Installing ./html/gst-plugins-bad-plugins-removesilence.html -- Installing ./html/gst-plugins-bad-plugins-retinex.html -- Installing ./html/gst-plugins-bad-plugins-rfbsrc.html -- Installing ./html/gst-plugins-bad-plugins-rgb2bayer.html -- Installing ./html/gst-plugins-bad-plugins-rotate.html -- Installing ./html/gst-plugins-bad-plugins-rsndvdbin.html -- Installing ./html/gst-plugins-bad-plugins-rsvgdec.html -- Installing ./html/gst-plugins-bad-plugins-rsvgoverlay.html -- Installing ./html/gst-plugins-bad-plugins-rtmpsink.html -- Installing ./html/gst-plugins-bad-plugins-rtmpsrc.html -- Installing ./html/gst-plugins-bad-plugins-rtpasfpay.html -- Installing ./html/gst-plugins-bad-plugins-rtponvifparse.html -- Installing ./html/gst-plugins-bad-plugins-rtponviftimestamp.html -- Installing ./html/gst-plugins-bad-plugins-sbcdec.html -- Installing ./html/gst-plugins-bad-plugins-sbcenc.html -- Installing ./html/gst-plugins-bad-plugins-scenechange.html -- Installing ./html/gst-plugins-bad-plugins-sdpdemux.html -- Installing ./html/gst-plugins-bad-plugins-sdpsrc.html -- Installing ./html/gst-plugins-bad-plugins-segmentation.html -- Installing ./html/gst-plugins-bad-plugins-sfdec.html -- Installing ./html/gst-plugins-bad-plugins-shmsink.html -- Installing ./html/gst-plugins-bad-plugins-shmsrc.html -- Installing ./html/gst-plugins-bad-plugins-simplevideomark.html -- Installing ./html/gst-plugins-bad-plugins-simplevideomarkdetect.html -- Installing ./html/gst-plugins-bad-plugins-sirendec.html -- Installing ./html/gst-plugins-bad-plugins-sirenenc.html -- Installing ./html/gst-plugins-bad-plugins-skindetect.html -- Installing ./html/gst-plugins-bad-plugins-smooth.html -- Installing ./html/gst-plugins-bad-plugins-solarize.html -- Installing ./html/gst-plugins-bad-plugins-spacescope.html -- Installing ./html/gst-plugins-bad-plugins-spanplc.html -- Installing ./html/gst-plugins-bad-plugins-spectrascope.html -- Installing ./html/gst-plugins-bad-plugins-speed.html -- Installing ./html/gst-plugins-bad-plugins-sphere.html -- Installing ./html/gst-plugins-bad-plugins-square.html -- Installing ./html/gst-plugins-bad-plugins-srtenc.html -- Installing ./html/gst-plugins-bad-plugins-srtpdec.html -- Installing ./html/gst-plugins-bad-plugins-srtpenc.html -- Installing ./html/gst-plugins-bad-plugins-stereo.html -- Installing ./html/gst-plugins-bad-plugins-stretch.html -- Installing ./html/gst-plugins-bad-plugins-synaescope.html -- Installing ./html/gst-plugins-bad-plugins-teletextdec.html -- Installing ./html/gst-plugins-bad-plugins-templatematch.html -- Installing ./html/gst-plugins-bad-plugins-tiger.html -- Installing ./html/gst-plugins-bad-plugins-timecodestamper.html -- Installing ./html/gst-plugins-bad-plugins-tonegeneratesrc.html -- Installing ./html/gst-plugins-bad-plugins-tsdemux.html -- Installing ./html/gst-plugins-bad-plugins-tsparse.html -- Installing ./html/gst-plugins-bad-plugins-ttmlparse.html -- Installing ./html/gst-plugins-bad-plugins-ttmlrender.html -- Installing ./html/gst-plugins-bad-plugins-tunnel.html -- Installing ./html/gst-plugins-bad-plugins-twirl.html -- Installing ./html/gst-plugins-bad-plugins-unalignedaudioparse.html -- Installing ./html/gst-plugins-bad-plugins-unalignedvideoparse.html -- Installing ./html/gst-plugins-bad-plugins-uvch264mjpgdemux.html -- Installing ./html/gst-plugins-bad-plugins-uvch264src.html -- Installing ./html/gst-plugins-bad-plugins-vc1parse.html -- Installing ./html/gst-plugins-bad-plugins-vcdsrc.html -- Installing ./html/gst-plugins-bad-plugins-vdpaumpegdec.html -- Installing ./html/gst-plugins-bad-plugins-videoanalyse.html -- Installing ./html/gst-plugins-bad-plugins-videodiff.html -- Installing ./html/gst-plugins-bad-plugins-videoframe-audiolevel.html -- Installing ./html/gst-plugins-bad-plugins-videoparse.html -- Installing ./html/gst-plugins-bad-plugins-videosegmentclip.html -- Installing ./html/gst-plugins-bad-plugins-viewfinderbin.html -- Installing ./html/gst-plugins-bad-plugins-vmncdec.html -- Installing ./html/gst-plugins-bad-plugins-voaacenc.html -- Installing ./html/gst-plugins-bad-plugins-voamrwbenc.html -- Installing ./html/gst-plugins-bad-plugins-vulkansink.html -- Installing ./html/gst-plugins-bad-plugins-vulkanupload.html -- Installing ./html/gst-plugins-bad-plugins-wasapisink.html -- Installing ./html/gst-plugins-bad-plugins-wasapisrc.html -- Installing ./html/gst-plugins-bad-plugins-watchdog.html -- Installing ./html/gst-plugins-bad-plugins-waterripple.html -- Installing ./html/gst-plugins-bad-plugins-wavescope.html -- Installing ./html/gst-plugins-bad-plugins-waylandsink.html -- Installing ./html/gst-plugins-bad-plugins-webpdec.html -- Installing ./html/gst-plugins-bad-plugins-webpenc.html -- Installing ./html/gst-plugins-bad-plugins-webrtcbin.html -- Installing ./html/gst-plugins-bad-plugins-webrtcdsp.html -- Installing ./html/gst-plugins-bad-plugins-webrtcechoprobe.html -- Installing ./html/gst-plugins-bad-plugins-webvttenc.html -- Installing ./html/gst-plugins-bad-plugins-wildmidi.html -- Installing ./html/gst-plugins-bad-plugins-wrappercamerabinsrc.html -- Installing ./html/gst-plugins-bad-plugins-x265enc.html -- Installing ./html/gst-plugins-bad-plugins-y4mdec.html -- Installing ./html/gst-plugins-bad-plugins-yadif.html -- Installing ./html/gst-plugins-bad-plugins-zbar.html -- Installing ./html/gst-plugins-bad-plugins-zebrastripe.html -- Installing ./html/index.html -- Installing ./html/camerabin.png -- Installing ./html/home.png -- Installing ./html/left-insensitive.png -- Installing ./html/left.png -- Installing ./html/right-insensitive.png -- Installing ./html/right.png -- Installing ./html/up-insensitive.png -- Installing ./html/up.png -- Installing ./html/style.css -- Installing ./html/camerabin.png -- Installing ./html/home.png -- Installing ./html/left-insensitive.png -- Installing ./html/left.png -- Installing ./html/right-insensitive.png -- Installing ./html/right.png -- Installing ./html/up-insensitive.png -- Installing ./html/up.png -- Installing ./html/gst-plugins-bad-plugins-1.0.devhelp2 make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/docs/plugins' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/docs/plugins' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/docs/plugins' make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/docs' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/docs' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/docs' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/docs' make[1]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/docs' Making install in tests make[1]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests' Making install in check make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/check' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/check' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/check' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/check' Making install in examples make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples' Making install in codecparsers make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/codecparsers' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/codecparsers' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/codecparsers' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/codecparsers' Making install in compositor make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/compositor' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/compositor' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/compositor' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/compositor' Making install in mpegts make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/mpegts' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/mpegts' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/mpegts' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/mpegts' Making install in opencv make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/opencv' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/opencv' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/opencv' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/opencv' Making install in waylandsink make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/waylandsink' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/waylandsink' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/waylandsink' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/waylandsink' Making install in audiomixmatrix make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/audiomixmatrix' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/audiomixmatrix' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/audiomixmatrix' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/audiomixmatrix' Making install in ipcpipeline make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/ipcpipeline' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/ipcpipeline' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/ipcpipeline' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples/ipcpipeline' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples' make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples' make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/examples' Making install in files make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/files' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/files' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/files' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/files' Making install in icles make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/icles' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/icles' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/icles' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests/icles' make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests' make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests' make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests' make[1]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tests' Making install in po make[1]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/po' /usr/bin/mkdir -p /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share installing af.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/af/LC_MESSAGES/gst-plugins-bad-1.0.mo installing az.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/az/LC_MESSAGES/gst-plugins-bad-1.0.mo installing bg.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/bg/LC_MESSAGES/gst-plugins-bad-1.0.mo installing ca.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/ca/LC_MESSAGES/gst-plugins-bad-1.0.mo installing cs.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/cs/LC_MESSAGES/gst-plugins-bad-1.0.mo installing da.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/da/LC_MESSAGES/gst-plugins-bad-1.0.mo installing de.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/de/LC_MESSAGES/gst-plugins-bad-1.0.mo installing el.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/el/LC_MESSAGES/gst-plugins-bad-1.0.mo installing en_GB.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/en_GB/LC_MESSAGES/gst-plugins-bad-1.0.mo installing eo.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/eo/LC_MESSAGES/gst-plugins-bad-1.0.mo installing es.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/es/LC_MESSAGES/gst-plugins-bad-1.0.mo installing eu.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/eu/LC_MESSAGES/gst-plugins-bad-1.0.mo installing fi.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/fi/LC_MESSAGES/gst-plugins-bad-1.0.mo installing fr.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/fr/LC_MESSAGES/gst-plugins-bad-1.0.mo installing fur.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/fur/LC_MESSAGES/gst-plugins-bad-1.0.mo installing gl.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/gl/LC_MESSAGES/gst-plugins-bad-1.0.mo installing hr.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/hr/LC_MESSAGES/gst-plugins-bad-1.0.mo installing hu.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/hu/LC_MESSAGES/gst-plugins-bad-1.0.mo installing id.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/id/LC_MESSAGES/gst-plugins-bad-1.0.mo installing it.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/it/LC_MESSAGES/gst-plugins-bad-1.0.mo installing ja.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/ja/LC_MESSAGES/gst-plugins-bad-1.0.mo installing ky.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/ky/LC_MESSAGES/gst-plugins-bad-1.0.mo installing lt.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/lt/LC_MESSAGES/gst-plugins-bad-1.0.mo installing lv.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/lv/LC_MESSAGES/gst-plugins-bad-1.0.mo installing mt.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/mt/LC_MESSAGES/gst-plugins-bad-1.0.mo installing nb.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/nb/LC_MESSAGES/gst-plugins-bad-1.0.mo installing nl.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/nl/LC_MESSAGES/gst-plugins-bad-1.0.mo installing or.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/or/LC_MESSAGES/gst-plugins-bad-1.0.mo installing pl.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/pl/LC_MESSAGES/gst-plugins-bad-1.0.mo installing pt_BR.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/pt_BR/LC_MESSAGES/gst-plugins-bad-1.0.mo installing ro.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/ro/LC_MESSAGES/gst-plugins-bad-1.0.mo installing ru.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/ru/LC_MESSAGES/gst-plugins-bad-1.0.mo installing sk.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/sk/LC_MESSAGES/gst-plugins-bad-1.0.mo installing sl.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/sl/LC_MESSAGES/gst-plugins-bad-1.0.mo installing sq.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/sq/LC_MESSAGES/gst-plugins-bad-1.0.mo installing sr.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/sr/LC_MESSAGES/gst-plugins-bad-1.0.mo installing sv.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/sv/LC_MESSAGES/gst-plugins-bad-1.0.mo installing tr.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/tr/LC_MESSAGES/gst-plugins-bad-1.0.mo installing uk.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/uk/LC_MESSAGES/gst-plugins-bad-1.0.mo installing vi.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/vi/LC_MESSAGES/gst-plugins-bad-1.0.mo installing zh_CN.gmo as /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/locale/zh_CN/LC_MESSAGES/gst-plugins-bad-1.0.mo if test "gst-plugins-bad" = "gettext-tools"; then \ /usr/bin/mkdir -p /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -p -m 644 ./$file \ /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[1]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/po' Making install in tools make[1]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tools' make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tools' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tools' make[1]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0/tools' make[1]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0' make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0' make[1]: Leaving directory '/builddir/build/BUILD/gst-plugins-bad-1.14.0' + mkdir -p /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/appdata + cat + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64 gst-plugins-bad-1.0 + find /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64 -name '*.la' -exec rm -fv '{}' ';' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgsturidownloader-1.0.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstphotography-1.0.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstinsertbin-1.0.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstbasecamerabinsrc-1.0.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstadaptivedemux-1.0.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstplayer-1.0.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstwebrtc-1.0.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstisoff-1.0.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstcodecparsers-1.0.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstpcapparse.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstgsm.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstautoconvert.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstdashdemux.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstopenjpeg.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstsoundtouch.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstdvb.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstivtc.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstuvch264.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstcamerabin.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstcurl.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstfaceoverlay.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstmodplug.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstremovesilence.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstadpcmenc.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstinterlace.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgsthls.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstteletext.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstfreeverb.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstbayer.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstttmlsubs.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstcoloreffects.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstjpegformat.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstvideoparsersbad.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstipcpipeline.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstfbdevsink.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstcompositor.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgststereo.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstwildmidi.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstbs2b.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstassrender.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstwebrtcdsp.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstsrtp.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstmpegtsdemux.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstadpcmdec.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstsdpelem.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstrsvg.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstspeed.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstmxf.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstaudiobuffersplit.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstproxy.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstopusparse.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgsty4mdec.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstinter.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstrtponvif.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstsndfile.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstlegacyrawparse.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstvmnc.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstmusepack.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstmpegpsmux.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstresindvd.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstsmoothstreaming.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstaudiovisualizers.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstvideofiltersbad.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstwaylandsink.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstjp2kdecimator.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstrfbsrc.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstaudiolatency.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstaccurip.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstfluidsynthmidi.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstgaudieffects.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstsmooth.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstgeometrictransform.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstmpegtsmux.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstwebp.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstasfmux.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstgme.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstvdpau.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstid3tag.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstvideosignal.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstmpegpsdemux.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstcolormanagement.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstdtls.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstpnm.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstopenglmixers.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstkms.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstmidi.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstdebugutilsbad.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstdecklink.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstopenexr.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstaiff.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgsttimecode.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstbz2.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstladspa.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstnetsim.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstopenal.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstvideoframe_audiolevel.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstofa.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstzbar.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstaudiomixmatrix.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstaudiofxbad.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstgdp.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstkate.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstfestival.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstivfparse.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstvcdsrc.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstfieldanalysis.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstbluez.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstsubenc.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstchromaprint.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstyadif.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstfrei0r.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstshm.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/gstreamer-1.0/libgstsegmentclip.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstmpegts-1.0.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstbadaudio-1.0.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstbadvideo-1.0.la' removed '/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/lib64/libgstwayland-1.0.la' + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.WDZFSb + umask 022 + cd /builddir/build/BUILD + cd gst-plugins-bad-1.14.0 + DOCDIR=/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/doc/gstreamer1-plugins-bad-free + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/doc/gstreamer1-plugins-bad-free + cp -pr AUTHORS /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/doc/gstreamer1-plugins-bad-free + cp -pr README /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/doc/gstreamer1-plugins-bad-free + cp -pr REQUIREMENTS /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/doc/gstreamer1-plugins-bad-free + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Sxaxrm + umask 022 + cd /builddir/build/BUILD + cd gst-plugins-bad-1.14.0 + LICENSEDIR=/builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/licenses/gstreamer1-plugins-bad-free + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/licenses/gstreamer1-plugins-bad-free + cp -pr COPYING /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/licenses/gstreamer1-plugins-bad-free + cp -pr COPYING.LIB /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64/usr/share/licenses/gstreamer1-plugins-bad-free + exit 0 Provides: gstreamer1(decoder-application/dash+xml)()(64bit) gstreamer1(decoder-application/mxf)()(64bit) gstreamer1(decoder-application/vnd.ms-sstr+xml)()(64bit) gstreamer1(decoder-application/x-hls)()(64bit) gstreamer1(decoder-application/x-yuv4mpeg)(y4mversion=2)()(64bit) gstreamer1(decoder-audio/midi)()(64bit) gstreamer1(decoder-audio/ms-gsm)()(64bit) gstreamer1(decoder-audio/riff-midi)()(64bit) gstreamer1(decoder-audio/x-adpcm)()(64bit) gstreamer1(decoder-audio/x-aiff)()(64bit) gstreamer1(decoder-audio/x-gsm)()(64bit) gstreamer1(decoder-audio/x-ircam)()(64bit) gstreamer1(decoder-audio/x-musepack)(streamversion=7)()(64bit) gstreamer1(decoder-audio/x-nist)()(64bit) gstreamer1(decoder-audio/x-paris)()(64bit) gstreamer1(decoder-audio/x-rf64)()(64bit) gstreamer1(decoder-audio/x-sds)()(64bit) gstreamer1(decoder-audio/x-svx)()(64bit) gstreamer1(decoder-audio/x-voc)()(64bit) gstreamer1(decoder-audio/x-w64)()(64bit) gstreamer1(decoder-audio/x-xi)()(64bit) gstreamer1(decoder-image/jp2)()(64bit) gstreamer1(decoder-image/png)()(64bit) gstreamer1(decoder-image/svg)()(64bit) gstreamer1(decoder-image/svg+xml)()(64bit) gstreamer1(decoder-image/webp)()(64bit) gstreamer1(decoder-image/x-j2c)()(64bit) gstreamer1(decoder-image/x-jpc)()(64bit) gstreamer1(decoder-image/x-portable-anymap)()(64bit) gstreamer1(decoder-image/x-portable-bitmap)()(64bit) gstreamer1(decoder-image/x-portable-graymap)()(64bit) gstreamer1(decoder-image/x-portable-pixmap)()(64bit) gstreamer1(decoder-video/mpeg)(mpegversion=1)(systemstream=false)()(64bit) gstreamer1(decoder-video/mpeg)(mpegversion=1)(systemstream=true)()(64bit) gstreamer1(decoder-video/mpeg)(mpegversion=2)(systemstream=false)()(64bit) gstreamer1(decoder-video/mpeg)(mpegversion=2)(systemstream=true)()(64bit) gstreamer1(decoder-video/mpeg)(mpegversion=4)(systemstream=false)()(64bit) gstreamer1(decoder-video/mpegts)(systemstream=true)()(64bit) gstreamer1(decoder-video/x-cdxa)()(64bit) gstreamer1(decoder-video/x-divx)(divxversion=4)()(64bit) gstreamer1(decoder-video/x-divx)(divxversion=5)()(64bit) gstreamer1(decoder-video/x-h263)(variant=itu)()(64bit) gstreamer1(decoder-video/x-h264)()(64bit) gstreamer1(decoder-video/x-h265)()(64bit) gstreamer1(decoder-video/x-ivf)()(64bit) gstreamer1(decoder-video/x-vmnc)(version=1)()(64bit) gstreamer1(element-accurip)()(64bit) gstreamer1(element-adpcmdec)()(64bit) gstreamer1(element-adpcmenc)()(64bit) gstreamer1(element-aiffmux)()(64bit) gstreamer1(element-aiffparse)()(64bit) gstreamer1(element-asfmux)()(64bit) gstreamer1(element-asfparse)()(64bit) gstreamer1(element-audiobuffersplit)()(64bit) gstreamer1(element-audiochannelmix)()(64bit) gstreamer1(element-audiolatency)()(64bit) gstreamer1(element-audiomixmatrix)()(64bit) gstreamer1(element-audioparse)()(64bit) gstreamer1(element-audiosegmentclip)()(64bit) gstreamer1(element-autoconvert)()(64bit) gstreamer1(element-autovideoconvert)()(64bit) gstreamer1(element-avwait)()(64bit) gstreamer1(element-bayer2rgb)()(64bit) gstreamer1(element-bpmdetect)()(64bit) gstreamer1(element-bulge)()(64bit) gstreamer1(element-burn)()(64bit) gstreamer1(element-bz2dec)()(64bit) gstreamer1(element-bz2enc)()(64bit) gstreamer1(element-camerabin)()(64bit) gstreamer1(element-checksumsink)()(64bit) gstreamer1(element-chopmydata)()(64bit) gstreamer1(element-chromahold)()(64bit) gstreamer1(element-chromium)()(64bit) gstreamer1(element-circle)()(64bit) gstreamer1(element-coloreffects)()(64bit) gstreamer1(element-combdetect)()(64bit) gstreamer1(element-compare)()(64bit) gstreamer1(element-compositor)()(64bit) gstreamer1(element-dashdemux)()(64bit) gstreamer1(element-debugspy)()(64bit) gstreamer1(element-diffuse)()(64bit) gstreamer1(element-dilate)()(64bit) gstreamer1(element-diracparse)()(64bit) gstreamer1(element-dodge)()(64bit) gstreamer1(element-dtlsdec)()(64bit) gstreamer1(element-dtlsenc)()(64bit) gstreamer1(element-dtlssrtpdec)()(64bit) gstreamer1(element-dtlssrtpdemux)()(64bit) gstreamer1(element-dtlssrtpenc)()(64bit) gstreamer1(element-dvbbasebin)()(64bit) gstreamer1(element-dvbsrc)()(64bit) gstreamer1(element-errorignore)()(64bit) gstreamer1(element-exclusion)()(64bit) gstreamer1(element-faceoverlay)()(64bit) gstreamer1(element-fakevideosink)()(64bit) gstreamer1(element-fbdevsink)()(64bit) gstreamer1(element-festival)()(64bit) gstreamer1(element-fieldanalysis)()(64bit) gstreamer1(element-fisheye)()(64bit) gstreamer1(element-fpsdisplaysink)()(64bit) gstreamer1(element-freeverb)()(64bit) gstreamer1(element-gaussianblur)()(64bit) gstreamer1(element-gdpdepay)()(64bit) gstreamer1(element-gdppay)()(64bit) gstreamer1(element-glmixerbin)()(64bit) gstreamer1(element-glmosaic)()(64bit) gstreamer1(element-glstereomix)()(64bit) gstreamer1(element-glvideomixer)()(64bit) gstreamer1(element-glvideomixerelement)()(64bit) gstreamer1(element-gsmdec)()(64bit) gstreamer1(element-gsmenc)()(64bit) gstreamer1(element-h263parse)()(64bit) gstreamer1(element-h264parse)()(64bit) gstreamer1(element-h265parse)()(64bit) gstreamer1(element-hlsdemux)()(64bit) gstreamer1(element-hlssink)()(64bit) gstreamer1(element-hlssink2)()(64bit) gstreamer1(element-id3mux)()(64bit) gstreamer1(element-interaudiosink)()(64bit) gstreamer1(element-interaudiosrc)()(64bit) gstreamer1(element-interlace)()(64bit) gstreamer1(element-intersubsink)()(64bit) gstreamer1(element-intersubsrc)()(64bit) gstreamer1(element-intervideosink)()(64bit) gstreamer1(element-intervideosrc)()(64bit) gstreamer1(element-ipcpipelinesink)()(64bit) gstreamer1(element-ipcpipelinesrc)()(64bit) gstreamer1(element-ipcslavepipeline)()(64bit) gstreamer1(element-irtspparse)()(64bit) gstreamer1(element-ivfparse)()(64bit) gstreamer1(element-ivtc)()(64bit) gstreamer1(element-jifmux)()(64bit) gstreamer1(element-jp2kdecimator)()(64bit) gstreamer1(element-jpeg2000parse)()(64bit) gstreamer1(element-jpegparse)()(64bit) gstreamer1(element-kaleidoscope)()(64bit) gstreamer1(element-kmssink)()(64bit) gstreamer1(element-ladspa-amp-so-amp-mono)()(64bit) gstreamer1(element-ladspa-amp-so-amp-stereo)()(64bit) gstreamer1(element-ladspa-delay-so-delay-5s)()(64bit) gstreamer1(element-ladspa-filter-so-hpf)()(64bit) gstreamer1(element-ladspa-filter-so-lpf)()(64bit) gstreamer1(element-ladspa-sine-so-sine-faaa)()(64bit) gstreamer1(element-ladspa-sine-so-sine-faac)()(64bit) gstreamer1(element-ladspa-sine-so-sine-fcaa)()(64bit) gstreamer1(element-ladspasrc-noise-so-noise-white)()(64bit) gstreamer1(element-ladspasrc-sine-so-sine-fcac)()(64bit) gstreamer1(element-lcms)()(64bit) gstreamer1(element-marble)()(64bit) gstreamer1(element-midiparse)()(64bit) gstreamer1(element-mirror)()(64bit) gstreamer1(element-mpeg4videoparse)()(64bit) gstreamer1(element-mpegpsdemux)()(64bit) gstreamer1(element-mpegpsmux)()(64bit) gstreamer1(element-mpegtsmux)()(64bit) gstreamer1(element-mpegvideoparse)()(64bit) gstreamer1(element-mssdemux)()(64bit) gstreamer1(element-musepackdec)()(64bit) gstreamer1(element-mxfdemux)()(64bit) gstreamer1(element-mxfmux)()(64bit) gstreamer1(element-netsim)()(64bit) gstreamer1(element-opusparse)()(64bit) gstreamer1(element-pcapparse)()(64bit) gstreamer1(element-perspective)()(64bit) gstreamer1(element-pinch)()(64bit) gstreamer1(element-pitch)()(64bit) gstreamer1(element-pngparse)()(64bit) gstreamer1(element-pnmdec)()(64bit) gstreamer1(element-pnmenc)()(64bit) gstreamer1(element-proxysink)()(64bit) gstreamer1(element-proxysrc)()(64bit) gstreamer1(element-removesilence)()(64bit) gstreamer1(element-rfbsrc)()(64bit) gstreamer1(element-rgb2bayer)()(64bit) gstreamer1(element-rotate)()(64bit) gstreamer1(element-rsndvdbin)()(64bit) gstreamer1(element-rsvgdec)()(64bit) gstreamer1(element-rsvgoverlay)()(64bit) gstreamer1(element-rtpasfpay)()(64bit) gstreamer1(element-rtponvifparse)()(64bit) gstreamer1(element-rtponviftimestamp)()(64bit) gstreamer1(element-scenechange)()(64bit) gstreamer1(element-sdpdemux)()(64bit) gstreamer1(element-sdpsrc)()(64bit) gstreamer1(element-sfdec)()(64bit) gstreamer1(element-shmsink)()(64bit) gstreamer1(element-shmsrc)()(64bit) gstreamer1(element-simplevideomark)()(64bit) gstreamer1(element-simplevideomarkdetect)()(64bit) gstreamer1(element-smooth)()(64bit) gstreamer1(element-solarize)()(64bit) gstreamer1(element-spacescope)()(64bit) gstreamer1(element-spectrascope)()(64bit) gstreamer1(element-speed)()(64bit) gstreamer1(element-sphere)()(64bit) gstreamer1(element-square)()(64bit) gstreamer1(element-srtenc)()(64bit) gstreamer1(element-srtpdec)()(64bit) gstreamer1(element-srtpenc)()(64bit) gstreamer1(element-stereo)()(64bit) gstreamer1(element-stretch)()(64bit) gstreamer1(element-synaescope)()(64bit) gstreamer1(element-timecodestamper)()(64bit) gstreamer1(element-tsdemux)()(64bit) gstreamer1(element-tsparse)()(64bit) gstreamer1(element-ttmlparse)()(64bit) gstreamer1(element-ttmlrender)()(64bit) gstreamer1(element-tunnel)()(64bit) gstreamer1(element-twirl)()(64bit) gstreamer1(element-uvch264mjpgdemux)()(64bit) gstreamer1(element-uvch264src)()(64bit) gstreamer1(element-vc1parse)()(64bit) gstreamer1(element-vcdsrc)()(64bit) gstreamer1(element-vdpaumpegdec)()(64bit) gstreamer1(element-videoanalyse)()(64bit) gstreamer1(element-videodiff)()(64bit) gstreamer1(element-videoframe-audiolevel)()(64bit) gstreamer1(element-videoparse)()(64bit) gstreamer1(element-videosegmentclip)()(64bit) gstreamer1(element-viewfinderbin)()(64bit) gstreamer1(element-vmncdec)()(64bit) gstreamer1(element-watchdog)()(64bit) gstreamer1(element-waterripple)()(64bit) gstreamer1(element-wavescope)()(64bit) gstreamer1(element-waylandsink)()(64bit) gstreamer1(element-webpdec)()(64bit) gstreamer1(element-webpenc)()(64bit) gstreamer1(element-webrtcdsp)()(64bit) gstreamer1(element-webrtcechoprobe)()(64bit) gstreamer1(element-webvttenc)()(64bit) gstreamer1(element-wrappercamerabinsrc)()(64bit) gstreamer1(element-y4mdec)()(64bit) gstreamer1(element-yadif)()(64bit) gstreamer1(element-zebrastripe)()(64bit) gstreamer1(encoder-application/mxf)()(64bit) gstreamer1(encoder-audio/x-adpcm)()(64bit) gstreamer1(encoder-audio/x-aiff)()(64bit) gstreamer1(encoder-audio/x-gsm)()(64bit) gstreamer1(encoder-image/webp)()(64bit) gstreamer1(encoder-image/x-portable-anymap)()(64bit) gstreamer1(encoder-image/x-portable-bitmap)()(64bit) gstreamer1(encoder-image/x-portable-graymap)()(64bit) gstreamer1(encoder-image/x-portable-pixmap)()(64bit) gstreamer1(encoder-video/mpeg)(mpegversion=2)(systemstream=true)()(64bit) gstreamer1(encoder-video/mpegts)(systemstream=true)()(64bit) gstreamer1(encoder-video/x-ms-asf)()(64bit) gstreamer1(urisource-dvb)()(64bit) gstreamer1(urisource-dvd)()(64bit) gstreamer1(urisource-sdp)()(64bit) gstreamer1(urisource-vcd)()(64bit) gstreamer1-plugins-bad-free = 1.14.0-1.fc28 gstreamer1-plugins-bad-free(riscv-64) = 1.14.0-1.fc28 libgstaccurip.so()(64bit) libgstadaptivedemux-1.0.so.0()(64bit) libgstadpcmdec.so()(64bit) libgstadpcmenc.so()(64bit) libgstaiff.so()(64bit) libgstasfmux.so()(64bit) libgstaudiobuffersplit.so()(64bit) libgstaudiofxbad.so()(64bit) libgstaudiolatency.so()(64bit) libgstaudiomixmatrix.so()(64bit) libgstaudiovisualizers.so()(64bit) libgstautoconvert.so()(64bit) libgstbadaudio-1.0.so.0()(64bit) libgstbadvideo-1.0.so.0()(64bit) libgstbasecamerabinsrc-1.0.so.0()(64bit) libgstbayer.so()(64bit) libgstbz2.so()(64bit) libgstcamerabin.so()(64bit) libgstcodecparsers-1.0.so.0()(64bit) libgstcoloreffects.so()(64bit) libgstcolormanagement.so()(64bit) libgstcompositor.so()(64bit) libgstdashdemux.so()(64bit) libgstdebugutilsbad.so()(64bit) libgstdtls.so()(64bit) libgstdvb.so()(64bit) libgstfaceoverlay.so()(64bit) libgstfbdevsink.so()(64bit) libgstfestival.so()(64bit) libgstfieldanalysis.so()(64bit) libgstfreeverb.so()(64bit) libgstfrei0r.so()(64bit) libgstgaudieffects.so()(64bit) libgstgdp.so()(64bit) libgstgeometrictransform.so()(64bit) libgstgsm.so()(64bit) libgsthls.so()(64bit) libgstid3tag.so()(64bit) libgstinsertbin-1.0.so.0()(64bit) libgstinter.so()(64bit) libgstinterlace.so()(64bit) libgstipcpipeline.so()(64bit) libgstisoff-1.0.so.0()(64bit) libgstivfparse.so()(64bit) libgstivtc.so()(64bit) libgstjp2kdecimator.so()(64bit) libgstjpegformat.so()(64bit) libgstkms.so()(64bit) libgstladspa.so()(64bit) libgstlegacyrawparse.so()(64bit) libgstmidi.so()(64bit) libgstmpegpsdemux.so()(64bit) libgstmpegpsmux.so()(64bit) libgstmpegts-1.0.so.0()(64bit) libgstmpegtsdemux.so()(64bit) libgstmpegtsmux.so()(64bit) libgstmusepack.so()(64bit) libgstmxf.so()(64bit) libgstnetsim.so()(64bit) libgstopenglmixers.so()(64bit) libgstopusparse.so()(64bit) libgstpcapparse.so()(64bit) libgstphotography-1.0.so.0()(64bit) libgstplayer-1.0.so.0()(64bit) libgstpnm.so()(64bit) libgstproxy.so()(64bit) libgstremovesilence.so()(64bit) libgstresindvd.so()(64bit) libgstrfbsrc.so()(64bit) libgstrsvg.so()(64bit) libgstrtponvif.so()(64bit) libgstsdpelem.so()(64bit) libgstsegmentclip.so()(64bit) libgstshm.so()(64bit) libgstsmooth.so()(64bit) libgstsmoothstreaming.so()(64bit) libgstsndfile.so()(64bit) libgstsoundtouch.so()(64bit) libgstspeed.so()(64bit) libgstsrtp.so()(64bit) libgststereo.so()(64bit) libgstsubenc.so()(64bit) libgsttimecode.so()(64bit) libgstttmlsubs.so()(64bit) libgsturidownloader-1.0.so.0()(64bit) libgstuvch264.so()(64bit) libgstvcdsrc.so()(64bit) libgstvdpau.so()(64bit) libgstvideofiltersbad.so()(64bit) libgstvideoframe_audiolevel.so()(64bit) libgstvideoparsersbad.so()(64bit) libgstvideosignal.so()(64bit) libgstvmnc.so()(64bit) libgstwayland-1.0.so.0()(64bit) libgstwaylandsink.so()(64bit) libgstwebp.so()(64bit) libgstwebrtc-1.0.so.0()(64bit) libgstwebrtcdsp.so()(64bit) libgsty4mdec.so()(64bit) libgstyadif.so()(64bit) metainfo() metainfo(gstreamer-bad-free.appdata.xml) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libSoundTouch.so.1()(64bit) libX11.so.6()(64bit) libbz2.so.1()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcairo.so.2()(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libdrm.so.2()(64bit) libdvdnav.so.4()(64bit) libdvdread.so.4()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgdk_pixbuf-2.0.so.0()(64bit) libgio-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgmodule-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgsm.so.1()(64bit) libgstadaptivedemux-1.0.so.0()(64bit) libgstallocators-1.0.so.0()(64bit) libgstapp-1.0.so.0()(64bit) libgstaudio-1.0.so.0()(64bit) libgstbadvideo-1.0.so.0()(64bit) libgstbase-1.0.so.0()(64bit) libgstbasecamerabinsrc-1.0.so.0()(64bit) libgstcodecparsers-1.0.so.0()(64bit) libgstcontroller-1.0.so.0()(64bit) libgstfft-1.0.so.0()(64bit) libgstgl-1.0.so.0()(64bit) libgstisoff-1.0.so.0()(64bit) libgstmpegts-1.0.so.0()(64bit) libgstnet-1.0.so.0()(64bit) libgstpbutils-1.0.so.0()(64bit) libgstphotography-1.0.so.0()(64bit) libgstreamer-1.0.so.0()(64bit) libgstrtp-1.0.so.0()(64bit) libgstsdp-1.0.so.0()(64bit) libgsttag-1.0.so.0()(64bit) libgsturidownloader-1.0.so.0()(64bit) libgstvideo-1.0.so.0()(64bit) libgstwayland-1.0.so.0()(64bit) libgudev-1.0.so.0()(64bit) liblcms2.so.2()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libmpcdec.so.5()(64bit) libnettle.so.6()(64bit) libnettle.so.6(NETTLE_6)(64bit) libopus.so.0()(64bit) liborc-0.4.so.0()(64bit) libpango-1.0.so.0()(64bit) libpangocairo-1.0.so.0()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) librsvg-2.so.2()(64bit) librt.so.1()(64bit) librt.so.1(GLIBC_2.27)(64bit) libsndfile.so.1()(64bit) libsndfile.so.1(libsndfile.so.1.0)(64bit) libsrtp.so.1()(64bit) libssl.so.1.1()(64bit) libssl.so.1.1(OPENSSL_1_1_0)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libusb-1.0.so.0()(64bit) libvdpau.so.1()(64bit) libwayland-client.so.0()(64bit) libwebp.so.7()(64bit) libwebrtc_audio_processing.so.1()(64bit) libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) libxml2.so.2(LIBXML2_2.6.0)(64bit) libxml2.so.2(LIBXML2_2.9.0)(64bit) rtld(GNU_HASH) Processing files: gstreamer1-plugins-bad-free-extras-1.14.0-1.fc28.riscv64 Provides: gstreamer1(decoder-audio/x-ay)()(64bit) gstreamer1(decoder-audio/x-gbs)()(64bit) gstreamer1(decoder-audio/x-gym)()(64bit) gstreamer1(decoder-audio/x-hes)()(64bit) gstreamer1(decoder-audio/x-it)()(64bit) gstreamer1(decoder-audio/x-kss)()(64bit) gstreamer1(decoder-audio/x-mod)()(64bit) gstreamer1(decoder-audio/x-nsf)()(64bit) gstreamer1(decoder-audio/x-s3m)()(64bit) gstreamer1(decoder-audio/x-sap)()(64bit) gstreamer1(decoder-audio/x-spc)()(64bit) gstreamer1(decoder-audio/x-stm)()(64bit) gstreamer1(decoder-audio/x-vgm)()(64bit) gstreamer1(decoder-audio/x-xm)()(64bit) gstreamer1(decoder-image/jp2)()(64bit) gstreamer1(decoder-image/x-exr)()(64bit) gstreamer1(decoder-image/x-j2c)()(64bit) gstreamer1(decoder-image/x-jpc)()(64bit) gstreamer1(decoder-subtitle/x-kate)()(64bit) gstreamer1(element-a2dpsink)()(64bit) gstreamer1(element-assrender)()(64bit) gstreamer1(element-avdtpsink)()(64bit) gstreamer1(element-avdtpsrc)()(64bit) gstreamer1(element-bs2b)()(64bit) gstreamer1(element-chromaprint)()(64bit) gstreamer1(element-curlfilesink)()(64bit) gstreamer1(element-curlftpsink)()(64bit) gstreamer1(element-curlhttpsink)()(64bit) gstreamer1(element-curlhttpsrc)()(64bit) gstreamer1(element-curlsmtpsink)()(64bit) gstreamer1(element-decklinkaudiosink)()(64bit) gstreamer1(element-decklinkaudiosrc)()(64bit) gstreamer1(element-decklinkvideosink)()(64bit) gstreamer1(element-decklinkvideosrc)()(64bit) gstreamer1(element-gmedec)()(64bit) gstreamer1(element-katedec)()(64bit) gstreamer1(element-kateenc)()(64bit) gstreamer1(element-kateparse)()(64bit) gstreamer1(element-katetag)()(64bit) gstreamer1(element-modplug)()(64bit) gstreamer1(element-ofa)()(64bit) gstreamer1(element-openalsink)()(64bit) gstreamer1(element-openalsrc)()(64bit) gstreamer1(element-openexrdec)()(64bit) gstreamer1(element-openjpegdec)()(64bit) gstreamer1(element-openjpegenc)()(64bit) gstreamer1(element-teletextdec)()(64bit) gstreamer1(element-zbar)()(64bit) gstreamer1(encoder-image/jp2)()(64bit) gstreamer1(encoder-image/x-j2c)()(64bit) gstreamer1(encoder-image/x-jpc)()(64bit) gstreamer1(urisource-http)()(64bit) gstreamer1(urisource-https)()(64bit) gstreamer1-plugins-bad-free-extras = 1.14.0-1.fc28 gstreamer1-plugins-bad-free-extras(riscv-64) = 1.14.0-1.fc28 libgstassrender.so()(64bit) libgstbluez.so()(64bit) libgstbs2b.so()(64bit) libgstchromaprint.so()(64bit) libgstcurl.so()(64bit) libgstdecklink.so()(64bit) libgstgme.so()(64bit) libgstkate.so()(64bit) libgstmodplug.so()(64bit) libgstofa.so()(64bit) libgstopenal.so()(64bit) libgstopenexr.so()(64bit) libgstopenjpeg.so()(64bit) libgstteletext.so()(64bit) libgstzbar.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libHalf.so.12()(64bit) libIex-2_2.so.12()(64bit) libIexMath-2_2.so.12()(64bit) libIlmImf-2_2.so.22()(64bit) libIlmThread-2_2.so.12()(64bit) libImath-2_2.so.12()(64bit) libass.so.5()(64bit) libbs2b.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libchromaprint.so.1()(64bit) libcurl.so.4()(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.27)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgio-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgme.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgstaudio-1.0.so.0()(64bit) libgstbase-1.0.so.0()(64bit) libgstcodecparsers-1.0.so.0()(64bit) libgstreamer-1.0.so.0()(64bit) libgstrtp-1.0.so.0()(64bit) libgsttag-1.0.so.0()(64bit) libgstvideo-1.0.so.0()(64bit) libkate.so.1()(64bit) libm.so.6()(64bit) libmodplug.so.1()(64bit) libofa.so.0()(64bit) libopenal.so.1()(64bit) libopenjpeg.so.1()(64bit) libpng16.so.16()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libz.so.1()(64bit) libzbar.so.0()(64bit) libzvbi.so.0()(64bit) rtld(GNU_HASH) Processing files: gstreamer1-plugins-bad-free-fluidsynth-1.14.0-1.fc28.riscv64 Provides: gstreamer1(decoder-audio/x-midi-event)()(64bit) gstreamer1(element-fluiddec)()(64bit) gstreamer1-plugins-bad-free-fluidsynth = 1.14.0-1.fc28 gstreamer1-plugins-bad-free-fluidsynth(riscv-64) = 1.14.0-1.fc28 libgstfluidsynthmidi.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libfluidsynth.so.1()(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgstbase-1.0.so.0()(64bit) libgstreamer-1.0.so.0()(64bit) libpthread.so.0()(64bit) rtld(GNU_HASH) Processing files: gstreamer1-plugins-bad-free-wildmidi-1.14.0-1.fc28.riscv64 Provides: gstreamer1(decoder-audio/midi)()(64bit) gstreamer1(decoder-audio/riff-midi)()(64bit) gstreamer1(element-wildmididec)()(64bit) gstreamer1-plugins-bad-free-wildmidi = 1.14.0-1.fc28 gstreamer1-plugins-bad-free-wildmidi(riscv-64) = 1.14.0-1.fc28 libgstwildmidi.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libWildMidi.so.2()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgstaudio-1.0.so.0()(64bit) libgstbadaudio-1.0.so.0()(64bit) libgstbase-1.0.so.0()(64bit) libgstreamer-1.0.so.0()(64bit) libm.so.6()(64bit) liborc-0.4.so.0()(64bit) libpthread.so.0()(64bit) rtld(GNU_HASH) Processing files: gstreamer1-plugins-bad-free-devel-1.14.0-1.fc28.riscv64 Provides: gstreamer1-plugins-bad-free-devel = 1.14.0-1.fc28 gstreamer1-plugins-bad-free-devel(riscv-64) = 1.14.0-1.fc28 pkgconfig(gstreamer-bad-audio-1.0) = 1.14.0 pkgconfig(gstreamer-bad-video-1.0) = 1.14.0 pkgconfig(gstreamer-codecparsers-1.0) = 1.14.0 pkgconfig(gstreamer-insertbin-1.0) = 1.14.0 pkgconfig(gstreamer-mpegts-1.0) = 1.14.0 pkgconfig(gstreamer-player-1.0) = 1.14.0 pkgconfig(gstreamer-plugins-bad-1.0) = 1.14.0 pkgconfig(gstreamer-webrtc-1.0) = 1.14.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config libgstadaptivedemux-1.0.so.0()(64bit) libgstbadaudio-1.0.so.0()(64bit) libgstbadvideo-1.0.so.0()(64bit) libgstbasecamerabinsrc-1.0.so.0()(64bit) libgstcodecparsers-1.0.so.0()(64bit) libgstinsertbin-1.0.so.0()(64bit) libgstisoff-1.0.so.0()(64bit) libgstmpegts-1.0.so.0()(64bit) libgstphotography-1.0.so.0()(64bit) libgstplayer-1.0.so.0()(64bit) libgsturidownloader-1.0.so.0()(64bit) libgstwayland-1.0.so.0()(64bit) libgstwebrtc-1.0.so.0()(64bit) pkgconfig(gstreamer-1.0) pkgconfig(gstreamer-base-1.0) pkgconfig(gstreamer-video-1.0) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64 Wrote: /builddir/build/SRPMS/gstreamer1-plugins-bad-free-1.14.0-1.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/gstreamer1-plugins-bad-free-extras-1.14.0-1.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/gstreamer1-plugins-bad-free-fluidsynth-1.14.0-1.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/gstreamer1-plugins-bad-free-wildmidi-1.14.0-1.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/gstreamer1-plugins-bad-free-devel-1.14.0-1.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.5apAol + umask 022 + cd /builddir/build/BUILD + cd gst-plugins-bad-1.14.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/gstreamer1-plugins-bad-free-1.14.0-1.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff