diff options
| author | Barry Golden <[email protected]> | 2018-09-24 14:36:17 -0700 |
|---|---|---|
| committer | Adonais Romero González <[email protected]> | 2018-09-24 14:36:17 -0700 |
| commit | 5c2d787787e57e7df34055da641932ca5ba1eaa9 (patch) | |
| tree | 79373a3a3ba81c8d506d660511a66786dccbded0 /avstream/sampledevicemft | |
| parent | 42ee96982a76e8e52bed820c5e3ea91a66220b5c (diff) | |
Updated YAML manifest for Microsoft Samples portal. (#287)
* Rename YAML manifests to use .yml extension
* Add preserveParentHierarchy: true to YAML manifest
* Updated YAML manifest for Microsoft Samples portal.
* Fix YAML newline warnings
* Updated vssolution path in YAML manifests
Diffstat (limited to 'avstream/sampledevicemft')
| -rw-r--r-- | avstream/sampledevicemft/README.md | 4 | ||||
| -rw-r--r-- | avstream/sampledevicemft/avstream-sampledevicemft.yml (renamed from avstream/sampledevicemft/avstream-sampledevicemft.yaml) | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/avstream/sampledevicemft/README.md b/avstream/sampledevicemft/README.md index 2b79c451..79ddc9f0 100644 --- a/avstream/sampledevicemft/README.md +++ b/avstream/sampledevicemft/README.md @@ -23,7 +23,7 @@ Related topics **Concepts** -[Windows Store device apps for cameras](http://go.microsoft.com/fwlink/p/?LinkId=306683) +[UWP device apps for cameras](http://go.microsoft.com/fwlink/p/?LinkId=306683) [Media Foundation Transforms](http://msdn.microsoft.com/en-us/library/windows/hardware/ms703138) @@ -33,6 +33,6 @@ Related topics **Samples** -[Windows Store device app for camera sample](http://go.microsoft.com/fwlink/p/?linkid=249442) +[Device app for camera sample](http://go.microsoft.com/fwlink/p/?linkid=249442) [Camera Capture UI sample](http://go.microsoft.com/fwlink/p/?linkid=249441%20) diff --git a/avstream/sampledevicemft/avstream-sampledevicemft.yaml b/avstream/sampledevicemft/avstream-sampledevicemft.yml index d1e877c4..84ffd6d0 100644 --- a/avstream/sampledevicemft/avstream-sampledevicemft.yaml +++ b/avstream/sampledevicemft/avstream-sampledevicemft.yml @@ -3,8 +3,10 @@ sample: - name: Driver Device Transform Sample description: A driver device transform which loads in a process streaming an Avstream based camera device using Media Foundation. generateZip: true + preserveParentHierarchy: true author: windows-driver-samples languages: - cpp technologies: - windows + vssolution: /avstream/sampledevicemft/SampleDeviceMft.sln |
