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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Nov 15 12:24:26 UTC 2016


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

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

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

--- Comment #34 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Comment on attachment 339862
  --> https://bugzilla.gnome.org/attachment.cgi?id=339862
[PATCH gst-plugins-base 4/4] sdp: cast away const in call to g_free

This should be non-const in the declaration of the variable, and casted to a
const gchar ** for gst_sdp_message_add_time(). The declaration is wrong, it's
not used const (i.e. it is not always NULL as during initialization).

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