mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-05 23:18:47 +00:00
6566359e35
* 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 |
||
---|---|---|
.. | ||
glue | ||
plugins-base | ||
Application.cs | ||
AssemblyInfo.cs.in | ||
Bin.custom | ||
Bus.custom | ||
Clock.custom | ||
CommonTags.cs | ||
Debug.custom | ||
Element.custom | ||
gstreamer-api.raw | ||
gstreamer-sharp.dll.config.in | ||
gstreamer-symbols.xml | ||
Gstreamer.metadata | ||
Makefile.am | ||
Message.custom | ||
Pad.custom | ||
Version.cs |