|
Posted at 8/3/2019 12:45:37
Only Author
3#
Okay, assuming I didn't, but did subsequently (and periodically) do repo sync after building? How do I fix it?
Repo diff shows 0 differences...
As I was writing that, I realized, maybe you mean 'do it NOW' so I did a sync and got some updates but it's still failing in the same area.
- qgstreamervideowidget.cpp:45:1: error: expected class-name before ‘{’ token
- {
- ^
- qgstreamervideowidget.cpp:83:9: error: ‘WId QGstreamerVideoWidget::videoWinId() const’ marked ‘override’, but does not override
- WId videoWinId() const Q_DECL_OVERRIDE {
- ^~~~~~~~~~
- qgstreamervideooverlay.cpp: In function ‘QWindow* getVideoWindow(WId)’:
- qgstreamervideooverlay.cpp:211:5: error: ‘QVideoWindowAbstractInterface’ was not declared in this scope
- QVideoWindowAbstractInterface *intf =
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- qgstreamervideooverlay.cpp:211:36: error: ‘intf’ was not declared in this scope
- QVideoWindowAbstractInterface *intf =
- ^~~~
- qgstreamervideooverlay.cpp:212:22: error: ‘QVideoWindowAbstractInterface’ does not name a type
Copy the code
make[1]: *** [package/pkg-generic.mk:250: /home/d3x0r/work/arm-dev/linux-sdk/buildroot/output/rockchip_rk3399/build/qt5multimedia-5.6.3/.stamp_built] Error 2
This is biuldroot/packages/qt5/qtmultimedia
I guess last time I tried this was july 17 which is before this all started...
is there a stable tag point/checkpoint I can get back to?
In 'repo branches' there are no branches...
- Nov 15 2018 0001-qt5multimedia-qmlvideo-support-assigned-videosink.patch
- Nov 15 2018 0002-Avoid-X11-header-collision-when-x11-disabled.patch
- Nov 15 2018 0003-change-playbin-to-playbin3.patch
- Nov 15 2018 0004-qgstreamerplayersession-set-m_videoIdentity-drop-buf.patch
- Nov 15 2018 0005-qgstreamerplayersession-add-seek-direct-to-ensure-se.patch
- Jul 17 15:22 0006-gsttools-videowidget-Set-overlay-rectangle-when-resi.patch
- Jul 17 15:22 0007-gsttools-videooverlay-Support-waylandsink-in-the-rig.patch
- Jul 17 15:22 0008-gsttools-videooverlay-Support-overriding-video-win-i.patch
- Jul 17 15:22 0009-gsttools-videooverlay-Make-holes-for-kmssink-on-wayl.patch
- Jul 17 15:22 0010-gsttools-videowidget-Use-transparent-background.patch
- Jul 17 15:22 0011-gsttools-videowidget-Provide-widget-window-id-for-vi.patch
- Jul 17 15:22 0012-gstreamer-mediaplayer-Fix-hangs-when-replacing-pause.patch
- Nov 15 2018 Config.in
- Nov 15 2018 qt5multimedia.hash
- Jul 17 15:22 qt5multimedia.mk
Copy the code |
|