mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 17:41:05 +00:00
gstreamer: Correctly rename ParamSpecArray
constructor
This commit is contained in:
parent
21d38e41d6
commit
9263c9f42e
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ impl FromGlibPtrFull<*mut gobject_ffi::GParamSpec> for ParamSpecArray {
|
|||
impl ParamSpecArray {
|
||||
#[allow(clippy::new_ret_no_self)]
|
||||
#[doc(alias = "gst_param_spec_array")]
|
||||
pub fn new_array(
|
||||
pub fn new(
|
||||
name: &str,
|
||||
nick: &str,
|
||||
blurb: &str,
|
||||
|
|
Loading…
Reference in a new issue