gstreamer/sample
Michael Dominic K 6566359e35 2006-06-04 Michael Dominic K. <michaldominik@gmail.com>
* sample/DecodeBinTranscoder.cs: Fixing ambigious cast.

	* gstreamer-sharp/glue/clock.c:
	* gstreamer-sharp/Clock.custom: Changing the gint64 to guint64 and
	long to ulong respectively. The clocktime (GstClockTime) is measured
	in nanoseconds as unsigned long inside GStreamer. 
	This is introducing a small schizophrenia since some functions (such
	as queries, seeks) take signed long (-1 to mark infinity or error).
	This is the expected Gst behaviour.
	Just sticking silently to long (instead of ulong) will bork us 	sooner
	or later, especially for custom-build low level routines/elements.
	Comments welcome.



git-svn-id: svn://anonsvn.mono-project.com/source/branches/abock/gstreamer-sharp@61438 e3ebcda4-bce8-0310-ba0a-eca2169e7518
2006-06-04 13:11:24 +00:00
..
DecodeBinTranscoder.cs 2006-06-04 Michael Dominic K. <michaldominik@gmail.com> 2006-06-04 13:11:24 +00:00
Makefile.am 2006-05-21 Aaron Bockover <aaron@abock.org> 2006-05-21 18:58:44 +00:00
PlayBinPlayer.cs Initial import of the sleek new gstreamer-sharp, a massive WIP 2006-05-19 19:24:35 +00:00