* gstreamer-sharp/BindingHelper.cs: Static helper class to assist
    in making element bindings (delegate manipulation/invocation)
    * gstreamer-sharp/DynamicSignal.cs: Updated DynamicSignalArgs so they
    can more easily be derived
    * gstreamer-sharp/Makefile.am: Updated build
    * sample/HelloWorld.cs: More cleaning
    * sample/Makefile.am:
    * sample/TypeFind.cs: Added typefind sample
    * gstreamer-sharp.mdp: Updated MonoDevelop project
    * gstreamer-sharp/plugins-base/DecodeBin.cs: Signal support rewritten
    to use BindingHelper/DynamicSignal
    * gstreamer-sharp/plugins-base/TypeFindElement.cs: New typefind
    element wrapper using BindingHelper/DynamicSignal
    * gstreamer-sharp/Element.custom: Fixed property getter/setter methods
    and added indexer wrapper for property lookup for syntax convenience
git-svn-id: svn://anonsvn.mono-project.com/source/branches/abock/gstreamer-sharp@62570 e3ebcda4-bce8-0310-ba0a-eca2169e7518
		
	
			
		
			
				
	
	
		
			50 lines
		
	
	
		
			3.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
		
			3.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| <Project name="gstreamer-sharp" fileversion="2.0" language="C#" clr-version="Net_1_1" ctype="DotNetProject">
 | |
|   <Configurations active="Debug">
 | |
|     <Configuration name="Debug" ctype="DotNetProjectConfiguration">
 | |
|       <Output directory="./bin/Debug" assembly="gstreamer-sharp" />
 | |
|       <Build debugmode="True" target="Exe" />
 | |
|       <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_1_1" />
 | |
|       <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
 | |
|     </Configuration>
 | |
|     <Configuration name="Release" ctype="DotNetProjectConfiguration">
 | |
|       <Output directory="./bin/Release" assembly="gstreamer-sharp" />
 | |
|       <Build debugmode="False" target="Exe" />
 | |
|       <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_1_1" />
 | |
|       <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
 | |
|     </Configuration>
 | |
|   </Configurations>
 | |
|   <DeployTargets />
 | |
|   <DeploymentInformation strategy="File">
 | |
|     <excludeFiles />
 | |
|   </DeploymentInformation>
 | |
|   <Contents>
 | |
|     <File name="./gstreamer-sharp/Application.cs" subtype="Code" buildaction="Compile" />
 | |
|     <File name="./gstreamer-sharp/Bin.custom" subtype="Code" buildaction="Nothing" />
 | |
|     <File name="./gstreamer-sharp/Bus.custom" subtype="Code" buildaction="Nothing" />
 | |
|     <File name="./gstreamer-sharp/Clock.custom" subtype="Code" buildaction="Nothing" />
 | |
|     <File name="./gstreamer-sharp/CommonTags.cs" subtype="Code" buildaction="Compile" />
 | |
|     <File name="./gstreamer-sharp/Debug.custom" subtype="Code" buildaction="Nothing" />
 | |
|     <File name="./gstreamer-sharp/Element.custom" subtype="Code" buildaction="Nothing" />
 | |
|     <File name="./gstreamer-sharp/Gstreamer.metadata" subtype="Code" buildaction="Nothing" />
 | |
|     <File name="./gstreamer-sharp/Message.custom" subtype="Code" buildaction="Nothing" />
 | |
|     <File name="./gstreamer-sharp/Pad.custom" subtype="Code" buildaction="Nothing" />
 | |
|     <File name="./gstreamer-sharp/Version.cs" subtype="Code" buildaction="Compile" />
 | |
|     <File name="./tests/ConsoleUi.cs" subtype="Code" buildaction="Compile" />
 | |
|     <File name="./tests/ApplicationTest.cs" subtype="Code" buildaction="Compile" />
 | |
|     <File name="./tests/BinTest.cs" subtype="Code" buildaction="Compile" />
 | |
|     <File name="./gstreamer-sharp/plugins-base/PlayBin.cs" subtype="Code" buildaction="Compile" />
 | |
|     <File name="./gstreamer-sharp/glue/clock.c" subtype="Code" buildaction="Nothing" />
 | |
|     <File name="./gstreamer-sharp/glue/message.c" subtype="Code" buildaction="Nothing" />
 | |
|     <File name="./gstreamer-sharp/glue/miniobject.c" subtype="Code" buildaction="Nothing" />
 | |
|     <File name="./gstreamer-sharp/plugins-base/DecodeBin.cs" subtype="Code" buildaction="Compile" />
 | |
|     <File name="./sample/PlayBinPlayer.cs" subtype="Code" buildaction="Compile" />
 | |
|     <File name="./sample/DecodeBinTranscoder.cs" subtype="Code" buildaction="Compile" />
 | |
|     <File name="./gstreamer-sharp/glue/dynamicsignal.c" subtype="Code" buildaction="Nothing" />
 | |
|     <File name="./gstreamer-sharp/DynamicSignal.cs" subtype="Code" buildaction="Compile" />
 | |
|     <File name="./sample/HelloWorld.cs" subtype="Code" buildaction="Compile" />
 | |
|     <File name="./gstreamer-sharp/plugins-base/TypeFindElement.cs" subtype="Code" buildaction="Compile" />
 | |
|     <File name="./sample/TypeFind.cs" subtype="Code" buildaction="Compile" />
 | |
|     <File name="./gstreamer-sharp/BindingHelper.cs" subtype="Code" buildaction="Compile" />
 | |
|   </Contents>
 | |
|   <References />
 | |
| </Project> |