diff --git a/gir-files/Gst-1.0.gir b/gir-files/Gst-1.0.gir index 8274ed311..2b44b1611 100644 --- a/gir-files/Gst-1.0.gir +++ b/gir-files/Gst-1.0.gir @@ -786,7 +786,7 @@ the bin does not want to accept the element. a #GstBin - + the #GstElement to add @@ -806,11 +806,11 @@ value of each gst_bin_add() is ignored. a #GstBin - + the #GstElement element to add to the bin - + additional elements to add to the bin @@ -3380,7 +3380,7 @@ Use gst_object_unref() to release the reference to a bufferpool. If the refcount of the pool reaches 0, the pool will be freed. Creates a new #GstBufferPool instance. - + a new #GstBufferPool instance @@ -11271,7 +11271,7 @@ This is for use by subclasses. a #GstDeviceProvider - + a #GstDevice that has been added @@ -12796,7 +12796,7 @@ MT safe. a #GstElement to add the pad to. - + the #GstPad to add to the element. @@ -14919,7 +14919,7 @@ existing one is added the old one is replaced by the new one. the #GstElementClass to add the pad template to. - + a #GstPadTemplate to add to the element class. @@ -17800,7 +17800,7 @@ case of an error. from the target pad. The template used on the ghostpad will be @template. Will ref the target. - + a new #GstPad, or %NULL in case of an error. @@ -17830,7 +17830,7 @@ A target can be set on the ghostpad later with the gst_ghost_pad_set_target() function. The created ghostpad will not have a padtemplate. - + a new #GstPad, or %NULL in case of an error. @@ -17853,7 +17853,7 @@ case of an error. c:identifier="gst_ghost_pad_new_no_target_from_template"> Create a new ghostpad based on @templ, without setting a target. The direction will be taken from the @templ. - + a new #GstPad, or %NULL in case of an error. @@ -23742,7 +23742,7 @@ has been setup for a non suitable property, %TRUE otherwise. the controller object - + the #GstControlBinding that should be used @@ -33498,7 +33498,7 @@ MT safe. the registry to add the plugin to - + the feature to add @@ -33518,7 +33518,7 @@ MT safe. the registry to add the plugin to - + the plugin to add @@ -35361,7 +35361,7 @@ instantiate a #GstCaps. Converts a #GstStaticPadTemplate into a #GstPadTemplate. - + a new #GstPadTemplate. @@ -35411,7 +35411,7 @@ pertinent to streams of data). Create a new #GstStream for the given @stream_id, @caps, @type and @flags - + The new #GstStream @@ -35682,7 +35682,7 @@ Applications can activate streams from a collection by using the c:identifier="gst_stream_collection_new" version="1.10"> Create a new #GstStreamCollection. - + The new #GstStreamCollection. diff --git a/gstreamer/src/auto/alias.rs b/gstreamer/src/auto/alias.rs index 807a7a5c8..2ab092911 100644 --- a/gstreamer/src/auto/alias.rs +++ b/gstreamer/src/auto/alias.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (57b38ba) from gir-files (???) +// This file was generated by gir (81e3f51) from gir-files (???) // DO NOT EDIT pub type ClockTime = u64; diff --git a/gstreamer/src/auto/bin.rs b/gstreamer/src/auto/bin.rs index 906cd3946..ff03c889d 100644 --- a/gstreamer/src/auto/bin.rs +++ b/gstreamer/src/auto/bin.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (57b38ba) from gir-files (???) +// This file was generated by gir (81e3f51) from gir-files (???) // DO NOT EDIT use Element; @@ -99,7 +99,7 @@ pub trait BinExt { impl + IsA> BinExt for O { fn add>(&self, element: &P) -> bool { unsafe { - from_glib(ffi::gst_bin_add(self.to_glib_none().0, element.to_glib_full())) + from_glib(ffi::gst_bin_add(self.to_glib_none().0, element.to_glib_none().0)) } } diff --git a/gstreamer/src/auto/bus.rs b/gstreamer/src/auto/bus.rs index 576a690b4..a675d6332 100644 --- a/gstreamer/src/auto/bus.rs +++ b/gstreamer/src/auto/bus.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (57b38ba) from gir-files (???) +// This file was generated by gir (81e3f51) from gir-files (???) // DO NOT EDIT use Object; diff --git a/gstreamer/src/auto/clock.rs b/gstreamer/src/auto/clock.rs index 15724e0bb..8390b7f3d 100644 --- a/gstreamer/src/auto/clock.rs +++ b/gstreamer/src/auto/clock.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (57b38ba) from gir-files (???) +// This file was generated by gir (81e3f51) from gir-files (???) // DO NOT EDIT use ClockTime; diff --git a/gstreamer/src/auto/element.rs b/gstreamer/src/auto/element.rs index b5c15972d..cc71a5716 100644 --- a/gstreamer/src/auto/element.rs +++ b/gstreamer/src/auto/element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (57b38ba) from gir-files (???) +// This file was generated by gir (81e3f51) from gir-files (???) // DO NOT EDIT use Bus; @@ -209,7 +209,7 @@ impl + IsA> ElementExt for O { fn add_pad>(&self, pad: &P) -> bool { unsafe { - from_glib(ffi::gst_element_add_pad(self.to_glib_none().0, pad.to_glib_full())) + from_glib(ffi::gst_element_add_pad(self.to_glib_none().0, pad.to_glib_none().0)) } } diff --git a/gstreamer/src/auto/element_factory.rs b/gstreamer/src/auto/element_factory.rs index 61d1f577c..8a8400fb8 100644 --- a/gstreamer/src/auto/element_factory.rs +++ b/gstreamer/src/auto/element_factory.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (57b38ba) from gir-files (???) +// This file was generated by gir (81e3f51) from gir-files (???) // DO NOT EDIT use Element; diff --git a/gstreamer/src/auto/enums.rs b/gstreamer/src/auto/enums.rs index e9afc96d9..3bfcf2e96 100644 --- a/gstreamer/src/auto/enums.rs +++ b/gstreamer/src/auto/enums.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (57b38ba) from gir-files (???) +// This file was generated by gir (81e3f51) from gir-files (???) // DO NOT EDIT use ffi; diff --git a/gstreamer/src/auto/flags.rs b/gstreamer/src/auto/flags.rs index 3ebde36b5..e8f8d6326 100644 --- a/gstreamer/src/auto/flags.rs +++ b/gstreamer/src/auto/flags.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (57b38ba) from gir-files (???) +// This file was generated by gir (81e3f51) from gir-files (???) // DO NOT EDIT use ffi; diff --git a/gstreamer/src/auto/mod.rs b/gstreamer/src/auto/mod.rs index ff8f3eaec..f48ce9a79 100644 --- a/gstreamer/src/auto/mod.rs +++ b/gstreamer/src/auto/mod.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (57b38ba) from gir-files (???) +// This file was generated by gir (81e3f51) from gir-files (???) // DO NOT EDIT mod bin; diff --git a/gstreamer/src/auto/object.rs b/gstreamer/src/auto/object.rs index 2bd127088..adfd49b2c 100644 --- a/gstreamer/src/auto/object.rs +++ b/gstreamer/src/auto/object.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (57b38ba) from gir-files (???) +// This file was generated by gir (81e3f51) from gir-files (???) // DO NOT EDIT use ClockTime; diff --git a/gstreamer/src/auto/pad.rs b/gstreamer/src/auto/pad.rs index c96749ec2..83db43fdf 100644 --- a/gstreamer/src/auto/pad.rs +++ b/gstreamer/src/auto/pad.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (57b38ba) from gir-files (???) +// This file was generated by gir (81e3f51) from gir-files (???) // DO NOT EDIT use Element; diff --git a/gstreamer/src/auto/pad_template.rs b/gstreamer/src/auto/pad_template.rs index 9d26da735..f3d245853 100644 --- a/gstreamer/src/auto/pad_template.rs +++ b/gstreamer/src/auto/pad_template.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (57b38ba) from gir-files (???) +// This file was generated by gir (81e3f51) from gir-files (???) // DO NOT EDIT use Object; diff --git a/gstreamer/src/auto/pipeline.rs b/gstreamer/src/auto/pipeline.rs index d44b0260a..c525f1642 100644 --- a/gstreamer/src/auto/pipeline.rs +++ b/gstreamer/src/auto/pipeline.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (57b38ba) from gir-files (???) +// This file was generated by gir (81e3f51) from gir-files (???) // DO NOT EDIT use Bin; diff --git a/gstreamer/src/auto/u_r_i_handler.rs b/gstreamer/src/auto/u_r_i_handler.rs index de1d0938c..36d00222f 100644 --- a/gstreamer/src/auto/u_r_i_handler.rs +++ b/gstreamer/src/auto/u_r_i_handler.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (57b38ba) from gir-files (???) +// This file was generated by gir (81e3f51) from gir-files (???) // DO NOT EDIT use Error;