~neon/phonon/gstreamer

Viewing all changes in revision 2659.

  • Committer: Michael Pyne
  • Date: 2021-02-14 04:54:17 UTC
  • Revision ID: git-v1:852badb09132c2db04e8ce1917a844637698aa29
Fix warning about use of variable-length array [-Wvla].

This C-interfacing code already uses too much malloc/free so rather than
mallocing the `details` array I opted to turn it into a QVector. The
remaining changes work to avoid some needless QString/gchar conversion.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: