Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PR #721] Install some files #1118

Merged
merged 3 commits into from
Dec 6, 2023
Merged

[PR #721] Install some files #1118

merged 3 commits into from
Dec 6, 2023

Conversation

niyatim23
Copy link
Contributor

@niyatim23 niyatim23 commented Dec 6, 2023

Issue #, if available:

Description of changes:
#721

Tested this locally:

niyatim@88665a374cf5 test-to-path % tree
.
├── include
│   └── com
│       └── amazonaws
│           └── kinesis
│               └── video
│                   └── producer
│                       └── jni
│                           ├── JNICommon.h
│                           ├── KinesisVideoClientWrapper.h
│                           ├── Parameters.h
│                           ├── SyncMutex.h
│                           ├── TimedSemaphore.h
│                           └── com_amazonaws_kinesisvideo_internal_producer_jni_NativeKinesisVideoProducerJni.h
├── lib
│   ├── libKinesisVideoProducer.dylib
│   ├── libKinesisVideoProducerJNI.dylib
│   ├── libcproducer.1.5.1.dylib
│   ├── libcproducer.1.dylib -> libcproducer.1.5.1.dylib
│   ├── libcproducer.dylib -> libcproducer.1.dylib
│   └── libgstkvssink.so
└── src
    ├── Auth.cpp
    ├── Auth.h
    ├── CMakeLists.txt
    ├── CachingEndpointOnlyCallbackProvider.cpp
    ├── CachingEndpointOnlyCallbackProvider.h
    ├── CallbackProvider.cpp
    ├── CallbackProvider.h
    ├── ClientCallbackProvider.h
    ├── DefaultCallbackProvider.cpp
    ├── DefaultCallbackProvider.h
    ├── DefaultDeviceInfoProvider.cpp
    ├── DefaultDeviceInfoProvider.h
    ├── DeviceInfoProvider.h
    ├── GetTime.cpp
    ├── GetTime.h
    ├── JNI
    │   ├── com
    │   │   └── amazonaws
    │   │       └── kinesis
    │   │           └── video
    │   │               └── producer
    │   │                   └── jni
    │   │                       ├── KinesisVideoClientWrapper.cpp
    │   │                       ├── NativeProducerInterface.cpp
    │   │                       └── Parameters.cpp
    │   └── include
    │       └── com
    │           └── amazonaws
    │               └── kinesis
    │                   └── video
    │                       └── producer
    │                           └── jni
    │                               ├── JNICommon.h
    │                               ├── KinesisVideoClientWrapper.h
    │                               ├── Parameters.h
    │                               ├── SyncMutex.h
    │                               ├── TimedSemaphore.h
    │                               └── com_amazonaws_kinesisvideo_internal_producer_jni_NativeKinesisVideoProducerJni.h
    ├── KinesisVideoProducer.cpp
    ├── KinesisVideoProducer.h
    ├── KinesisVideoProducerMetrics.h
    ├── KinesisVideoStream.cpp
    ├── KinesisVideoStream.h
    ├── KinesisVideoStreamMetrics.h
    ├── Logger.h
    ├── StreamCallbackProvider.h
    ├── StreamDefinition.cpp
    ├── StreamDefinition.h
    ├── StreamTags.cpp
    ├── StreamTags.h
    ├── ThreadSafeMap.h
    ├── common
    │   ├── PutFrameHelper.cpp
    │   └── PutFrameHelper.h
    ├── credential-providers
    │   ├── IotCertCredentialProvider.cpp
    │   ├── IotCertCredentialProvider.h
    │   ├── RotatingCredentialProvider.cpp
    │   └── RotatingCredentialProvider.h
    └── gstreamer
        ├── KvsSinkClientCallbackProvider.cpp
        ├── KvsSinkClientCallbackProvider.h
        ├── KvsSinkDeviceInfoProvider.cpp
        ├── KvsSinkDeviceInfoProvider.h
        ├── KvsSinkStreamCallbackProvider.cpp
        ├── KvsSinkStreamCallbackProvider.h
        ├── Util
        │   ├── KvsSinkUtil.cpp
        │   └── KvsSinkUtil.h
        ├── gstkvssink.cpp
        └── gstkvssink.h

28 directories, 65 files

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@niyatim23 niyatim23 requested a review from disa6302 December 6, 2023 18:57
@niyatim23 niyatim23 marked this pull request as ready for review December 6, 2023 18:57
@niyatim23 niyatim23 mentioned this pull request Dec 6, 2023
@codecov-commenter
Copy link

codecov-commenter commented Dec 6, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (22f365e) 16.34% compared to head (f1bbebf) 16.39%.

❗ Current head f1bbebf differs from pull request most recent head ee502da. Consider uploading reports for the commit ee502da to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1118      +/-   ##
===========================================
+ Coverage    16.34%   16.39%   +0.05%     
===========================================
  Files           51       51              
  Lines         6846     6849       +3     
===========================================
+ Hits          1119     1123       +4     
+ Misses        5727     5726       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@disa6302 disa6302 merged commit 86d1ef7 into develop Dec 6, 2023
15 checks passed
@niyatim23 niyatim23 deleted the spotaws-721 branch December 6, 2023 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants