[Bug 756065] audioaggregator: fix build error

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Oct 4 17:15:46 PDT 2015


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

--- Comment #3 from Vineeth <vineeth.tm at samsung.com> ---
Actually, there seems to quite a lot of mismatch for gint64 and guint64 in
audioaggregator..


guint64 output_offset;
guint64 next_offset;

these two are declared as unsigned..

But it is being assigned
  pad->priv->output_offset = -1;
  pad->priv->next_offset = -1;
at a lot of places..


Should all the offset values be changed to signed int64?

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