Control: tags -1 fixed-upstream patch

Upstream fix:
https://gitlab.gnome.org/GNOME/brasero/-/merge_requests/30/diffs

What looks like the actual error is further back than the above log shows:

brasero-metadata.c:668:45: error: passing argument 1 of 'gst_install_plugins_async' from incompatible pointer type [-Wincompatible-pointer-types] 668 | status = gst_install_plugins_async ((gchar **) details->pdata,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
      |                                             |
      |                                             gchar ** {aka char **}
In file included from brasero-metadata.c:45:
/usr/include/gstreamer-1.0/gst/pbutils/install-plugins.h:141:75: note: expected 'const gchar * const*' {aka 'const char * const*'} but argument is of type 'gchar **' {aka 'char **'}

Reply via email to