[Bug 756065] audioaggregator: fix build error
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sun Oct 4 17:32:41 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=756065
--- Comment #4 from Vineeth <vineeth.tm at samsung.com> ---
but buffer offset is uint64 -- GST_BUFFER_OFFSET()
And we are assigning signed values to unsigned value
GST_BUFFER_OFFSET (outbuf) = aagg->priv->offset;
Probably we should maintain some consistency? guess uint64 everywhere? :)
--
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