gstreamer/win32/common
Sébastien Moutte 3c5c1d29ea 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
2006-01-12 22:04:58 +00:00
..
config.h libs/gst/base/gstbasesink.c: *cur = (now - base) * basesink->segment.abs_rate + time; replaced by 2006-01-12 22:04:58 +00:00
config.h.in Remove makecontext stuff; not used in 0.10 and causes problems on 2005-12-09 15:09:42 +00:00
dirent.c expand tabs 2005-12-06 19:29:15 +00:00
dirent.h win32/: Visual Studio 6 project files, and a new common directory. 2005-10-11 18:03:13 +00:00
gstconfig.h win32/common/gstconfig.h: add large padding 2005-11-30 09:27:47 +00:00
gstenumtypes.c update visual studio generated files 2005-11-30 09:12:57 +00:00
gstenumtypes.h update visual studio generated files 2005-11-30 09:12:57 +00:00
gstversion.h update visual studio generated files 2005-11-30 09:12:57 +00:00
gtchar.h win32/: Visual Studio 6 project files, and a new common directory. 2005-10-11 18:03:13 +00:00
libgstbase.def libs/gst/base/gstbasesink.c: *cur = (now - base) * basesink->segment.abs_rate + time; replaced by 2006-01-12 22:04:58 +00:00
libgstcontroller.def add def for controller 2005-12-05 12:09:43 +00:00
libgstreamer.def libs/gst/base/gstbasesink.c: *cur = (now - base) * basesink->segment.abs_rate + time; replaced by 2006-01-12 22:04:58 +00:00