mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 05:28:48 +00:00
2006-06-04 Michael Dominic K. <michaldominik@gmail.com>
* doc/gst-sharp-docs.zip: * doc/gst-sharp-docs.tree: Removing, this is a left over from something old (new prefix seems to be: gstreamer-sharp-). * doc/en/Gst/Clock.xml: Fixing the docs to represent the change introduced in the last commit. git-svn-id: svn://anonsvn.mono-project.com/source/branches/abock/gstreamer-sharp@61439 e3ebcda4-bce8-0310-ba0a-eca2169e7518
This commit is contained in:
parent
6566359e35
commit
cd21cd308d
4 changed files with 17 additions and 8 deletions
|
@ -1,3 +1,12 @@
|
|||
2006-06-04 Michael Dominic K. <michaldominik@gmail.com>
|
||||
|
||||
* doc/gst-sharp-docs.zip:
|
||||
* doc/gst-sharp-docs.tree: Removing, this is a left over from
|
||||
something old (new prefix seems to be: gstreamer-sharp-).
|
||||
|
||||
* doc/en/Gst/Clock.xml: Fixing the docs to represent the change
|
||||
introduced in the last commit.
|
||||
|
||||
2006-06-04 Michael Dominic K. <michaldominik@gmail.com>
|
||||
|
||||
* sample/DecodeBinTranscoder.cs: Fixing ambigious cast.
|
||||
|
|
|
@ -423,10 +423,10 @@
|
|||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="GstSecond">
|
||||
<MemberSignature Language="C#" Value="public static readonly long GstSecond = 1000000000;" />
|
||||
<MemberSignature Language="C#" Value="public static readonly ulong GstSecond = 1000000000;" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Int64</ReturnType>
|
||||
<ReturnType>System.UInt64</ReturnType>
|
||||
</ReturnValue>
|
||||
<MemberValue>1000000000</MemberValue>
|
||||
<Docs>
|
||||
|
@ -435,10 +435,10 @@
|
|||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="GstMSecond">
|
||||
<MemberSignature Language="C#" Value="public static readonly long GstMSecond = 1000000000;" />
|
||||
<MemberSignature Language="C#" Value="public static readonly ulong GstMSecond = 1000000000;" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Int64</ReturnType>
|
||||
<ReturnType>System.UInt64</ReturnType>
|
||||
</ReturnValue>
|
||||
<MemberValue>1000000000</MemberValue>
|
||||
<Docs>
|
||||
|
@ -447,10 +447,10 @@
|
|||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="GstUSecond">
|
||||
<MemberSignature Language="C#" Value="public static readonly long GstUSecond = 1000000000;" />
|
||||
<MemberSignature Language="C#" Value="public static readonly ulong GstUSecond = 1000000000;" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Int64</ReturnType>
|
||||
<ReturnType>System.UInt64</ReturnType>
|
||||
</ReturnValue>
|
||||
<MemberValue>1000000000</MemberValue>
|
||||
<Docs>
|
||||
|
@ -459,10 +459,10 @@
|
|||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="GstNSecond">
|
||||
<MemberSignature Language="C#" Value="public static readonly long GstNSecond = 1000000000;" />
|
||||
<MemberSignature Language="C#" Value="public static readonly ulong GstNSecond = 1000000000;" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Int64</ReturnType>
|
||||
<ReturnType>System.UInt64</ReturnType>
|
||||
</ReturnValue>
|
||||
<MemberValue>1000000000</MemberValue>
|
||||
<Docs>
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue