Add API keyword for gst_util_get_timestamp, and remove the tag for GST_GET_TIMESTMAP...
authorJan Schmidt <thaytan@mad.scientist.com>
Mon, 14 Jan 2008 11:47:32 +0000 (11:47 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Mon, 14 Jan 2008 11:47:32 +0000 (11:47 +0000)
Original commit message from CVS:
Add API keyword for gst_util_get_timestamp, and remove the tag for GST_GET_TIMESTMAP which didn't survive.

ChangeLog

index 884e45c..1d04823 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
          Change GST_GET_TIMESTAMP into gst_util_get_timestamp and replace all
          uses as we don't have HAVE_POSIX_TIMERS in public headers.
          Thanks Tim for spotting.
+         API: gst_util_get_timestamp
 
 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
 
        * gst/gstdebugutils.c:
        * gst/gstinfo.c:
          Rename new API + ChangeLog surgery to remove old name from last entry..
-         API: GST_GET_TIMESTAMP
 
 2007-11-28  Stefan Kost  <ensonic@users.sf.net>