mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-03 07:48:48 +00:00
Rename rusoto to aws
Now that migration to AWS SDK is complete, rename directory and references to aws/AWS SDK. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/759>
This commit is contained in:
parent
81437bb1c9
commit
511ee766df
19 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@ members = [
|
|||
"net/hlssink3",
|
||||
"net/onvif",
|
||||
"net/reqwest",
|
||||
"net/rusoto",
|
||||
"net/aws",
|
||||
"utils/fallbackswitch",
|
||||
"utils/togglerecord",
|
||||
"utils/tracers",
|
||||
|
@ -50,7 +50,7 @@ default-members = [
|
|||
"generic/threadshare",
|
||||
"net/onvif",
|
||||
"net/reqwest",
|
||||
"net/rusoto",
|
||||
"net/aws",
|
||||
"utils/fallbackswitch",
|
||||
"utils/togglerecord",
|
||||
"utils/tracers",
|
||||
|
|
|
@ -26,7 +26,7 @@ You will find the following plugins in this repository:
|
|||
|
||||
- `reqwest`: An HTTP source element based on the [reqwest](https://github.com/seanmonstar/reqwest) library.
|
||||
|
||||
- `rusoto`: Various elements for Amazon AWS services using the [Rusoto](https://rusoto.org) library
|
||||
- `aws`: Various elements for Amazon AWS services using the [AWS SDK](https://awslabs.github.io/aws-sdk-rust/) library
|
||||
- `s3src`/`s3sink`: A source and sink element to talk to the Amazon S3 object storage system.
|
||||
- `aws_transcriber`: an element wrapping the AWS Transcriber service.
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@ plugins = {
|
|||
'gst-plugin-reqwest': 'libgstreqwest',
|
||||
'gst-plugin-hlssink3': 'libgsthlssink3',
|
||||
'gst-plugin-rspng': 'libgstrspng',
|
||||
'gst-plugin-rusoto': 'libgstrusoto',
|
||||
'gst-plugin-aws': 'libgstaws',
|
||||
'gst-plugin-textwrap': 'libgstrstextwrap',
|
||||
'gst-plugin-fmp4': 'libgstfmp4',
|
||||
'gst-plugin-threadshare': 'libgstthreadshare',
|
||||
|
|
Loading…
Reference in a new issue