libs/gst/base/gstbasesink.c: *cur = (now - base) * basesink->segment.abs_rate + time...
authorSébastien Moutte <sebastien@moutte.net>
Thu, 12 Jan 2006 22:04:58 +0000 (22:04 +0000)
committerSébastien Moutte <sebastien@moutte.net>
Thu, 12 Jan 2006 22:04:58 +0000 (22:04 +0000)
commit3c5c1d29ea63e7af80d00f37b40004d752015760
tree5be5846d9de27ec5ea0f4a5b4dc50d2bd95d5524
parentff3b09e189fbece13d36aaeb5eff38ec85a599af
libs/gst/base/gstbasesink.c: *cur = (now - base) * basesink->segment.abs_rate + time; replaced by

Original commit message from CVS:
* libs/gst/base/gstbasesink.c:
*cur = (now - base) * basesink->segment.abs_rate + time; replaced by
*cur = gst_guint64_to_gdouble(now - base) * basesink->segment.abs_rate + time; for vs6
* win32/common/config.h:
added some defines GST_MAJORMINOR and HOST_CPU
* win32/common/libgstbase.def:
* win32/common/libgstreamer.def:
added some exported functions
ChangeLog
gst/gstsegment.c
libs/gst/base/gstbasesink.c
win32/common/config.h
win32/common/libgstbase.def
win32/common/libgstreamer.def