rtpbasepayload: Do cosmetic changes to rtptime calculations
authorSebastian Rasmussen <sebrn@axis.com>
Tue, 26 Nov 2013 00:13:45 +0000 (01:13 +0100)
committerWim Taymans <wtaymans@redhat.com>
Tue, 28 Jan 2014 13:41:41 +0000 (14:41 +0100)
commit125b9c19c0e23864ac8723e30bc1662701f43f32
treeeb93b6894800ae7cd758bfe2fddd0cc6d40ec5d2
parent0142cd5e35b7fcb5232e35342052f540ca51f47e
rtpbasepayload: Do cosmetic changes to rtptime calculations

 * Change running time type to guint64
 * Use GST_CLOCK_TIME_NONE() to check for invalid timestamps
 * Name variables so ns-based and hz-based timestamps are evident

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=719383
gst-libs/gst/rtp/gstrtpbasepayload.c