[Bug 756065] audioaggregator: fix build error
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Oct 5 03:18:31 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=756065
Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nicolas.dufresne at collabora.
| |co.uk
--- Comment #5 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
I was just commenting on the correctness of your patch, but if you feel like
cleaning this up that would be nice.
In general guint64 shall be used, unless we hold a delta that can be negative.
Just like for timestamp, -1 assigned to a guint64 is a lazy way to obtain
G_MAXUINT64. An example is the timestamp:
#define GST_CLOCK_TIME_NONE ((GstClockTime) -1)
--
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