After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 796720 - meson: Add missing GstBase dependency
meson: Add missing GstBase dependency
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-06-29 10:19 UTC by Wonchul Lee
Modified: 2018-06-29 10:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
meson: Add missing GstBase dependency (804 bytes, patch)
2018-06-29 10:20 UTC, Wonchul Lee
none Details | Review

Description Wonchul Lee 2018-06-29 10:19:53 UTC
I've got an error during gstreamer meson build. The GstBase dependency was missing when using GstQueueArray on rtsp changes.


[226/2503] Compiling C object 'subprojects/gst-plugins-base/gst-libs/gst/rtsp/subprojects@gst-plugins-base@gst-libs@gst@rtsp@@gstrtsp-1.0@sha/gstrtspconnection.c.o'.
FAILED: subprojects/gst-plugins-base/gst-libs/gst/rtsp/subprojects@gst-plugins-base@gst-libs@gst@rtsp@@gstrtsp-1.0@sha/gstrtspconnection.c.o 
cc -Isubprojects/gst-plugins-base/gst-libs/gst/rtsp/subprojects@gst-plugins-base@gst-libs@gst@rtsp@@gstrtsp-1.0@sha -Isubprojects/gst-plugins-base/gst-libs/gst/rtsp -I../subprojects/gst-plugins-base/gst-libs/gst/rtsp -Isubprojects/gst-plugins-base -I../subprojects/gst-plugins-base -Isubprojects/gst-plugins-base/gst-libs -I../subprojects/gst-plugins-base/gst-libs -Isubprojects/gstreamer -I../subprojects/gstreamer -Isubprojects/gstreamer/gst -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O2 -g -fvisibility=hidden -fno-strict-aliasing -Wmissing-declarations -Wredundant-decls -Wundef -Wwrite-strings -Wformat -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wvla -Wpointer-arith -Wmissing-prototypes -Wdeclaration-after-statement -fPIC -pthread -DHAVE_CONFIG_H  -MD -MQ 'subprojects/gst-plugins-base/gst-libs/gst/rtsp/subprojects@gst-plugins-base@gst-libs@gst@rtsp@@gstrtsp-1.0@sha/gstrtspconnection.c.o' -MF 'subprojects/gst-plugins-base/gst-libs/gst/rtsp/subprojects@gst-plugins-base@gst-libs@gst@rtsp@@gstrtsp-1.0@sha/gstrtspconnection.c.o.d' -o 'subprojects/gst-plugins-base/gst-libs/gst/rtsp/subprojects@gst-plugins-base@gst-libs@gst@rtsp@@gstrtsp-1.0@sha/gstrtspconnection.c.o' -c ../subprojects/gst-plugins-base/gst-libs/gst/rtsp/gstrtspconnection.c
../subprojects/gst-plugins-base/gst-libs/gst/rtsp/gstrtspconnection.c:66:10: fatal error: gst/base/base.h: No such file or directory
 #include <gst/base/base.h>
          ^~~~~~~~~~~~~~~~~
compilation terminated.
Comment 1 Wonchul Lee 2018-06-29 10:20:45 UTC
Created attachment 372886 [details] [review]
meson: Add missing GstBase dependency
Comment 2 Wonchul Lee 2018-06-29 10:25:57 UTC
Ignore it, I noticed that the Tim had just modified it.