Skip to content

Commit 9ff2a4d

Browse files
committed
Hack workaround for chart display without gstreamer compiled in
1 parent 57a254f commit 9ff2a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QmlControls/MAVLinkChart.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ChartView {
3131
var serie = createSeries(ChartView.SeriesTypeLine, field.label)
3232
serie.axisX = axisX
3333
serie.axisY = axisY
34-
serie.useOpenGL = true
34+
serie.useOpenGL = QGroundControl.videoManager.gstreamerEnabled // Details on why here: https://github.com/mavlink/qgroundcontrol/issues/13068
3535
serie.color = color
3636
serie.width = 1
3737
chartController.addSeries(field, serie)

0 commit comments

Comments
 (0)