[Bug 774293] msvc: fix some warnings, disable others

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Nov 12 08:47:46 UTC 2016


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

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

--- Comment #11 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 339658:
 --> (https://bugzilla.gnome.org/review?bug=774293&attachment=339658)

::: gst/gstevent.c
@@ +673,3 @@
  */
 GstEvent *
+gst_event_new_stream_group_done (const guint group_id)

const here makes no sense as argument is passed by value. Please fix the
prototype instead :)

-- 
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