forked from amzn/amazon-s3-gst-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from blinemedical/export-credentials-from-string
Export the gst_aws_credentials_from_string method
- Loading branch information
Showing
10 changed files
with
87 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata> | ||
<id>Amazon-S3-Plugin</id> | ||
<version>$version$</version> | ||
<description>Amazon Gstreamer S3 Plugin</description> | ||
<authors> Thomas Goodwin, Lyra McMillan, Jeff Wilson, Sara Boule</authors> | ||
<tags>Native, native</tags> | ||
</metadata> | ||
<files> | ||
<file src="src\gstawscredentials.h" target="build\native\include" /> | ||
<file src="src\gstawscredentials.hpp" target="build\native\include" /> | ||
<file src="src\gsts3uploaderpartcache.hpp" target="build\native\include" /> | ||
<file src="build\src\gstawscredentials-1.0.lib" target="build\native\lib" /> | ||
<file src="build\src\gsts3elements.lib" target="build\native\lib" /> | ||
<file src="build\src\gstawscredentials-1.0.dll" target="runtimes\native" /> | ||
<file src="build\src\gsts3elements.dll" target="runtimes\native" /> | ||
<file src="Amazon-S3-Plugin.targets" target="build" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Project ToolsVersion="4.0" | ||
xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup> | ||
<Content Include="$(MSBuildThisFileDirectory)..\runtimes\native\gsts3elements.dll"> | ||
<Link>lib\gstreamer-1.0\gsts3elements.dll</Link> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</Content> | ||
<Content Include="$(MSBuildThisFileDirectory)..\runtimes\native\gstawscredentials-1.0.dll"> | ||
<Link>gstawscredentials-1.0.dll</Link> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</Content> | ||
<ReferenceCopyLocalPaths Include="$(MSBuildThisFileDirectory)..\runtimes\native\*.dll" /> | ||
</ItemGroup> | ||
<ItemDefinitionGroup> | ||
<Link> | ||
<AdditionalDependencies>gsts3elements.lib;gstawscredentials-1.0.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
<AdditionalLibraryDirectories>$(MSBuildThisFileDirectory)native\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | ||
</Link> | ||
<ClCompile> | ||
<AdditionalIncludeDirectories>$(MSBuildThisFileDirectory)native\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
</ClCompile> | ||
</ItemDefinitionGroup> | ||
</Project> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters