[Bug 782031] gst-validate-images-check.c doesn't build with msvc

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue May 2 08:43:04 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=782031

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #350829|none                        |needs-work
             status|                            |

--- Comment #5 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Comment on attachment 350829
  --> https://bugzilla.gnome.org/attachment.cgi?id=350829
[PATCH gst-devtools v2] validate: cast away constness in GOptionEntry

>     {"result-output-folder", 'r', 0, G_OPTION_ARG_FILENAME,
>-          &outfolder,
>+          (gpointer) & outfolder,

I think what's wrong and needs fixing is the

  const gchar *outfolder;

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list