gst/gstutils.*: Actually its not PURE as it gets the time from elsewhere.

Original commit message from CVS:
* gst/gstutils.c:
* gst/gstutils.h:
Actually its not PURE as it gets the time from elsewhere.
This commit is contained in:
Stefan Kost 2007-12-11 20:32:29 +00:00
parent 428a4e9669
commit 321db79821
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2007-12-11 Stefan Kost <ensonic@users.sf.net>
* gst/gstutils.c:
* gst/gstutils.h:
Actually its not PURE as it gets the time from elsewhere.
2007-12-11 Stefan Kost <ensonic@users.sf.net> 2007-12-11 Stefan Kost <ensonic@users.sf.net>
* docs/gst/gstreamer-sections.txt: * docs/gst/gstreamer-sections.txt:

View file

@ -3339,7 +3339,7 @@ gst_type_register_static_full (GType parent_type,
* *
* Since: 0.10.16 * Since: 0.10.16
*/ */
G_GNUC_PURE GstClockTime GstClockTime
gst_util_get_timestamp (void) gst_util_get_timestamp (void)
{ {
#ifdef HAVE_POSIX_TIMERS #ifdef HAVE_POSIX_TIMERS

View file

@ -689,7 +689,7 @@ GstElement * gst_parse_bin_from_description (const gchar * bin_descr
gboolean ghost_unconnected_pads, gboolean ghost_unconnected_pads,
GError ** err); GError ** err);
GstClockTime gst_util_get_timestamp (void) G_GNUC_PURE; GstClockTime gst_util_get_timestamp (void);
G_END_DECLS G_END_DECLS