Add API keyword for gst_util_get_timestamp, and remove the tag for GST_GET_TIMESTMAP which didn't survive.

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.
This commit is contained in:
Jan Schmidt 2008-01-14 11:47:32 +00:00
parent e8d69fc551
commit aa7e0fa7fa

View file

@ -534,6 +534,7 @@
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>
@ -585,7 +586,6 @@
* 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>