Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2020-06-16 11:56:48 +0300
committerSebastian Dröge <sebastian@centricular.com>2020-06-16 11:56:48 +0300
commit60321edb8c2626106837b477860c5998265a356a (patch)
tree002e6d05942a9fe1b03dd5f20431534cd0908c2f /net
parent61f76548bcf8a7c9313ba29b3af6be01564fb127 (diff)
Update for new_with_XXX/new_from_XXX function renaming
Diffstat (limited to 'net')
-rw-r--r--net/rusoto/src/aws_transcribe_parse.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rusoto/src/aws_transcribe_parse.rs b/net/rusoto/src/aws_transcribe_parse.rs
index 406e8fd2f..259d8de94 100644
--- a/net/rusoto/src/aws_transcribe_parse.rs
+++ b/net/rusoto/src/aws_transcribe_parse.rs
@@ -1029,7 +1029,7 @@ impl ObjectSubclass for Transcriber {
glib_object_subclass!();
- fn new_with_class(klass: &subclass::simple::ClassStruct<Self>) -> Self {
+ fn with_class(klass: &subclass::simple::ClassStruct<Self>) -> Self {
let templ = klass.get_pad_template("sink").unwrap();
let sinkpad = gst::Pad::from_template(&templ, Some("sink"));
let templ = klass.get_pad_template("src").unwrap();