aws: s3sink: Fix spelling of debug category

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1337>
This commit is contained in:
Arun Raghavan 2023-09-28 18:40:38 +02:00
parent 410d104ad6
commit 6d47045a60

View file

@ -182,7 +182,7 @@ pub struct S3Sink {
static CAT: Lazy<gst::DebugCategory> = Lazy::new(|| {
gst::DebugCategory::new(
"aws3sink",
"awss3sink",
gst::DebugColorFlags::empty(),
Some("Amazon S3 Sink"),
)