mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
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:
parent
428a4e9669
commit
321db79821
3 changed files with 8 additions and 2 deletions
|
@ -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>
|
||||
|
||||
* docs/gst/gstreamer-sections.txt:
|
||||
|
|
|
@ -3339,7 +3339,7 @@ gst_type_register_static_full (GType parent_type,
|
|||
*
|
||||
* Since: 0.10.16
|
||||
*/
|
||||
G_GNUC_PURE GstClockTime
|
||||
GstClockTime
|
||||
gst_util_get_timestamp (void)
|
||||
{
|
||||
#ifdef HAVE_POSIX_TIMERS
|
||||
|
|
|
@ -689,7 +689,7 @@ GstElement * gst_parse_bin_from_description (const gchar * bin_descr
|
|||
gboolean ghost_unconnected_pads,
|
||||
GError ** err);
|
||||
|
||||
GstClockTime gst_util_get_timestamp (void) G_GNUC_PURE;
|
||||
GstClockTime gst_util_get_timestamp (void);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
|
Loading…
Reference in a new issue