xplayer: Fix GCC 14 build

bacon-video-widget.c:1926:46: error: assignment to 'GstElement *' {aka 'struct _GstElement *'}
from incompatible pointer type 'GstObject *' {aka 'struct _GstObject *'} []

+7
+7
pkgs/by-name/xp/xplayer/package.nix
··· 86 86 patchPythonScript $out/lib/xplayer/plugins/dbus/dbusservice.py 87 87 ''; 88 88 89 + env = lib.optionalAttrs stdenv.cc.isGNU { 90 + NIX_CFLAGS_COMPILE = toString [ 91 + "-Wno-error=incompatible-pointer-types" 92 + "-Wno-error=return-mismatch" 93 + ]; 94 + }; 95 + 89 96 meta = with lib; { 90 97 description = "Generic media player from Linux Mint"; 91 98 license = with licenses; [