diff --git a/docs/gstreamer-audio/docs.md b/docs/gstreamer-audio/docs.md index 7c7d4905f..4b1256468 100644 --- a/docs/gstreamer-audio/docs.md +++ b/docs/gstreamer-audio/docs.md @@ -1510,7 +1510,7 @@ the converted volume # Returns Returns `true` if the stream is muted - + ## `format` `StreamVolumeFormat` which should be returned diff --git a/docs/gstreamer-editing-services/docs.md b/docs/gstreamer-editing-services/docs.md index f72e41a30..b25d9bde9 100644 --- a/docs/gstreamer-editing-services/docs.md +++ b/docs/gstreamer-editing-services/docs.md @@ -840,7 +840,7 @@ Feature: `v1_18` # Returns The duration-limit of `self`. - + Convert the timeline time to an internal source time of the child. This will take any time effects placed on the clip into account (see `BaseEffect` for what time effects are supported, and how to @@ -905,7 +905,7 @@ Gets the `Clip:supported-formats` of the clip. # Returns The `TrackType`-s supported by `self`. - + Convert the internal source time from the child to a timeline time. This will take any time effects placed on the clip into account (see `BaseEffect` for what time effects are supported, and how to @@ -963,7 +963,7 @@ A time in the internal time coordinates of `child` The time in the timeline coordinates corresponding to `internal_time`, or `GST_CLOCK_TIME_NONE` if the conversion could not be performed. - + Convert the source frame number to a timeline time. This acts the same as `ClipExt::get_timeline_time_from_internal_time` using the core children of the clip and using the frame number to specify the internal @@ -986,7 +986,7 @@ in the timeline coordinates The timestamp corresponding to `frame_number` in the core children of `self`, in the timeline coordinates, or `GST_CLOCK_TIME_NONE` if the conversion could not be performed. - + Gets the internal index of an effect in the clip. The index of effects in a clip will run from 0 to n-1, where n is the total number of effects. If two effects share the same `TrackElement:track`, the @@ -1240,7 +1240,7 @@ The edit position: a new location for the edge of `self` # Returns `true` if the edit of `self` completed, `false` on failure. - + Get the list of timeline elements contained in the container. If `recursive` is `true`, and the container contains other containers as children, then their children will be added to the list, in addition to @@ -1766,7 +1766,7 @@ The clip to add `true` if `clip` was properly added to `self`, or `false` if `self` refused to add `clip`. - + Gets whether the layer is active for the given track. See `LayerExt::set_active_for_tracks`. @@ -1791,7 +1791,7 @@ Get the `Clip`-s contained in this layer. A list of clips in `self`. - + Gets the clips within the layer that appear between `start` and `end`. ## `start` Start of the interval @@ -1991,7 +1991,7 @@ Gets the `Pipeline:mode` of the pipeline. # Returns The current mode of `self`. - + Gets a sample from the pipeline of the currently displayed image in preview, in the specified format. @@ -2007,7 +2007,7 @@ Some caps to specifying the desired format, or A sample of `self`'s current image preview in the format given by `caps`, or `None` if an error prevented fetching the sample. - + Gets a sample from the pipeline of the currently displayed image in preview, in the 24-bit "RGB" format and of the desired width and height. @@ -2295,7 +2295,7 @@ The `glib::Type` of the asset to create # Returns The newly created `Asset` or `None`. - + ## `id` The id of the asset to retrieve ## `extractable_type` @@ -2671,7 +2671,7 @@ Get the current `Timeline:duration` of the timeline # Returns The current duration of `self`. - + Gets the element contained in the timeline with the given name. ## `name` The name of the element to find @@ -2680,7 +2680,7 @@ The name of the element to find The timeline element in `self` with the given `name`, or `None` if it was not found. - + This method allows you to convert a timeline `gst::ClockTime` into its corresponding `FrameNumber` in the timeline's output. @@ -2692,7 +2692,7 @@ The timestamp to get the corresponding frame number of # Returns The frame number `timestamp` corresponds to. - + This method allows you to convert a timeline output frame number into a timeline `gst::ClockTime`. For example, this time could be used to seek to a particular frame in the timeline's output, or as the edit position for @@ -2715,7 +2715,7 @@ Get the list of `Group`-s present in the timeline. The list of groups that contain clips present in `self`'s layers. Must not be changed. - + Retrieve the layer whose index in the timeline matches the given priority. ## `priority` @@ -2734,7 +2734,7 @@ Get the list of `Layer`-s present in the timeline. The list of layers present in `self` sorted by priority. - + Search for the `gst::Pad` corresponding to the given timeline's track. You can link to this pad to receive the output data of the given track. ## `track` @@ -2750,7 +2750,7 @@ Gets the `Timeline:snapping-distance` for the timeline. # Returns The snapping distance (in nanoseconds) of `self`. - + Search for the `Track` corresponding to the given timeline's pad. ## `pad` A pad @@ -3247,12 +3247,12 @@ The edit position: a new location for the edge of `self` # Returns `true` if the edit of `self` completed, `false` on failure. - + Gets several of the children properties of the element. See `TimelineElementExt::get_child_property`. ## `first_property_name` The name of the first child property to get - + Gets the property of a child of the element. `property_name` can either be in the format "prop-name" or @@ -3277,7 +3277,7 @@ The return location for the value # Returns `true` if the property was found and copied to `value`. - + Gets the property of a child of the element. Specifically, the property corresponding to the `pspec` used in `TimelineElementExt::add_child_property` is copied into `value`. @@ -3285,7 +3285,7 @@ corresponding to the `pspec` used in The specification of a registered child property to get ## `value` The return location for the value - + Gets several of the children properties of the element. See `TimelineElementExt::get_child_property`. ## `first_property_name` @@ -4355,7 +4355,7 @@ The name of the first property to get ## `var_args` Value for the first property, followed optionally by more name/return location pairs, followed by NULL - + Gets the control binding that was created for the specified child property of the track element using `TrackElementExt::set_control_source`. The given `property_name` must diff --git a/docs/gstreamer-gl/docs.md b/docs/gstreamer-gl/docs.md index ceb5153de..cd5841d85 100644 --- a/docs/gstreamer-gl/docs.md +++ b/docs/gstreamer-gl/docs.md @@ -289,13 +289,13 @@ then function to get the address of # Returns an address pointing to `name` or `None` - + See also `GLContextExt::activate`. # Returns the `GLContext` active in the current thread or `None` - + If an error occurs, `major` and `minor` are not modified and `GLAPI::None` is returned. ## `platform` @@ -309,14 +309,14 @@ the minor version The version supported by the OpenGL context current in the calling thread or `GLAPI::None` - + ## `context_type` a `GLPlatform` specifying the type of context to retrieve # Returns The OpenGL context handle current in the calling thread or `None` - + Attempts to use the `context_type` specific GetProcAddress implementations to retrieve `name`. @@ -454,7 +454,7 @@ Returns the OpenGL version implemented by `self`. See resulting major version ## `min` resulting minor version - + Get a function pointer to a specified opengl function, `name`. If the the specific function does not exist, NULL is returned instead. @@ -1052,7 +1052,7 @@ Opaque `GLMemoryAllocator` struct # Implements [`GLBaseMemoryAllocatorExt`](trait@crate::GLBaseMemoryAllocatorExt), [`trait@gst::AllocatorExt`], [`trait@gst::ObjectExt`], [`trait@glib::object::ObjectExt`] - + ## `context` a `GLContext` @@ -1437,7 +1437,7 @@ to `self` with `GLShader::attach` or `GLShader::attach_unlocked`. Note: must be called in the GL thread ## `stage` a `GLSLStage` to attach - + ## `name` name of the attribute diff --git a/docs/gstreamer-gl/egl/docs.md b/docs/gstreamer-gl/egl/docs.md index e8bf042ac..460c75b6c 100644 --- a/docs/gstreamer-gl/egl/docs.md +++ b/docs/gstreamer-gl/egl/docs.md @@ -23,7 +23,7 @@ an existing `gst_gl::GLDisplay` # Returns a new `GLDisplayEGL` - + Attempts to create a new `EGLDisplay` from `display`. If `type_` is `gst_gl::GLDisplayType::Any`, then `display` must be 0. `type_` must not be `gst_gl::GLDisplayType::None`. diff --git a/docs/gstreamer-pbutils/docs.md b/docs/gstreamer-pbutils/docs.md index fc01c23fe..925337069 100644 --- a/docs/gstreamer-pbutils/docs.md +++ b/docs/gstreamer-pbutils/docs.md @@ -259,7 +259,7 @@ This structure can be traversed to see the original hierarchy. Unref with the list of all streams contained in the `info`. Free after usage with `DiscovererStreamInfo::list_free`. - + Finds the `DiscovererStreamInfo` contained in `self` that match the given `streamtype`. ## `streamtype` @@ -862,7 +862,7 @@ Feature: `v1_18` # Returns The path to the `self` file. - + ## `name` the name of the profile to retrieve diff --git a/docs/gstreamer-player/docs.md b/docs/gstreamer-player/docs.md index 64183b257..9e0deaeb8 100644 --- a/docs/gstreamer-player/docs.md +++ b/docs/gstreamer-player/docs.md @@ -73,7 +73,7 @@ or RTSP streams. a `Player` configuration ## `agent` the string to use as user agent - + ## `info` a `PlayerMediaInfo` @@ -81,7 +81,7 @@ a `PlayerMediaInfo` A `glib::List` of matching `PlayerAudioInfo`. - + ## `info` a `PlayerMediaInfo` @@ -89,7 +89,7 @@ a `PlayerMediaInfo` A `glib::List` of matching `PlayerSubtitleInfo`. - + ## `info` a `PlayerMediaInfo` @@ -115,7 +115,7 @@ Retrieve the current value of audio-video-offset property # Returns The current value of audio-video-offset in nanoseconds - + Retrieve the current value of the indicated `type_`. ## `type_` `PlayerColorBalanceType` @@ -234,7 +234,7 @@ Gets the URI of the currently-playing stream. a string containing the URI of the currently-playing stream. `g_free` after usage. - + Get a snapshot of the currently selected video stream, if any. The format can be selected with `format` and optional configuration is possible with `config` Currently supported settings are: diff --git a/docs/gstreamer-rtsp-server/docs.md b/docs/gstreamer-rtsp-server/docs.md index a85987d14..7a0e2c5c6 100644 --- a/docs/gstreamer-rtsp-server/docs.md +++ b/docs/gstreamer-rtsp-server/docs.md @@ -375,7 +375,7 @@ Get the `RTSPSessionPool` object that `self` uses to manage its sessions. # Returns a `RTSPSessionPool`, unref after usage. - + This is useful when providing a send function through `RTSPClientExt::set_send_func` when doing RTSP over TCP: the send function must call gst_rtsp_stream_transport_message_sent () @@ -861,7 +861,7 @@ Gets if and how the media clock should be published according to RFC7273. # Returns The GstRTSPPublishClockMode - + Get the current range as a string. `self` must be prepared with gst_rtsp_media_prepare (). ## `play` @@ -909,7 +909,7 @@ until `self` is prepared or in error. # Returns the status of `self`. - + Retrieve the stream with index `idx` from `self`. ## `idx` the stream index @@ -924,7 +924,7 @@ Get how `self` will be suspended. # Returns `RTSPSuspendMode`. - + Get the `gst_net::NetTimeProvider` for the clock used by `self`. The time provider will listen on `address` and `port` for client time requests. ## `address` @@ -1977,7 +1977,7 @@ Get the string that can be placed in the Session header field. the Session header of `self`. `g_free` after usage. - + Get the session media for `path`. `matched` will contain the number of matched characters of `path`. ## `path` @@ -2132,7 +2132,7 @@ Get the current RTSP state of `self`. # Returns the current RTSP state of `self`. - + Get a previously created `RTSPStreamTransport` for the stream at `idx`. ## `idx` the stream index @@ -2427,7 +2427,7 @@ Get the configured MTU in the payloader of `self`. # Returns the MTU of the payloader. - + Get the multicast address of `self` for `family`. The original `RTSPAddress` is cached and copy is returned, so freeing the return value won't release the address from the pool. @@ -2513,7 +2513,7 @@ Get the amount of time to store retransmission data. # Returns the amount of time to store retransmission data. - + Get the multicast RTCP socket from `self` for a `family`. Feature: `v1_14` @@ -2525,7 +2525,7 @@ the socket family the multicast RTCP socket or `None` if no socket could be allocated for `family`. Unref after usage - + Get the RTCP socket from `self` for a `family`. `self` must be joined to a bin. @@ -2536,7 +2536,7 @@ the socket family the RTCP socket or `None` if no socket could be allocated for `family`. Unref after usage - + Get the multicast RTP socket from `self` for a `family`. ## `family` the socket family @@ -2546,7 +2546,7 @@ the socket family the multicast RTP socket or `None` if no socket could be allocated for `family`. Unref after usage - + Get the RTP socket from `self` for a `family`. `self` must be joined to a bin. @@ -2578,7 +2578,7 @@ Get the RTP session of this stream. # Returns The RTP session of this stream. Unref after usage. - + Fill `server_port` with the port pair used by the server. This function can only be called when `self` has been joined. ## `server_port` @@ -3016,7 +3016,7 @@ a GstRTSPTransport # Returns a new `RTSPStreamTransport` - + Get the RTP-Info string for `self` and `start_time`. ## `start_time` a star time @@ -3239,7 +3239,7 @@ See `RTSPThreadPoolExt::set_max_threads`. # Returns the maximum number of threads. - + Get a new `RTSPThread` for `type_` and `ctx`. ## `type_` the `RTSPThreadType` diff --git a/docs/gstreamer-video/docs.md b/docs/gstreamer-video/docs.md index 0b1caa121..4df856901 100644 --- a/docs/gstreamer-video/docs.md +++ b/docs/gstreamer-video/docs.md @@ -594,7 +594,7 @@ by the decoder; free it after use it # Returns currently configured byte to time conversion setting - + Get a pending unfinished `VideoCodecFrame` ## `frame_number` system_frame_number of a frame @@ -617,7 +617,7 @@ address of variable in which to store the ## `max_latency` address of variable in which to store the configured mximum latency, or `None` - + Determines maximum possible decoding time for `frame` that will allow it to decode and arrive in time (as determined by QoS events). In particular, a negative result means decoding in time is no longer possible @@ -989,7 +989,7 @@ used ## `params` the `gst::AllocationParams` of `allocator` - + Get a pending unfinished `VideoCodecFrame` ## `frame_number` system_frame_number of a frame @@ -1012,7 +1012,7 @@ address of variable in which to store the ## `max_latency` address of variable in which to store the configured maximum latency, or `None` - + Determines maximum possible encoding time for `frame` that will allow it to encode and arrive in time (as determined by QoS events). In particular, a negative result means encoding in time is no longer possible diff --git a/docs/gstreamer/docs.md b/docs/gstreamer/docs.md index ca940722a..0cbd79723 100644 --- a/docs/gstreamer/docs.md +++ b/docs/gstreamer/docs.md @@ -241,7 +241,7 @@ whether to look for an unlinked source or sink pad unlinked pad of the given direction, `None`. - + Looks for an element inside the bin that implements the given interface. If such an element is found, it returns the element. You can cast this element to the given interface afterwards. If you want @@ -256,7 +256,7 @@ the `glib::Type` of an interface A `Element` inside the bin implementing the interface - + Gets the element with the given name from a bin. This function recurses into child bins. @@ -270,7 +270,7 @@ the element name to search for the `Element` with the given name, or `None` - + Gets the element with the given name from this bin. If the element is not found, a recursion is performed on the parent bin. @@ -2801,7 +2801,7 @@ the name of the old child Gets properties of the parent object and its children. ## `first_property_name` name of the first property to get - + Fetches a child by its number. ## `index` the child's position in the child list @@ -2812,7 +2812,7 @@ the child object or `None` if not found (index too high). Unref after usage. MT safe. - + Looks up a child element by the given name. This virtual method has a default implementation that uses `Object` @@ -2835,14 +2835,14 @@ Gets the number of child objects this parent contains. the number of child objects MT safe. - + Gets a single property using the GstChildProxy mechanism. You are responsible for freeing it by calling `glib::object::Value::unset` ## `name` name of the property ## `value` a `glib::object::Value` that should take the result. - + Gets properties of the parent object and its children. ## `first_property_name` name of the first property to get @@ -3609,7 +3609,7 @@ Trait containing all `ControlBinding` methods. # Implementors [`ControlBinding`](struct@crate::ControlBinding) - + Gets a number of `GValues` for the given controlled property starting at the requested time. The array `values` need to hold enough space for `n_values` of `glib::object::Value`. @@ -3628,7 +3628,7 @@ array to put control-values in # Returns `true` if the given array could be filled, `false` otherwise - + Gets the value for the given controlled property at the requested time. ## `timestamp` the time the control-change should be read from @@ -3637,7 +3637,7 @@ the time the control-change should be read from the GValue of the property at the given time, or `None` if the property isn't controlled. - + Gets a number of values for the given controlled property starting at the requested time. The array `values` need to hold enough space for `n_values` of the same type as the objects property's type. @@ -4572,7 +4572,7 @@ are hidden by `self`. a list of hidden providers factory names or `None` when nothing is hidden by `self`. Free with g_strfreev. - + Get metadata with `key` in `self`. Feature: `v1_14` @@ -4644,7 +4644,7 @@ name of factory to find `DeviceProviderFactory` if found, `None` otherwise - + Returns the device provider of the type defined by the given device provider factory. ## `factoryname` @@ -4681,7 +4681,7 @@ assured with `PluginFeature::load`. # Returns the `glib::Type` for device providers managed by this factory. - + Get the metadata on `self` with `key`. ## `key` a key @@ -5027,7 +5027,7 @@ pipeline is in the PLAYING state. the `Clock` of the element. unref after usage. MT safe. - + Looks for an unlinked pad to which the given pad can link. It is not guaranteed that linking the pads will work, though it should work in most cases. @@ -5045,7 +5045,7 @@ the `Caps` to use as a filter. the `Pad` to which a link can be made, or `None` if one cannot be found. `GstObjectExt::unref` after usage. - + Retrieves a pad template from `self` that is compatible with `compattempl`. Pads from compatible templates can be linked together. ## `compattempl` @@ -5056,7 +5056,7 @@ the `PadTemplate` to find a compatible a compatible `PadTemplate`, or `None` if none was found. No unreferencing is necessary. - + Gets the context with `context_type` set on the element or NULL. MT safe. @@ -5112,7 +5112,7 @@ Retrieves the factory that was used to create this element. the `ElementFactory` used for creating this element or `None` if element has not been registered (static element). no refcounting is needed. - + Get metadata with `key` in `klass`. Feature: `v1_14` @@ -5123,7 +5123,7 @@ the key to get # Returns the metadata for `key`. - + Retrieves a padtemplate from `self` with the given name. Feature: `v1_14` @@ -5147,7 +5147,7 @@ Feature: `v1_14` the `glib::List` of pad templates. - + Retrieves a pad from the element by name (e.g. "src_\%d"). This version only retrieves request pads. The pad should be released with `ElementExt::release_request_pad`. @@ -5174,7 +5174,7 @@ MT safe. # Returns the start time of the element. - + Gets the state of the element. For elements that performed an ASYNC state change, as reported by @@ -5213,7 +5213,7 @@ a `ClockTime` to specify the timeout for an async `StateChangeReturn::Failure` if the last state change failed. MT safe. - + Retrieves a pad from `self` by name. This version only retrieves already-existing (i.e. 'static') pads. ## `name` @@ -5962,7 +5962,7 @@ assured with `PluginFeature::load`. the `glib::Type` for elements managed by this factory or 0 if the factory is not loaded. - + Get the metadata on `self` with `key`. ## `key` a key @@ -9060,7 +9060,7 @@ The default handler will simply print the error string using g_print. the GError. ## `debug` an additional debug information string, or `None` - + Gets the corresponding `ControlBinding` for the property. This should be unreferenced again after use. ## `property_name` @@ -9143,7 +9143,7 @@ a string describing the path of `self`. You must MT safe. Grabs and releases the `Object`'s LOCK for all objects in the hierarchy. - + Gets the value for the given controlled property at the requested time. ## `property_name` the name of the property to get @@ -9154,7 +9154,7 @@ the time the control-change should be read from the GValue of the property at the given time, or `None` if the property isn't controlled. - + Gets a number of values for the given controlled property starting at the requested time. The array `values` need to hold enough space for `n_values` of the same type as the objects property's type. @@ -9770,7 +9770,7 @@ you need to unref it after use. the peer `Pad`. Unref after usage. MT safe. - + When `self` is flushing this function returns `FlowReturn::Flushing` immediately and `buffer` is `None`. @@ -9822,7 +9822,7 @@ Feature: `v1_18` a `Pad`, or `None` if `self` has none or more than one internal links. Unref returned pad with `GstObjectExt::unref`. - + Returns a new reference of the sticky event of type `event_type` from the event. ## `event_type` @@ -11700,7 +11700,7 @@ Trait containing all `Preset` methods. # Implementors [`Preset`](struct@crate::Preset) - + Gets the directory for application specific presets if set by the application. @@ -11726,7 +11726,7 @@ preset name to remove # Returns `true` for success, `false` if e.g. there is no preset with that `name` - + Gets the `value` for an existing meta data `tag`. Meta data `tag` names can be something like e.g. "comment". Returned values need to be released when done. ## `name` @@ -13030,7 +13030,7 @@ the plugin with the given name usage. MT safe. - + Retrieves a `glib::List` of `PluginFeature` of `type_`. ## `type_` a `glib::Type`. @@ -13041,7 +13041,7 @@ a `glib::List` of `PluginFeature` of `type_`. Use `PluginFeature::list_free` after use MT safe. - + Retrieves a `glib::List` of features of the plugin with name `name`. ## `name` a plugin name. @@ -14124,7 +14124,7 @@ Feature: `v1_10` # Returns The number of streams that `self` contains - + Retrieve the `Stream` with index `index` from the collection. The caller should not modify the returned `Stream` @@ -16317,7 +16317,7 @@ that though. # Implements [`PluginFeatureExt`](trait@crate::PluginFeatureExt), [`GstObjectExt`](trait@crate::GstObjectExt), [`trait@glib::object::ObjectExt`], [`PluginFeatureExtManual`](trait@crate::PluginFeatureExtManual) - + Gets the list of all registered typefind factories. You must free the list using `PluginFeature::list_free`. diff --git a/gstreamer-app/src/auto/versions.txt b/gstreamer-app/src/auto/versions.txt index 750fc5553..13a8da488 100644 --- a/gstreamer-app/src/auto/versions.txt +++ b/gstreamer-app/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) diff --git a/gstreamer-app/sys/build.rs b/gstreamer-app/sys/build.rs index 7ddc44ffd..9f9fd6412 100644 --- a/gstreamer-app/sys/build.rs +++ b/gstreamer-app/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-app/sys/src/lib.rs b/gstreamer-app/sys/src/lib.rs index 5648054ed..9adeb18ae 100644 --- a/gstreamer-app/sys/src/lib.rs +++ b/gstreamer-app/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-app/sys/tests/abi.rs b/gstreamer-app/sys/tests/abi.rs index eda94e6c8..460d3c1fa 100644 --- a/gstreamer-app/sys/tests/abi.rs +++ b/gstreamer-app/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-app/sys/tests/constant.c b/gstreamer-app/sys/tests/constant.c index ec6d36fd2..f1f987f80 100644 --- a/gstreamer-app/sys/tests/constant.c +++ b/gstreamer-app/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-app/sys/tests/layout.c b/gstreamer-app/sys/tests/layout.c index 08dcb80f2..6c70f7327 100644 --- a/gstreamer-app/sys/tests/layout.c +++ b/gstreamer-app/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-audio/src/auto/stream_volume.rs b/gstreamer-audio/src/auto/stream_volume.rs index 19aa67c4b..754d25e91 100644 --- a/gstreamer-audio/src/auto/stream_volume.rs +++ b/gstreamer-audio/src/auto/stream_volume.rs @@ -38,7 +38,7 @@ pub trait StreamVolumeExt: 'static { fn is_muted(&self) -> bool; #[doc(alias = "gst_stream_volume_get_volume")] - fn get_volume(&self, format: StreamVolumeFormat) -> f64; + fn volume(&self, format: StreamVolumeFormat) -> f64; #[doc(alias = "gst_stream_volume_set_mute")] fn set_mute(&self, mute: bool); @@ -66,7 +66,7 @@ impl> StreamVolumeExt for O { } } - fn get_volume(&self, format: StreamVolumeFormat) -> f64 { + fn volume(&self, format: StreamVolumeFormat) -> f64 { unsafe { ffi::gst_stream_volume_get_volume(self.as_ref().to_glib_none().0, format.to_glib()) } diff --git a/gstreamer-audio/src/auto/versions.txt b/gstreamer-audio/src/auto/versions.txt index 750fc5553..13a8da488 100644 --- a/gstreamer-audio/src/auto/versions.txt +++ b/gstreamer-audio/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) diff --git a/gstreamer-audio/sys/build.rs b/gstreamer-audio/sys/build.rs index 7ddc44ffd..9f9fd6412 100644 --- a/gstreamer-audio/sys/build.rs +++ b/gstreamer-audio/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-audio/sys/src/lib.rs b/gstreamer-audio/sys/src/lib.rs index 7aa19a9c6..e637d271b 100644 --- a/gstreamer-audio/sys/src/lib.rs +++ b/gstreamer-audio/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-audio/sys/tests/abi.rs b/gstreamer-audio/sys/tests/abi.rs index 01353db04..63b811eab 100644 --- a/gstreamer-audio/sys/tests/abi.rs +++ b/gstreamer-audio/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-audio/sys/tests/constant.c b/gstreamer-audio/sys/tests/constant.c index 42457c58c..0877a9356 100644 --- a/gstreamer-audio/sys/tests/constant.c +++ b/gstreamer-audio/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-audio/sys/tests/layout.c b/gstreamer-audio/sys/tests/layout.c index 4433cbf9e..6a152ffc6 100644 --- a/gstreamer-audio/sys/tests/layout.c +++ b/gstreamer-audio/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-base/src/auto/versions.txt b/gstreamer-base/src/auto/versions.txt index 750fc5553..13a8da488 100644 --- a/gstreamer-base/src/auto/versions.txt +++ b/gstreamer-base/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) diff --git a/gstreamer-base/sys/build.rs b/gstreamer-base/sys/build.rs index 7ddc44ffd..9f9fd6412 100644 --- a/gstreamer-base/sys/build.rs +++ b/gstreamer-base/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-base/sys/src/lib.rs b/gstreamer-base/sys/src/lib.rs index 047b14dfb..fd1b479d4 100644 --- a/gstreamer-base/sys/src/lib.rs +++ b/gstreamer-base/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-base/sys/tests/abi.rs b/gstreamer-base/sys/tests/abi.rs index c1326030f..c8b13bb46 100644 --- a/gstreamer-base/sys/tests/abi.rs +++ b/gstreamer-base/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-base/sys/tests/constant.c b/gstreamer-base/sys/tests/constant.c index 12d5a94ca..1900a6b36 100644 --- a/gstreamer-base/sys/tests/constant.c +++ b/gstreamer-base/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-base/sys/tests/layout.c b/gstreamer-base/sys/tests/layout.c index 1ea6365c0..f763b3216 100644 --- a/gstreamer-base/sys/tests/layout.c +++ b/gstreamer-base/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-check/src/auto/versions.txt b/gstreamer-check/src/auto/versions.txt index 750fc5553..13a8da488 100644 --- a/gstreamer-check/src/auto/versions.txt +++ b/gstreamer-check/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) diff --git a/gstreamer-check/sys/build.rs b/gstreamer-check/sys/build.rs index 7ddc44ffd..9f9fd6412 100644 --- a/gstreamer-check/sys/build.rs +++ b/gstreamer-check/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-check/sys/src/lib.rs b/gstreamer-check/sys/src/lib.rs index 9054c0c2c..a315196ef 100644 --- a/gstreamer-check/sys/src/lib.rs +++ b/gstreamer-check/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-check/sys/tests/abi.rs b/gstreamer-check/sys/tests/abi.rs index 433e7f917..f7dcc2d6d 100644 --- a/gstreamer-check/sys/tests/abi.rs +++ b/gstreamer-check/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-check/sys/tests/constant.c b/gstreamer-check/sys/tests/constant.c index 300f24198..6727bfabe 100644 --- a/gstreamer-check/sys/tests/constant.c +++ b/gstreamer-check/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-check/sys/tests/layout.c b/gstreamer-check/sys/tests/layout.c index 47801a30d..13ae7f59d 100644 --- a/gstreamer-check/sys/tests/layout.c +++ b/gstreamer-check/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-controller/src/auto/versions.txt b/gstreamer-controller/src/auto/versions.txt index 750fc5553..13a8da488 100644 --- a/gstreamer-controller/src/auto/versions.txt +++ b/gstreamer-controller/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) diff --git a/gstreamer-controller/sys/build.rs b/gstreamer-controller/sys/build.rs index 7ddc44ffd..9f9fd6412 100644 --- a/gstreamer-controller/sys/build.rs +++ b/gstreamer-controller/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-controller/sys/src/lib.rs b/gstreamer-controller/sys/src/lib.rs index abb3e71b3..ab6299e62 100644 --- a/gstreamer-controller/sys/src/lib.rs +++ b/gstreamer-controller/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-controller/sys/tests/abi.rs b/gstreamer-controller/sys/tests/abi.rs index afc6359df..ada88ab9b 100644 --- a/gstreamer-controller/sys/tests/abi.rs +++ b/gstreamer-controller/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-controller/sys/tests/constant.c b/gstreamer-controller/sys/tests/constant.c index 757781393..5bb99a927 100644 --- a/gstreamer-controller/sys/tests/constant.c +++ b/gstreamer-controller/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-controller/sys/tests/layout.c b/gstreamer-controller/sys/tests/layout.c index e57daa7d0..a2fd99223 100644 --- a/gstreamer-controller/sys/tests/layout.c +++ b/gstreamer-controller/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-editing-services/src/auto/clip.rs b/gstreamer-editing-services/src/auto/clip.rs index 255e032f8..da1df602e 100644 --- a/gstreamer-editing-services/src/auto/clip.rs +++ b/gstreamer-editing-services/src/auto/clip.rs @@ -78,7 +78,7 @@ pub trait ClipExt: 'static { #[cfg(any(feature = "v1_18", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))] #[doc(alias = "ges_clip_get_internal_time_from_timeline_time")] - fn get_internal_time_from_timeline_time>( + fn internal_time_from_timeline_time>( &self, child: &P, timeline_time: gst::ClockTime, @@ -93,7 +93,7 @@ pub trait ClipExt: 'static { #[cfg(any(feature = "v1_18", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))] #[doc(alias = "ges_clip_get_timeline_time_from_internal_time")] - fn get_timeline_time_from_internal_time>( + fn timeline_time_from_internal_time>( &self, child: &P, internal_time: gst::ClockTime, @@ -102,16 +102,16 @@ pub trait ClipExt: 'static { #[cfg(any(feature = "v1_18", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))] #[doc(alias = "ges_clip_get_timeline_time_from_source_frame")] - fn get_timeline_time_from_source_frame( + fn timeline_time_from_source_frame( &self, frame_number: FrameNumber, ) -> Result; #[doc(alias = "ges_clip_get_top_effect_index")] - fn get_top_effect_index>(&self, effect: &P) -> i32; + fn top_effect_index>(&self, effect: &P) -> i32; #[doc(alias = "ges_clip_get_top_effect_position")] - fn get_top_effect_position>(&self, effect: &P) -> i32; + fn top_effect_position>(&self, effect: &P) -> i32; #[doc(alias = "ges_clip_get_top_effects")] fn top_effects(&self) -> Vec; @@ -277,7 +277,7 @@ impl> ClipExt for O { #[cfg(any(feature = "v1_18", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))] - fn get_internal_time_from_timeline_time>( + fn internal_time_from_timeline_time>( &self, child: &P, timeline_time: gst::ClockTime, @@ -312,7 +312,7 @@ impl> ClipExt for O { #[cfg(any(feature = "v1_18", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))] - fn get_timeline_time_from_internal_time>( + fn timeline_time_from_internal_time>( &self, child: &P, internal_time: gst::ClockTime, @@ -335,7 +335,7 @@ impl> ClipExt for O { #[cfg(any(feature = "v1_18", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))] - fn get_timeline_time_from_source_frame( + fn timeline_time_from_source_frame( &self, frame_number: FrameNumber, ) -> Result { @@ -354,7 +354,7 @@ impl> ClipExt for O { } } - fn get_top_effect_index>(&self, effect: &P) -> i32 { + fn top_effect_index>(&self, effect: &P) -> i32 { unsafe { ffi::ges_clip_get_top_effect_index( self.as_ref().to_glib_none().0, @@ -363,7 +363,7 @@ impl> ClipExt for O { } } - fn get_top_effect_position>(&self, effect: &P) -> i32 { + fn top_effect_position>(&self, effect: &P) -> i32 { unsafe { ffi::ges_clip_get_top_effect_position( self.as_ref().to_glib_none().0, diff --git a/gstreamer-editing-services/src/auto/container.rs b/gstreamer-editing-services/src/auto/container.rs index 5508de809..269d7d6ac 100644 --- a/gstreamer-editing-services/src/auto/container.rs +++ b/gstreamer-editing-services/src/auto/container.rs @@ -51,7 +51,7 @@ pub trait GESContainerExt: 'static { ) -> Result<(), glib::error::BoolError>; #[doc(alias = "ges_container_get_children")] - fn get_children(&self, recursive: bool) -> Vec; + fn children(&self, recursive: bool) -> Vec; #[doc(alias = "ges_container_remove")] fn remove>(&self, child: &P) -> Result<(), glib::error::BoolError>; @@ -111,7 +111,7 @@ impl> GESContainerExt for O { } } - fn get_children(&self, recursive: bool) -> Vec { + fn children(&self, recursive: bool) -> Vec { unsafe { FromGlibPtrContainer::from_glib_full(ffi::ges_container_get_children( self.as_ref().to_glib_none().0, diff --git a/gstreamer-editing-services/src/auto/layer.rs b/gstreamer-editing-services/src/auto/layer.rs index 56b24b8f9..466d96784 100644 --- a/gstreamer-editing-services/src/auto/layer.rs +++ b/gstreamer-editing-services/src/auto/layer.rs @@ -80,7 +80,7 @@ pub trait LayerExt: 'static { #[cfg(any(feature = "v1_18", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))] #[doc(alias = "ges_layer_get_active_for_track")] - fn get_active_for_track>(&self, track: &P) -> bool; + fn is_active_for_track>(&self, track: &P) -> bool; #[doc(alias = "ges_layer_get_auto_transition")] fn is_auto_transition(&self) -> bool; @@ -89,7 +89,7 @@ pub trait LayerExt: 'static { fn clips(&self) -> Vec; #[doc(alias = "ges_layer_get_clips_in_interval")] - fn get_clips_in_interval(&self, start: gst::ClockTime, end: gst::ClockTime) -> Vec; + fn clips_in_interval(&self, start: gst::ClockTime, end: gst::ClockTime) -> Vec; #[doc(alias = "ges_layer_get_duration")] fn duration(&self) -> gst::ClockTime; @@ -221,7 +221,7 @@ impl> LayerExt for O { #[cfg(any(feature = "v1_18", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))] - fn get_active_for_track>(&self, track: &P) -> bool { + fn is_active_for_track>(&self, track: &P) -> bool { unsafe { from_glib(ffi::ges_layer_get_active_for_track( self.as_ref().to_glib_none().0, @@ -246,7 +246,7 @@ impl> LayerExt for O { } } - fn get_clips_in_interval(&self, start: gst::ClockTime, end: gst::ClockTime) -> Vec { + fn clips_in_interval(&self, start: gst::ClockTime, end: gst::ClockTime) -> Vec { unsafe { FromGlibPtrContainer::from_glib_full(ffi::ges_layer_get_clips_in_interval( self.as_ref().to_glib_none().0, diff --git a/gstreamer-editing-services/src/auto/pipeline.rs b/gstreamer-editing-services/src/auto/pipeline.rs index 57f1552bc..5ac20a215 100644 --- a/gstreamer-editing-services/src/auto/pipeline.rs +++ b/gstreamer-editing-services/src/auto/pipeline.rs @@ -44,10 +44,10 @@ pub trait GESPipelineExt: 'static { fn mode(&self) -> PipelineFlags; #[doc(alias = "ges_pipeline_get_thumbnail")] - fn get_thumbnail(&self, caps: &gst::Caps) -> Option; + fn thumbnail(&self, caps: &gst::Caps) -> Option; #[doc(alias = "ges_pipeline_get_thumbnail_rgb24")] - fn get_thumbnail_rgb24(&self, width: i32, height: i32) -> Option; + fn thumbnail_rgb24(&self, width: i32, height: i32) -> Option; #[doc(alias = "ges_pipeline_preview_get_audio_sink")] fn preview_get_audio_sink(&self) -> Option; @@ -130,7 +130,7 @@ impl> GESPipelineExt for O { unsafe { from_glib(ffi::ges_pipeline_get_mode(self.as_ref().to_glib_none().0)) } } - fn get_thumbnail(&self, caps: &gst::Caps) -> Option { + fn thumbnail(&self, caps: &gst::Caps) -> Option { unsafe { from_glib_full(ffi::ges_pipeline_get_thumbnail( self.as_ref().to_glib_none().0, @@ -139,7 +139,7 @@ impl> GESPipelineExt for O { } } - fn get_thumbnail_rgb24(&self, width: i32, height: i32) -> Option { + fn thumbnail_rgb24(&self, width: i32, height: i32) -> Option { unsafe { from_glib_full(ffi::ges_pipeline_get_thumbnail_rgb24( self.as_ref().to_glib_none().0, diff --git a/gstreamer-editing-services/src/auto/project.rs b/gstreamer-editing-services/src/auto/project.rs index d530ffd9c..30756900b 100644 --- a/gstreamer-editing-services/src/auto/project.rs +++ b/gstreamer-editing-services/src/auto/project.rs @@ -58,7 +58,7 @@ pub trait ProjectExt: 'static { ) -> Result, glib::Error>; #[doc(alias = "ges_project_get_asset")] - fn get_asset(&self, id: &str, extractable_type: glib::types::Type) -> Option; + fn asset(&self, id: &str, extractable_type: glib::types::Type) -> Option; #[doc(alias = "ges_project_get_loading_assets")] fn loading_assets(&self) -> Vec; @@ -179,7 +179,7 @@ impl> ProjectExt for O { } } - fn get_asset(&self, id: &str, extractable_type: glib::types::Type) -> Option { + fn asset(&self, id: &str, extractable_type: glib::types::Type) -> Option { unsafe { from_glib_full(ffi::ges_project_get_asset( self.as_ref().to_glib_none().0, diff --git a/gstreamer-editing-services/src/auto/timeline.rs b/gstreamer-editing-services/src/auto/timeline.rs index 1dbcf3f56..18a1af87e 100644 --- a/gstreamer-editing-services/src/auto/timeline.rs +++ b/gstreamer-editing-services/src/auto/timeline.rs @@ -93,35 +93,35 @@ pub trait TimelineExt: 'static { fn duration(&self) -> gst::ClockTime; #[doc(alias = "ges_timeline_get_element")] - fn get_element(&self, name: &str) -> Option; + fn element(&self, name: &str) -> Option; #[cfg(any(feature = "v1_18", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))] #[doc(alias = "ges_timeline_get_frame_at")] - fn get_frame_at(&self, timestamp: gst::ClockTime) -> FrameNumber; + fn frame_at(&self, timestamp: gst::ClockTime) -> FrameNumber; #[cfg(any(feature = "v1_18", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))] #[doc(alias = "ges_timeline_get_frame_time")] - fn get_frame_time(&self, frame_number: FrameNumber) -> gst::ClockTime; + fn frame_time(&self, frame_number: FrameNumber) -> gst::ClockTime; #[doc(alias = "ges_timeline_get_groups")] fn groups(&self) -> Vec; #[doc(alias = "ges_timeline_get_layer")] - fn get_layer(&self, priority: u32) -> Option; + fn layer(&self, priority: u32) -> Option; #[doc(alias = "ges_timeline_get_layers")] fn layers(&self) -> Vec; #[doc(alias = "ges_timeline_get_pad_for_track")] - fn get_pad_for_track>(&self, track: &P) -> Option; + fn pad_for_track>(&self, track: &P) -> Option; #[doc(alias = "ges_timeline_get_snapping_distance")] fn snapping_distance(&self) -> gst::ClockTime; #[doc(alias = "ges_timeline_get_track_for_pad")] - fn get_track_for_pad>(&self, pad: &P) -> Option; + fn track_for_pad>(&self, pad: &P) -> Option; #[doc(alias = "ges_timeline_get_tracks")] fn tracks(&self) -> Vec; @@ -276,7 +276,7 @@ impl> TimelineExt for O { } } - fn get_element(&self, name: &str) -> Option { + fn element(&self, name: &str) -> Option { unsafe { from_glib_full(ffi::ges_timeline_get_element( self.as_ref().to_glib_none().0, @@ -287,7 +287,7 @@ impl> TimelineExt for O { #[cfg(any(feature = "v1_18", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))] - fn get_frame_at(&self, timestamp: gst::ClockTime) -> FrameNumber { + fn frame_at(&self, timestamp: gst::ClockTime) -> FrameNumber { unsafe { ffi::ges_timeline_get_frame_at(self.as_ref().to_glib_none().0, timestamp.to_glib()) } @@ -295,7 +295,7 @@ impl> TimelineExt for O { #[cfg(any(feature = "v1_18", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))] - fn get_frame_time(&self, frame_number: FrameNumber) -> gst::ClockTime { + fn frame_time(&self, frame_number: FrameNumber) -> gst::ClockTime { unsafe { from_glib(ffi::ges_timeline_get_frame_time( self.as_ref().to_glib_none().0, @@ -312,7 +312,7 @@ impl> TimelineExt for O { } } - fn get_layer(&self, priority: u32) -> Option { + fn layer(&self, priority: u32) -> Option { unsafe { from_glib_full(ffi::ges_timeline_get_layer( self.as_ref().to_glib_none().0, @@ -329,7 +329,7 @@ impl> TimelineExt for O { } } - fn get_pad_for_track>(&self, track: &P) -> Option { + fn pad_for_track>(&self, track: &P) -> Option { unsafe { from_glib_none(ffi::ges_timeline_get_pad_for_track( self.as_ref().to_glib_none().0, @@ -346,7 +346,7 @@ impl> TimelineExt for O { } } - fn get_track_for_pad>(&self, pad: &P) -> Option { + fn track_for_pad>(&self, pad: &P) -> Option { unsafe { from_glib_none(ffi::ges_timeline_get_track_for_pad( self.as_ref().to_glib_none().0, diff --git a/gstreamer-editing-services/src/auto/timeline_element.rs b/gstreamer-editing-services/src/auto/timeline_element.rs index efd1eb5d4..74bf03362 100644 --- a/gstreamer-editing-services/src/auto/timeline_element.rs +++ b/gstreamer-editing-services/src/auto/timeline_element.rs @@ -71,16 +71,16 @@ pub trait TimelineElementExt: 'static { ) -> Result<(), glib::Error>; //#[doc(alias = "ges_timeline_element_get_child_properties")] - //fn get_child_properties(&self, first_property_name: &str, : /*Unknown conversion*//*Unimplemented*/Fundamental: VarArgs); + //fn child_properties(&self, first_property_name: &str, : /*Unknown conversion*//*Unimplemented*/Fundamental: VarArgs); //#[doc(alias = "ges_timeline_element_get_child_property")] - //fn get_child_property(&self, property_name: &str, value: /*Ignored*/glib::Value) -> bool; + //fn child_property(&self, property_name: &str, value: /*Ignored*/glib::Value) -> bool; //#[doc(alias = "ges_timeline_element_get_child_property_by_pspec")] - //fn get_child_property_by_pspec(&self, pspec: /*Ignored*/&glib::ParamSpec, value: /*Ignored*/glib::Value); + //fn child_property_by_pspec(&self, pspec: /*Ignored*/&glib::ParamSpec, value: /*Ignored*/glib::Value); //#[doc(alias = "ges_timeline_element_get_child_property_valist")] - //fn get_child_property_valist(&self, first_property_name: &str, var_args: /*Unknown conversion*//*Unimplemented*/Unsupported); + //fn child_property_valist(&self, first_property_name: &str, var_args: /*Unknown conversion*//*Unimplemented*/Unsupported); #[doc(alias = "ges_timeline_element_get_duration")] fn duration(&self) -> gst::ClockTime; @@ -299,19 +299,19 @@ impl> TimelineElementExt for O { } } - //fn get_child_properties(&self, first_property_name: &str, : /*Unknown conversion*//*Unimplemented*/Fundamental: VarArgs) { + //fn child_properties(&self, first_property_name: &str, : /*Unknown conversion*//*Unimplemented*/Fundamental: VarArgs) { // unsafe { TODO: call ffi:ges_timeline_element_get_child_properties() } //} - //fn get_child_property(&self, property_name: &str, value: /*Ignored*/glib::Value) -> bool { + //fn child_property(&self, property_name: &str, value: /*Ignored*/glib::Value) -> bool { // unsafe { TODO: call ffi:ges_timeline_element_get_child_property() } //} - //fn get_child_property_by_pspec(&self, pspec: /*Ignored*/&glib::ParamSpec, value: /*Ignored*/glib::Value) { + //fn child_property_by_pspec(&self, pspec: /*Ignored*/&glib::ParamSpec, value: /*Ignored*/glib::Value) { // unsafe { TODO: call ffi:ges_timeline_element_get_child_property_by_pspec() } //} - //fn get_child_property_valist(&self, first_property_name: &str, var_args: /*Unknown conversion*//*Unimplemented*/Unsupported) { + //fn child_property_valist(&self, first_property_name: &str, var_args: /*Unknown conversion*//*Unimplemented*/Unsupported) { // unsafe { TODO: call ffi:ges_timeline_element_get_child_property_valist() } //} diff --git a/gstreamer-editing-services/src/auto/track_element.rs b/gstreamer-editing-services/src/auto/track_element.rs index e7c1a1038..3942e21f6 100644 --- a/gstreamer-editing-services/src/auto/track_element.rs +++ b/gstreamer-editing-services/src/auto/track_element.rs @@ -62,7 +62,7 @@ pub trait TrackElementExt: 'static { fn is_auto_clamp_control_sources(&self) -> bool; //#[doc(alias = "ges_track_element_get_control_binding")] - //fn get_control_binding(&self, property_name: &str) -> /*Ignored*/Option; + //fn control_binding(&self, property_name: &str) -> /*Ignored*/Option; #[doc(alias = "ges_track_element_get_element")] fn element(&self) -> Option; @@ -207,7 +207,7 @@ impl> TrackElementExt for O { } } - //fn get_control_binding(&self, property_name: &str) -> /*Ignored*/Option { + //fn control_binding(&self, property_name: &str) -> /*Ignored*/Option { // unsafe { TODO: call ffi:ges_track_element_get_control_binding() } //} diff --git a/gstreamer-editing-services/src/auto/versions.txt b/gstreamer-editing-services/src/auto/versions.txt index 750fc5553..13a8da488 100644 --- a/gstreamer-editing-services/src/auto/versions.txt +++ b/gstreamer-editing-services/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) diff --git a/gstreamer-editing-services/sys/build.rs b/gstreamer-editing-services/sys/build.rs index 7ddc44ffd..9f9fd6412 100644 --- a/gstreamer-editing-services/sys/build.rs +++ b/gstreamer-editing-services/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-editing-services/sys/src/lib.rs b/gstreamer-editing-services/sys/src/lib.rs index 83505cee1..8d576386a 100644 --- a/gstreamer-editing-services/sys/src/lib.rs +++ b/gstreamer-editing-services/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-editing-services/sys/tests/abi.rs b/gstreamer-editing-services/sys/tests/abi.rs index 8e3179229..41cb1caac 100644 --- a/gstreamer-editing-services/sys/tests/abi.rs +++ b/gstreamer-editing-services/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-editing-services/sys/tests/constant.c b/gstreamer-editing-services/sys/tests/constant.c index b7bf72031..ff6bef878 100644 --- a/gstreamer-editing-services/sys/tests/constant.c +++ b/gstreamer-editing-services/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-editing-services/sys/tests/layout.c b/gstreamer-editing-services/sys/tests/layout.c index ba3b469cc..f700e23bc 100644 --- a/gstreamer-editing-services/sys/tests/layout.c +++ b/gstreamer-editing-services/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-gl/egl/src/auto/gl_display_egl.rs b/gstreamer-gl/egl/src/auto/gl_display_egl.rs index e43d5c835..033d77f36 100644 --- a/gstreamer-gl/egl/src/auto/gl_display_egl.rs +++ b/gstreamer-gl/egl/src/auto/gl_display_egl.rs @@ -37,7 +37,7 @@ impl GLDisplayEGL { } //#[doc(alias = "gst_gl_display_egl_get_from_native")] - //pub fn get_from_native(type_: /*Ignored*/gst_gl::GLDisplayType, display: /*Unimplemented*/Fundamental: UIntPtr) -> /*Unimplemented*/Option { + //pub fn from_native(type_: /*Ignored*/gst_gl::GLDisplayType, display: /*Unimplemented*/Fundamental: UIntPtr) -> /*Unimplemented*/Option { // unsafe { TODO: call ffi:gst_gl_display_egl_get_from_native() } //} } diff --git a/gstreamer-gl/egl/src/auto/versions.txt b/gstreamer-gl/egl/src/auto/versions.txt index 750fc5553..13a8da488 100644 --- a/gstreamer-gl/egl/src/auto/versions.txt +++ b/gstreamer-gl/egl/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) diff --git a/gstreamer-gl/egl/sys/build.rs b/gstreamer-gl/egl/sys/build.rs index 7ddc44ffd..9f9fd6412 100644 --- a/gstreamer-gl/egl/sys/build.rs +++ b/gstreamer-gl/egl/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-gl/egl/sys/src/lib.rs b/gstreamer-gl/egl/sys/src/lib.rs index a0d6de21a..90f62993a 100644 --- a/gstreamer-gl/egl/sys/src/lib.rs +++ b/gstreamer-gl/egl/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-gl/egl/sys/tests/abi.rs b/gstreamer-gl/egl/sys/tests/abi.rs index d144ff62e..ba9a69e68 100644 --- a/gstreamer-gl/egl/sys/tests/abi.rs +++ b/gstreamer-gl/egl/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-gl/egl/sys/tests/constant.c b/gstreamer-gl/egl/sys/tests/constant.c index 863647b5e..a3f973597 100644 --- a/gstreamer-gl/egl/sys/tests/constant.c +++ b/gstreamer-gl/egl/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-gl/egl/sys/tests/layout.c b/gstreamer-gl/egl/sys/tests/layout.c index ea23e96de..2f636bcc3 100644 --- a/gstreamer-gl/egl/sys/tests/layout.c +++ b/gstreamer-gl/egl/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-gl/src/auto/gl_context.rs b/gstreamer-gl/src/auto/gl_context.rs index 5313c65f1..1cc72a2ac 100644 --- a/gstreamer-gl/src/auto/gl_context.rs +++ b/gstreamer-gl/src/auto/gl_context.rs @@ -30,13 +30,13 @@ impl GLContext { } #[doc(alias = "gst_gl_context_get_current")] - pub fn get_current() -> Option { + pub fn current() -> Option { assert_initialized_main_thread!(); unsafe { from_glib_none(ffi::gst_gl_context_get_current()) } } #[doc(alias = "gst_gl_context_get_current_gl_api")] - pub fn get_current_gl_api(platform: GLPlatform) -> (GLAPI, u32, u32) { + pub fn current_gl_api(platform: GLPlatform) -> (GLAPI, u32, u32) { assert_initialized_main_thread!(); unsafe { let mut major = mem::MaybeUninit::uninit(); diff --git a/gstreamer-gl/src/auto/gl_memory_allocator.rs b/gstreamer-gl/src/auto/gl_memory_allocator.rs index d0a99c1f1..a85649f54 100644 --- a/gstreamer-gl/src/auto/gl_memory_allocator.rs +++ b/gstreamer-gl/src/auto/gl_memory_allocator.rs @@ -18,7 +18,7 @@ glib::wrapper! { impl GLMemoryAllocator { #[doc(alias = "gst_gl_memory_allocator_get_default")] - pub fn get_default>(context: &P) -> Option { + pub fn default>(context: &P) -> Option { skip_assert_initialized!(); unsafe { from_glib_full(ffi::gst_gl_memory_allocator_get_default( diff --git a/gstreamer-gl/src/auto/gl_shader.rs b/gstreamer-gl/src/auto/gl_shader.rs index 27deb4dce..63e4e7aa5 100644 --- a/gstreamer-gl/src/auto/gl_shader.rs +++ b/gstreamer-gl/src/auto/gl_shader.rs @@ -133,7 +133,7 @@ impl GLShader { } #[doc(alias = "gst_gl_shader_get_attribute_location")] - pub fn get_attribute_location(&self, name: &str) -> i32 { + pub fn attribute_location(&self, name: &str) -> i32 { unsafe { ffi::gst_gl_shader_get_attribute_location(self.to_glib_none().0, name.to_glib_none().0) } diff --git a/gstreamer-gl/src/auto/gl_upload.rs b/gstreamer-gl/src/auto/gl_upload.rs index 71b14f790..4cafeb172 100644 --- a/gstreamer-gl/src/auto/gl_upload.rs +++ b/gstreamer-gl/src/auto/gl_upload.rs @@ -81,7 +81,7 @@ impl GLUpload { } #[doc(alias = "gst_gl_upload_get_input_template_caps")] - pub fn get_input_template_caps() -> gst::Caps { + pub fn input_template_caps() -> gst::Caps { assert_initialized_main_thread!(); unsafe { from_glib_full(ffi::gst_gl_upload_get_input_template_caps()) } } diff --git a/gstreamer-gl/src/auto/versions.txt b/gstreamer-gl/src/auto/versions.txt index 750fc5553..13a8da488 100644 --- a/gstreamer-gl/src/auto/versions.txt +++ b/gstreamer-gl/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) diff --git a/gstreamer-gl/sys/build.rs b/gstreamer-gl/sys/build.rs index 7ddc44ffd..9f9fd6412 100644 --- a/gstreamer-gl/sys/build.rs +++ b/gstreamer-gl/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-gl/sys/src/lib.rs b/gstreamer-gl/sys/src/lib.rs index cdfb56b0f..3feea6bb1 100644 --- a/gstreamer-gl/sys/src/lib.rs +++ b/gstreamer-gl/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-gl/sys/tests/abi.rs b/gstreamer-gl/sys/tests/abi.rs index cbe3a9557..0e5f2eb0c 100644 --- a/gstreamer-gl/sys/tests/abi.rs +++ b/gstreamer-gl/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-gl/sys/tests/constant.c b/gstreamer-gl/sys/tests/constant.c index 8ae15b201..807ac57b9 100644 --- a/gstreamer-gl/sys/tests/constant.c +++ b/gstreamer-gl/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-gl/sys/tests/layout.c b/gstreamer-gl/sys/tests/layout.c index a3d49c06f..5478c2790 100644 --- a/gstreamer-gl/sys/tests/layout.c +++ b/gstreamer-gl/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-gl/wayland/src/auto/versions.txt b/gstreamer-gl/wayland/src/auto/versions.txt index 750fc5553..13a8da488 100644 --- a/gstreamer-gl/wayland/src/auto/versions.txt +++ b/gstreamer-gl/wayland/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) diff --git a/gstreamer-gl/wayland/sys/build.rs b/gstreamer-gl/wayland/sys/build.rs index 7ddc44ffd..9f9fd6412 100644 --- a/gstreamer-gl/wayland/sys/build.rs +++ b/gstreamer-gl/wayland/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-gl/wayland/sys/src/lib.rs b/gstreamer-gl/wayland/sys/src/lib.rs index d7b23fc61..50b85fd43 100644 --- a/gstreamer-gl/wayland/sys/src/lib.rs +++ b/gstreamer-gl/wayland/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-gl/wayland/sys/tests/abi.rs b/gstreamer-gl/wayland/sys/tests/abi.rs index 7a2a0e0f6..b8dcbffe7 100644 --- a/gstreamer-gl/wayland/sys/tests/abi.rs +++ b/gstreamer-gl/wayland/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-gl/wayland/sys/tests/constant.c b/gstreamer-gl/wayland/sys/tests/constant.c index 300f24198..6727bfabe 100644 --- a/gstreamer-gl/wayland/sys/tests/constant.c +++ b/gstreamer-gl/wayland/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-gl/wayland/sys/tests/layout.c b/gstreamer-gl/wayland/sys/tests/layout.c index 630e1314d..261317a96 100644 --- a/gstreamer-gl/wayland/sys/tests/layout.c +++ b/gstreamer-gl/wayland/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-gl/x11/src/auto/versions.txt b/gstreamer-gl/x11/src/auto/versions.txt index 750fc5553..13a8da488 100644 --- a/gstreamer-gl/x11/src/auto/versions.txt +++ b/gstreamer-gl/x11/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) diff --git a/gstreamer-gl/x11/sys/build.rs b/gstreamer-gl/x11/sys/build.rs index 7ddc44ffd..9f9fd6412 100644 --- a/gstreamer-gl/x11/sys/build.rs +++ b/gstreamer-gl/x11/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-gl/x11/sys/src/lib.rs b/gstreamer-gl/x11/sys/src/lib.rs index e22250393..453d81c50 100644 --- a/gstreamer-gl/x11/sys/src/lib.rs +++ b/gstreamer-gl/x11/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-gl/x11/sys/tests/abi.rs b/gstreamer-gl/x11/sys/tests/abi.rs index f723c5844..63d31c8d9 100644 --- a/gstreamer-gl/x11/sys/tests/abi.rs +++ b/gstreamer-gl/x11/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-gl/x11/sys/tests/constant.c b/gstreamer-gl/x11/sys/tests/constant.c index 300f24198..6727bfabe 100644 --- a/gstreamer-gl/x11/sys/tests/constant.c +++ b/gstreamer-gl/x11/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-gl/x11/sys/tests/layout.c b/gstreamer-gl/x11/sys/tests/layout.c index e87d19d3b..d77f4b0e9 100644 --- a/gstreamer-gl/x11/sys/tests/layout.c +++ b/gstreamer-gl/x11/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-mpegts/sys/build.rs b/gstreamer-mpegts/sys/build.rs index 7ddc44ffd..9f9fd6412 100644 --- a/gstreamer-mpegts/sys/build.rs +++ b/gstreamer-mpegts/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-mpegts/sys/src/lib.rs b/gstreamer-mpegts/sys/src/lib.rs index 45059cc34..660a7a117 100644 --- a/gstreamer-mpegts/sys/src/lib.rs +++ b/gstreamer-mpegts/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-mpegts/sys/tests/abi.rs b/gstreamer-mpegts/sys/tests/abi.rs index 8e1290002..0e0c67486 100644 --- a/gstreamer-mpegts/sys/tests/abi.rs +++ b/gstreamer-mpegts/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-mpegts/sys/tests/constant.c b/gstreamer-mpegts/sys/tests/constant.c index 6be84153e..bcd517965 100644 --- a/gstreamer-mpegts/sys/tests/constant.c +++ b/gstreamer-mpegts/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-mpegts/sys/tests/layout.c b/gstreamer-mpegts/sys/tests/layout.c index b4d52913f..bca054c01 100644 --- a/gstreamer-mpegts/sys/tests/layout.c +++ b/gstreamer-mpegts/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-net/src/auto/versions.txt b/gstreamer-net/src/auto/versions.txt index 750fc5553..13a8da488 100644 --- a/gstreamer-net/src/auto/versions.txt +++ b/gstreamer-net/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) diff --git a/gstreamer-net/sys/build.rs b/gstreamer-net/sys/build.rs index 7ddc44ffd..9f9fd6412 100644 --- a/gstreamer-net/sys/build.rs +++ b/gstreamer-net/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-net/sys/src/lib.rs b/gstreamer-net/sys/src/lib.rs index f0053658f..52e9c7305 100644 --- a/gstreamer-net/sys/src/lib.rs +++ b/gstreamer-net/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-net/sys/tests/abi.rs b/gstreamer-net/sys/tests/abi.rs index 7fec9f54d..5f1a4b6cd 100644 --- a/gstreamer-net/sys/tests/abi.rs +++ b/gstreamer-net/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-net/sys/tests/constant.c b/gstreamer-net/sys/tests/constant.c index 3744b7019..75fb1a631 100644 --- a/gstreamer-net/sys/tests/constant.c +++ b/gstreamer-net/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-net/sys/tests/layout.c b/gstreamer-net/sys/tests/layout.c index 2922eb333..7cf81b829 100644 --- a/gstreamer-net/sys/tests/layout.c +++ b/gstreamer-net/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-pbutils/src/auto/discoverer_info.rs b/gstreamer-pbutils/src/auto/discoverer_info.rs index 8b9c9343b..8e050c3ad 100644 --- a/gstreamer-pbutils/src/auto/discoverer_info.rs +++ b/gstreamer-pbutils/src/auto/discoverer_info.rs @@ -97,7 +97,7 @@ impl DiscovererInfo { } #[doc(alias = "gst_discoverer_info_get_streams")] - pub fn get_streams(&self, streamtype: glib::types::Type) -> Vec { + pub fn streams(&self, streamtype: glib::types::Type) -> Vec { unsafe { FromGlibPtrContainer::from_glib_full(ffi::gst_discoverer_info_get_streams( self.to_glib_none().0, diff --git a/gstreamer-pbutils/src/auto/encoding_target.rs b/gstreamer-pbutils/src/auto/encoding_target.rs index 92b725318..8c19bc9be 100644 --- a/gstreamer-pbutils/src/auto/encoding_target.rs +++ b/gstreamer-pbutils/src/auto/encoding_target.rs @@ -62,7 +62,7 @@ impl EncodingTarget { } #[doc(alias = "gst_encoding_target_get_profile")] - pub fn get_profile(&self, name: &str) -> Option { + pub fn profile(&self, name: &str) -> Option { unsafe { from_glib_full(ffi::gst_encoding_target_get_profile( self.to_glib_none().0, diff --git a/gstreamer-pbutils/src/auto/versions.txt b/gstreamer-pbutils/src/auto/versions.txt index 750fc5553..13a8da488 100644 --- a/gstreamer-pbutils/src/auto/versions.txt +++ b/gstreamer-pbutils/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) diff --git a/gstreamer-pbutils/sys/build.rs b/gstreamer-pbutils/sys/build.rs index 7ddc44ffd..9f9fd6412 100644 --- a/gstreamer-pbutils/sys/build.rs +++ b/gstreamer-pbutils/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-pbutils/sys/src/lib.rs b/gstreamer-pbutils/sys/src/lib.rs index 168f61680..4fd2d344f 100644 --- a/gstreamer-pbutils/sys/src/lib.rs +++ b/gstreamer-pbutils/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-pbutils/sys/tests/abi.rs b/gstreamer-pbutils/sys/tests/abi.rs index 0703f2ec4..ec6a37a70 100644 --- a/gstreamer-pbutils/sys/tests/abi.rs +++ b/gstreamer-pbutils/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-pbutils/sys/tests/constant.c b/gstreamer-pbutils/sys/tests/constant.c index 216923a83..197b6109f 100644 --- a/gstreamer-pbutils/sys/tests/constant.c +++ b/gstreamer-pbutils/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-pbutils/sys/tests/layout.c b/gstreamer-pbutils/sys/tests/layout.c index 3fae56a3d..d41189713 100644 --- a/gstreamer-pbutils/sys/tests/layout.c +++ b/gstreamer-pbutils/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-player/src/auto/enums.rs b/gstreamer-player/src/auto/enums.rs index d0e1d567b..6c4342104 100644 --- a/gstreamer-player/src/auto/enums.rs +++ b/gstreamer-player/src/auto/enums.rs @@ -30,7 +30,7 @@ pub enum PlayerColorBalanceType { impl PlayerColorBalanceType { #[doc(alias = "gst_player_color_balance_type_get_name")] - pub fn get_name(self) -> Option { + pub fn name(self) -> Option { assert_initialized_main_thread!(); unsafe { from_glib_none(ffi::gst_player_color_balance_type_get_name(self.to_glib())) } } @@ -101,7 +101,7 @@ pub enum PlayerError { impl PlayerError { #[doc(alias = "gst_player_error_get_name")] - pub fn get_name(self) -> Option { + pub fn name(self) -> Option { assert_initialized_main_thread!(); unsafe { from_glib_none(ffi::gst_player_error_get_name(self.to_glib())) } } @@ -241,7 +241,7 @@ pub enum PlayerState { impl PlayerState { #[doc(alias = "gst_player_state_get_name")] - pub fn get_name(self) -> Option { + pub fn name(self) -> Option { assert_initialized_main_thread!(); unsafe { from_glib_none(ffi::gst_player_state_get_name(self.to_glib())) } } diff --git a/gstreamer-player/src/auto/player.rs b/gstreamer-player/src/auto/player.rs index 4ef07faf4..4ca6ce836 100644 --- a/gstreamer-player/src/auto/player.rs +++ b/gstreamer-player/src/auto/player.rs @@ -34,7 +34,7 @@ impl Player { } #[doc(alias = "gst_player_get_color_balance")] - pub fn get_color_balance(&self, type_: PlayerColorBalanceType) -> f64 { + pub fn color_balance(&self, type_: PlayerColorBalanceType) -> f64 { unsafe { ffi::gst_player_get_color_balance(self.to_glib_none().0, type_.to_glib()) } } @@ -132,7 +132,7 @@ impl Player { } #[doc(alias = "gst_player_get_video_snapshot")] - pub fn get_video_snapshot( + pub fn video_snapshot( &self, format: PlayerSnapshotFormat, config: Option<&gst::Structure>, @@ -412,7 +412,7 @@ impl Player { } #[doc(alias = "gst_player_get_audio_streams")] - pub fn get_audio_streams(info: &PlayerMediaInfo) -> Vec { + pub fn audio_streams(info: &PlayerMediaInfo) -> Vec { skip_assert_initialized!(); unsafe { FromGlibPtrContainer::from_glib_none(ffi::gst_player_get_audio_streams( @@ -422,7 +422,7 @@ impl Player { } #[doc(alias = "gst_player_get_subtitle_streams")] - pub fn get_subtitle_streams(info: &PlayerMediaInfo) -> Vec { + pub fn subtitle_streams(info: &PlayerMediaInfo) -> Vec { skip_assert_initialized!(); unsafe { FromGlibPtrContainer::from_glib_none(ffi::gst_player_get_subtitle_streams( @@ -432,7 +432,7 @@ impl Player { } #[doc(alias = "gst_player_get_video_streams")] - pub fn get_video_streams(info: &PlayerMediaInfo) -> Vec { + pub fn video_streams(info: &PlayerMediaInfo) -> Vec { skip_assert_initialized!(); unsafe { FromGlibPtrContainer::from_glib_none(ffi::gst_player_get_video_streams( diff --git a/gstreamer-player/src/auto/versions.txt b/gstreamer-player/src/auto/versions.txt index 750fc5553..13a8da488 100644 --- a/gstreamer-player/src/auto/versions.txt +++ b/gstreamer-player/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) diff --git a/gstreamer-player/sys/build.rs b/gstreamer-player/sys/build.rs index 7ddc44ffd..9f9fd6412 100644 --- a/gstreamer-player/sys/build.rs +++ b/gstreamer-player/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-player/sys/src/lib.rs b/gstreamer-player/sys/src/lib.rs index 24bc475c4..3fc8f5b3e 100644 --- a/gstreamer-player/sys/src/lib.rs +++ b/gstreamer-player/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-player/sys/tests/abi.rs b/gstreamer-player/sys/tests/abi.rs index 1764986aa..f43524e7c 100644 --- a/gstreamer-player/sys/tests/abi.rs +++ b/gstreamer-player/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-player/sys/tests/constant.c b/gstreamer-player/sys/tests/constant.c index 9dfc10b09..9a4006ce0 100644 --- a/gstreamer-player/sys/tests/constant.c +++ b/gstreamer-player/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-player/sys/tests/layout.c b/gstreamer-player/sys/tests/layout.c index 5d501febf..52c4ae863 100644 --- a/gstreamer-player/sys/tests/layout.c +++ b/gstreamer-player/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-rtp/src/auto/versions.txt b/gstreamer-rtp/src/auto/versions.txt index 750fc5553..13a8da488 100644 --- a/gstreamer-rtp/src/auto/versions.txt +++ b/gstreamer-rtp/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) diff --git a/gstreamer-rtp/sys/build.rs b/gstreamer-rtp/sys/build.rs index 7ddc44ffd..9f9fd6412 100644 --- a/gstreamer-rtp/sys/build.rs +++ b/gstreamer-rtp/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-rtp/sys/src/lib.rs b/gstreamer-rtp/sys/src/lib.rs index 2628636d5..987645bb5 100644 --- a/gstreamer-rtp/sys/src/lib.rs +++ b/gstreamer-rtp/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-rtp/sys/tests/abi.rs b/gstreamer-rtp/sys/tests/abi.rs index 25e80b8ff..d213d66b5 100644 --- a/gstreamer-rtp/sys/tests/abi.rs +++ b/gstreamer-rtp/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-rtp/sys/tests/constant.c b/gstreamer-rtp/sys/tests/constant.c index fe8d4880e..6e9a56e40 100644 --- a/gstreamer-rtp/sys/tests/constant.c +++ b/gstreamer-rtp/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-rtp/sys/tests/layout.c b/gstreamer-rtp/sys/tests/layout.c index 959f3c847..22683a78d 100644 --- a/gstreamer-rtp/sys/tests/layout.c +++ b/gstreamer-rtp/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-rtsp-server/src/auto/rtsp_client.rs b/gstreamer-rtsp-server/src/auto/rtsp_client.rs index fe460e685..b8a9f3902 100644 --- a/gstreamer-rtsp-server/src/auto/rtsp_client.rs +++ b/gstreamer-rtsp-server/src/auto/rtsp_client.rs @@ -73,7 +73,7 @@ pub trait RTSPClientExt: 'static { #[cfg(any(feature = "v1_18", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))] #[doc(alias = "gst_rtsp_client_get_stream_transport")] - fn get_stream_transport(&self, channel: u8) -> Option; + fn stream_transport(&self, channel: u8) -> Option; #[doc(alias = "gst_rtsp_client_get_thread_pool")] fn thread_pool(&self) -> Option; @@ -350,7 +350,7 @@ impl> RTSPClientExt for O { #[cfg(any(feature = "v1_18", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))] - fn get_stream_transport(&self, channel: u8) -> Option { + fn stream_transport(&self, channel: u8) -> Option { unsafe { from_glib_none(ffi::gst_rtsp_client_get_stream_transport( self.as_ref().to_glib_none().0, diff --git a/gstreamer-rtsp-server/src/auto/rtsp_media.rs b/gstreamer-rtsp-server/src/auto/rtsp_media.rs index bf88e153a..3107a8319 100644 --- a/gstreamer-rtsp-server/src/auto/rtsp_media.rs +++ b/gstreamer-rtsp-server/src/auto/rtsp_media.rs @@ -112,7 +112,7 @@ pub trait RTSPMediaExt: 'static { fn publish_clock_mode(&self) -> RTSPPublishClockMode; #[doc(alias = "gst_rtsp_media_get_range_string")] - fn get_range_string(&self, play: bool, unit: gst_rtsp::RTSPRangeUnit) -> Option; + fn range_string(&self, play: bool, unit: gst_rtsp::RTSPRangeUnit) -> Option; #[cfg(any(feature = "v1_18", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))] @@ -131,13 +131,13 @@ pub trait RTSPMediaExt: 'static { fn status(&self) -> RTSPMediaStatus; #[doc(alias = "gst_rtsp_media_get_stream")] - fn get_stream(&self, idx: u32) -> Option; + fn stream(&self, idx: u32) -> Option; #[doc(alias = "gst_rtsp_media_get_suspend_mode")] fn suspend_mode(&self) -> RTSPSuspendMode; //#[doc(alias = "gst_rtsp_media_get_time_provider")] - //fn get_time_provider(&self, address: Option<&str>, port: u16) -> /*Ignored*/Option; + //fn time_provider(&self, address: Option<&str>, port: u16) -> /*Ignored*/Option; #[doc(alias = "gst_rtsp_media_get_transport_mode")] fn transport_mode(&self) -> RTSPTransportMode; @@ -550,7 +550,7 @@ impl> RTSPMediaExt for O { } } - fn get_range_string(&self, play: bool, unit: gst_rtsp::RTSPRangeUnit) -> Option { + fn range_string(&self, play: bool, unit: gst_rtsp::RTSPRangeUnit) -> Option { unsafe { from_glib_full(ffi::gst_rtsp_media_get_range_string( self.as_ref().to_glib_none().0, @@ -607,7 +607,7 @@ impl> RTSPMediaExt for O { } } - fn get_stream(&self, idx: u32) -> Option { + fn stream(&self, idx: u32) -> Option { unsafe { from_glib_none(ffi::gst_rtsp_media_get_stream( self.as_ref().to_glib_none().0, @@ -624,7 +624,7 @@ impl> RTSPMediaExt for O { } } - //fn get_time_provider(&self, address: Option<&str>, port: u16) -> /*Ignored*/Option { + //fn time_provider(&self, address: Option<&str>, port: u16) -> /*Ignored*/Option { // unsafe { TODO: call ffi:gst_rtsp_media_get_time_provider() } //} diff --git a/gstreamer-rtsp-server/src/auto/rtsp_session.rs b/gstreamer-rtsp-server/src/auto/rtsp_session.rs index bf580a9cb..558e344c2 100644 --- a/gstreamer-rtsp-server/src/auto/rtsp_session.rs +++ b/gstreamer-rtsp-server/src/auto/rtsp_session.rs @@ -51,7 +51,7 @@ pub trait RTSPSessionExt: 'static { fn header(&self) -> Option; #[doc(alias = "gst_rtsp_session_get_media")] - fn get_media(&self, path: &str) -> (Option, i32); + fn media(&self, path: &str) -> (Option, i32); #[doc(alias = "gst_rtsp_session_get_sessionid")] fn sessionid(&self) -> Option; @@ -177,7 +177,7 @@ impl> RTSPSessionExt for O { } } - fn get_media(&self, path: &str) -> (Option, i32) { + fn media(&self, path: &str) -> (Option, i32) { unsafe { let mut matched = mem::MaybeUninit::uninit(); let ret = from_glib_none(ffi::gst_rtsp_session_get_media( diff --git a/gstreamer-rtsp-server/src/auto/rtsp_session_media.rs b/gstreamer-rtsp-server/src/auto/rtsp_session_media.rs index 29b4e5819..704c56252 100644 --- a/gstreamer-rtsp-server/src/auto/rtsp_session_media.rs +++ b/gstreamer-rtsp-server/src/auto/rtsp_session_media.rs @@ -52,7 +52,7 @@ pub trait RTSPSessionMediaExt: 'static { //fn rtsp_state(&self) -> /*Ignored*/gst_rtsp::RTSPState; #[doc(alias = "gst_rtsp_session_media_get_transport")] - fn get_transport(&self, idx: u32) -> Option; + fn transport(&self, idx: u32) -> Option; #[cfg(any(feature = "v1_14", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))] @@ -105,7 +105,7 @@ impl> RTSPSessionMediaExt for O { // unsafe { TODO: call ffi:gst_rtsp_session_media_get_rtsp_state() } //} - fn get_transport(&self, idx: u32) -> Option { + fn transport(&self, idx: u32) -> Option { unsafe { from_glib_none(ffi::gst_rtsp_session_media_get_transport( self.as_ref().to_glib_none().0, diff --git a/gstreamer-rtsp-server/src/auto/rtsp_stream.rs b/gstreamer-rtsp-server/src/auto/rtsp_stream.rs index d240dcd29..3d6f64b3b 100644 --- a/gstreamer-rtsp-server/src/auto/rtsp_stream.rs +++ b/gstreamer-rtsp-server/src/auto/rtsp_stream.rs @@ -107,7 +107,7 @@ pub trait RTSPStreamExt: 'static { fn mtu(&self) -> u32; #[doc(alias = "gst_rtsp_stream_get_multicast_address")] - fn get_multicast_address(&self, family: gio::SocketFamily) -> Option; + fn multicast_address(&self, family: gio::SocketFamily) -> Option; #[cfg(any(feature = "v1_16", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_16")))] @@ -148,16 +148,16 @@ pub trait RTSPStreamExt: 'static { #[cfg(any(feature = "v1_14", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))] #[doc(alias = "gst_rtsp_stream_get_rtcp_multicast_socket")] - fn get_rtcp_multicast_socket(&self, family: gio::SocketFamily) -> Option; + fn rtcp_multicast_socket(&self, family: gio::SocketFamily) -> Option; #[doc(alias = "gst_rtsp_stream_get_rtcp_socket")] - fn get_rtcp_socket(&self, family: gio::SocketFamily) -> Option; + fn rtcp_socket(&self, family: gio::SocketFamily) -> Option; #[doc(alias = "gst_rtsp_stream_get_rtp_multicast_socket")] - fn get_rtp_multicast_socket(&self, family: gio::SocketFamily) -> Option; + fn rtp_multicast_socket(&self, family: gio::SocketFamily) -> Option; #[doc(alias = "gst_rtsp_stream_get_rtp_socket")] - fn get_rtp_socket(&self, family: gio::SocketFamily) -> Option; + fn rtp_socket(&self, family: gio::SocketFamily) -> Option; #[doc(alias = "gst_rtsp_stream_get_rtpinfo")] fn rtpinfo(&self) -> Option<(u32, u32, u32, gst::ClockTime)>; @@ -166,7 +166,7 @@ pub trait RTSPStreamExt: 'static { fn rtpsession(&self) -> Option; //#[doc(alias = "gst_rtsp_stream_get_server_port")] - //fn get_server_port(&self, server_port: /*Ignored*/gst_rtsp::RTSPRange, family: gio::SocketFamily); + //fn server_port(&self, server_port: /*Ignored*/gst_rtsp::RTSPRange, family: gio::SocketFamily); #[doc(alias = "gst_rtsp_stream_get_sinkpad")] fn sinkpad(&self) -> Option; @@ -513,7 +513,7 @@ impl> RTSPStreamExt for O { unsafe { ffi::gst_rtsp_stream_get_mtu(self.as_ref().to_glib_none().0) } } - fn get_multicast_address(&self, family: gio::SocketFamily) -> Option { + fn multicast_address(&self, family: gio::SocketFamily) -> Option { unsafe { from_glib_full(ffi::gst_rtsp_stream_get_multicast_address( self.as_ref().to_glib_none().0, @@ -613,7 +613,7 @@ impl> RTSPStreamExt for O { #[cfg(any(feature = "v1_14", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))] - fn get_rtcp_multicast_socket(&self, family: gio::SocketFamily) -> Option { + fn rtcp_multicast_socket(&self, family: gio::SocketFamily) -> Option { unsafe { from_glib_full(ffi::gst_rtsp_stream_get_rtcp_multicast_socket( self.as_ref().to_glib_none().0, @@ -622,7 +622,7 @@ impl> RTSPStreamExt for O { } } - fn get_rtcp_socket(&self, family: gio::SocketFamily) -> Option { + fn rtcp_socket(&self, family: gio::SocketFamily) -> Option { unsafe { from_glib_full(ffi::gst_rtsp_stream_get_rtcp_socket( self.as_ref().to_glib_none().0, @@ -631,7 +631,7 @@ impl> RTSPStreamExt for O { } } - fn get_rtp_multicast_socket(&self, family: gio::SocketFamily) -> Option { + fn rtp_multicast_socket(&self, family: gio::SocketFamily) -> Option { unsafe { from_glib_full(ffi::gst_rtsp_stream_get_rtp_multicast_socket( self.as_ref().to_glib_none().0, @@ -640,7 +640,7 @@ impl> RTSPStreamExt for O { } } - fn get_rtp_socket(&self, family: gio::SocketFamily) -> Option { + fn rtp_socket(&self, family: gio::SocketFamily) -> Option { unsafe { from_glib_full(ffi::gst_rtsp_stream_get_rtp_socket( self.as_ref().to_glib_none().0, @@ -682,7 +682,7 @@ impl> RTSPStreamExt for O { } } - //fn get_server_port(&self, server_port: /*Ignored*/gst_rtsp::RTSPRange, family: gio::SocketFamily) { + //fn server_port(&self, server_port: /*Ignored*/gst_rtsp::RTSPRange, family: gio::SocketFamily) { // unsafe { TODO: call ffi:gst_rtsp_stream_get_server_port() } //} diff --git a/gstreamer-rtsp-server/src/auto/rtsp_stream_transport.rs b/gstreamer-rtsp-server/src/auto/rtsp_stream_transport.rs index 6cf1e07de..099569001 100644 --- a/gstreamer-rtsp-server/src/auto/rtsp_stream_transport.rs +++ b/gstreamer-rtsp-server/src/auto/rtsp_stream_transport.rs @@ -27,7 +27,7 @@ pub const NONE_RTSP_STREAM_TRANSPORT: Option<&RTSPStreamTransport> = None; pub trait RTSPStreamTransportExt: 'static { #[doc(alias = "gst_rtsp_stream_transport_get_rtpinfo")] - fn get_rtpinfo(&self, start_time: gst::ClockTime) -> Option; + fn rtpinfo(&self, start_time: gst::ClockTime) -> Option; #[doc(alias = "gst_rtsp_stream_transport_get_stream")] fn stream(&self) -> Option; @@ -98,7 +98,7 @@ pub trait RTSPStreamTransportExt: 'static { } impl> RTSPStreamTransportExt for O { - fn get_rtpinfo(&self, start_time: gst::ClockTime) -> Option { + fn rtpinfo(&self, start_time: gst::ClockTime) -> Option { unsafe { from_glib_full(ffi::gst_rtsp_stream_transport_get_rtpinfo( self.as_ref().to_glib_none().0, diff --git a/gstreamer-rtsp-server/src/auto/rtsp_thread_pool.rs b/gstreamer-rtsp-server/src/auto/rtsp_thread_pool.rs index 831e9a31f..b55066026 100644 --- a/gstreamer-rtsp-server/src/auto/rtsp_thread_pool.rs +++ b/gstreamer-rtsp-server/src/auto/rtsp_thread_pool.rs @@ -54,7 +54,7 @@ pub trait RTSPThreadPoolExt: 'static { fn max_threads(&self) -> i32; #[doc(alias = "gst_rtsp_thread_pool_get_thread")] - fn get_thread(&self, type_: RTSPThreadType, ctx: &RTSPContext) -> Option; + fn thread(&self, type_: RTSPThreadType, ctx: &RTSPContext) -> Option; #[doc(alias = "gst_rtsp_thread_pool_set_max_threads")] fn set_max_threads(&self, max_threads: i32); @@ -70,7 +70,7 @@ impl> RTSPThreadPoolExt for O { unsafe { ffi::gst_rtsp_thread_pool_get_max_threads(self.as_ref().to_glib_none().0) } } - fn get_thread(&self, type_: RTSPThreadType, ctx: &RTSPContext) -> Option { + fn thread(&self, type_: RTSPThreadType, ctx: &RTSPContext) -> Option { unsafe { from_glib_full(ffi::gst_rtsp_thread_pool_get_thread( self.as_ref().to_glib_none().0, diff --git a/gstreamer-rtsp-server/src/auto/versions.txt b/gstreamer-rtsp-server/src/auto/versions.txt index 750fc5553..13a8da488 100644 --- a/gstreamer-rtsp-server/src/auto/versions.txt +++ b/gstreamer-rtsp-server/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) diff --git a/gstreamer-rtsp-server/sys/build.rs b/gstreamer-rtsp-server/sys/build.rs index 7ddc44ffd..9f9fd6412 100644 --- a/gstreamer-rtsp-server/sys/build.rs +++ b/gstreamer-rtsp-server/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-rtsp-server/sys/src/lib.rs b/gstreamer-rtsp-server/sys/src/lib.rs index 2ed8899fe..80dc6b697 100644 --- a/gstreamer-rtsp-server/sys/src/lib.rs +++ b/gstreamer-rtsp-server/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-rtsp-server/sys/tests/abi.rs b/gstreamer-rtsp-server/sys/tests/abi.rs index da20a2bbf..11e8f0f09 100644 --- a/gstreamer-rtsp-server/sys/tests/abi.rs +++ b/gstreamer-rtsp-server/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-rtsp-server/sys/tests/constant.c b/gstreamer-rtsp-server/sys/tests/constant.c index 016ac5411..8eebdda6c 100644 --- a/gstreamer-rtsp-server/sys/tests/constant.c +++ b/gstreamer-rtsp-server/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-rtsp-server/sys/tests/layout.c b/gstreamer-rtsp-server/sys/tests/layout.c index bf4004e1b..d0f6d98de 100644 --- a/gstreamer-rtsp-server/sys/tests/layout.c +++ b/gstreamer-rtsp-server/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-rtsp/src/auto/rtsp_url.rs b/gstreamer-rtsp/src/auto/rtsp_url.rs index fae95f04e..d3d46c77b 100644 --- a/gstreamer-rtsp/src/auto/rtsp_url.rs +++ b/gstreamer-rtsp/src/auto/rtsp_url.rs @@ -36,7 +36,7 @@ impl RTSPUrl { #[cfg(any(feature = "v1_18", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))] #[doc(alias = "gst_rtsp_url_get_request_uri_with_control")] - pub fn get_request_uri_with_control(&self, control_path: &str) -> Option { + pub fn request_uri_with_control(&self, control_path: &str) -> Option { unsafe { from_glib_full(ffi::gst_rtsp_url_get_request_uri_with_control( self.to_glib_none().0, diff --git a/gstreamer-rtsp/src/auto/versions.txt b/gstreamer-rtsp/src/auto/versions.txt index 750fc5553..13a8da488 100644 --- a/gstreamer-rtsp/src/auto/versions.txt +++ b/gstreamer-rtsp/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) diff --git a/gstreamer-rtsp/sys/build.rs b/gstreamer-rtsp/sys/build.rs index 7ddc44ffd..9f9fd6412 100644 --- a/gstreamer-rtsp/sys/build.rs +++ b/gstreamer-rtsp/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-rtsp/sys/src/lib.rs b/gstreamer-rtsp/sys/src/lib.rs index 7c41385c5..c52cb6d35 100644 --- a/gstreamer-rtsp/sys/src/lib.rs +++ b/gstreamer-rtsp/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-rtsp/sys/tests/abi.rs b/gstreamer-rtsp/sys/tests/abi.rs index 0f1eedfff..04c49128a 100644 --- a/gstreamer-rtsp/sys/tests/abi.rs +++ b/gstreamer-rtsp/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-rtsp/sys/tests/constant.c b/gstreamer-rtsp/sys/tests/constant.c index bf018533b..2fad4a12a 100644 --- a/gstreamer-rtsp/sys/tests/constant.c +++ b/gstreamer-rtsp/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-rtsp/sys/tests/layout.c b/gstreamer-rtsp/sys/tests/layout.c index a3455e202..f05ed72d4 100644 --- a/gstreamer-rtsp/sys/tests/layout.c +++ b/gstreamer-rtsp/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-sdp/src/auto/versions.txt b/gstreamer-sdp/src/auto/versions.txt index 750fc5553..13a8da488 100644 --- a/gstreamer-sdp/src/auto/versions.txt +++ b/gstreamer-sdp/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) diff --git a/gstreamer-sdp/sys/build.rs b/gstreamer-sdp/sys/build.rs index 7ddc44ffd..9f9fd6412 100644 --- a/gstreamer-sdp/sys/build.rs +++ b/gstreamer-sdp/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-sdp/sys/src/lib.rs b/gstreamer-sdp/sys/src/lib.rs index a5aacd739..b26e0904a 100644 --- a/gstreamer-sdp/sys/src/lib.rs +++ b/gstreamer-sdp/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-sdp/sys/tests/abi.rs b/gstreamer-sdp/sys/tests/abi.rs index 7cfb62053..a7944bb54 100644 --- a/gstreamer-sdp/sys/tests/abi.rs +++ b/gstreamer-sdp/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-sdp/sys/tests/constant.c b/gstreamer-sdp/sys/tests/constant.c index 7c43629ac..79d0df3d5 100644 --- a/gstreamer-sdp/sys/tests/constant.c +++ b/gstreamer-sdp/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-sdp/sys/tests/layout.c b/gstreamer-sdp/sys/tests/layout.c index 9ece39181..244050419 100644 --- a/gstreamer-sdp/sys/tests/layout.c +++ b/gstreamer-sdp/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-tag/sys/build.rs b/gstreamer-tag/sys/build.rs index 7ddc44ffd..9f9fd6412 100644 --- a/gstreamer-tag/sys/build.rs +++ b/gstreamer-tag/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-tag/sys/src/lib.rs b/gstreamer-tag/sys/src/lib.rs index 96e89fc60..c1a5ccc85 100644 --- a/gstreamer-tag/sys/src/lib.rs +++ b/gstreamer-tag/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-tag/sys/tests/abi.rs b/gstreamer-tag/sys/tests/abi.rs index 9837583b6..d69646ab5 100644 --- a/gstreamer-tag/sys/tests/abi.rs +++ b/gstreamer-tag/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-tag/sys/tests/constant.c b/gstreamer-tag/sys/tests/constant.c index d5de01820..1f8f60fd6 100644 --- a/gstreamer-tag/sys/tests/constant.c +++ b/gstreamer-tag/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-tag/sys/tests/layout.c b/gstreamer-tag/sys/tests/layout.c index c7ca748ab..af6bb9739 100644 --- a/gstreamer-tag/sys/tests/layout.c +++ b/gstreamer-tag/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-video/src/auto/enums.rs b/gstreamer-video/src/auto/enums.rs index 3b15b3c7e..e3683904f 100644 --- a/gstreamer-video/src/auto/enums.rs +++ b/gstreamer-video/src/auto/enums.rs @@ -590,7 +590,7 @@ impl VideoColorPrimaries { } //#[doc(alias = "gst_video_color_primaries_get_info")] - //pub fn get_info(self) -> /*Ignored*/Option { + //pub fn info(self) -> /*Ignored*/Option { // unsafe { TODO: call ffi:gst_video_color_primaries_get_info() } //} @@ -1153,7 +1153,7 @@ impl VideoFormat { } //#[doc(alias = "gst_video_format_get_palette")] - //pub fn get_palette(self) -> (/*Unimplemented*/Option, usize) { + //pub fn palette(self) -> (/*Unimplemented*/Option, usize) { // unsafe { TODO: call ffi:gst_video_format_get_palette() } //} diff --git a/gstreamer-video/src/auto/versions.txt b/gstreamer-video/src/auto/versions.txt index 750fc5553..13a8da488 100644 --- a/gstreamer-video/src/auto/versions.txt +++ b/gstreamer-video/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) diff --git a/gstreamer-video/src/auto/video_decoder.rs b/gstreamer-video/src/auto/video_decoder.rs index 4416ee50a..598fd8098 100644 --- a/gstreamer-video/src/auto/video_decoder.rs +++ b/gstreamer-video/src/auto/video_decoder.rs @@ -52,7 +52,7 @@ pub trait VideoDecoderExt: 'static { fn estimate_rate(&self) -> i32; #[doc(alias = "gst_video_decoder_get_max_decode_time")] - fn get_max_decode_time(&self, frame: &VideoCodecFrame) -> gst::ClockTimeDiff; + fn max_decode_time(&self, frame: &VideoCodecFrame) -> gst::ClockTimeDiff; #[doc(alias = "gst_video_decoder_get_max_errors")] fn max_errors(&self) -> i32; @@ -143,7 +143,7 @@ impl> VideoDecoderExt for O { unsafe { ffi::gst_video_decoder_get_estimate_rate(self.as_ref().to_glib_none().0) } } - fn get_max_decode_time(&self, frame: &VideoCodecFrame) -> gst::ClockTimeDiff { + fn max_decode_time(&self, frame: &VideoCodecFrame) -> gst::ClockTimeDiff { unsafe { ffi::gst_video_decoder_get_max_decode_time( self.as_ref().to_glib_none().0, diff --git a/gstreamer-video/src/auto/video_encoder.rs b/gstreamer-video/src/auto/video_encoder.rs index 198777d01..84aecdf92 100644 --- a/gstreamer-video/src/auto/video_encoder.rs +++ b/gstreamer-video/src/auto/video_encoder.rs @@ -35,7 +35,7 @@ pub trait VideoEncoderExt: 'static { #[cfg(any(feature = "v1_14", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))] #[doc(alias = "gst_video_encoder_get_max_encode_time")] - fn get_max_encode_time(&self, frame: &VideoCodecFrame) -> gst::ClockTimeDiff; + fn max_encode_time(&self, frame: &VideoCodecFrame) -> gst::ClockTimeDiff; #[cfg(any(feature = "v1_18", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_18")))] @@ -101,7 +101,7 @@ impl> VideoEncoderExt for O { #[cfg(any(feature = "v1_14", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))] - fn get_max_encode_time(&self, frame: &VideoCodecFrame) -> gst::ClockTimeDiff { + fn max_encode_time(&self, frame: &VideoCodecFrame) -> gst::ClockTimeDiff { unsafe { ffi::gst_video_encoder_get_max_encode_time( self.as_ref().to_glib_none().0, diff --git a/gstreamer-video/sys/build.rs b/gstreamer-video/sys/build.rs index 7ddc44ffd..9f9fd6412 100644 --- a/gstreamer-video/sys/build.rs +++ b/gstreamer-video/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-video/sys/src/lib.rs b/gstreamer-video/sys/src/lib.rs index 81e3e46da..1559e4100 100644 --- a/gstreamer-video/sys/src/lib.rs +++ b/gstreamer-video/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-video/sys/tests/abi.rs b/gstreamer-video/sys/tests/abi.rs index b32648d04..1832f9bf9 100644 --- a/gstreamer-video/sys/tests/abi.rs +++ b/gstreamer-video/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-video/sys/tests/constant.c b/gstreamer-video/sys/tests/constant.c index d6dc891e9..3410bd921 100644 --- a/gstreamer-video/sys/tests/constant.c +++ b/gstreamer-video/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-video/sys/tests/layout.c b/gstreamer-video/sys/tests/layout.c index 3abab5622..0ac0182ef 100644 --- a/gstreamer-video/sys/tests/layout.c +++ b/gstreamer-video/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-webrtc/src/auto/versions.txt b/gstreamer-webrtc/src/auto/versions.txt index 750fc5553..13a8da488 100644 --- a/gstreamer-webrtc/src/auto/versions.txt +++ b/gstreamer-webrtc/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) diff --git a/gstreamer-webrtc/sys/build.rs b/gstreamer-webrtc/sys/build.rs index 7ddc44ffd..9f9fd6412 100644 --- a/gstreamer-webrtc/sys/build.rs +++ b/gstreamer-webrtc/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-webrtc/sys/src/lib.rs b/gstreamer-webrtc/sys/src/lib.rs index 284e0353f..c97383f65 100644 --- a/gstreamer-webrtc/sys/src/lib.rs +++ b/gstreamer-webrtc/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-webrtc/sys/tests/abi.rs b/gstreamer-webrtc/sys/tests/abi.rs index aab9b53ae..34f6f200a 100644 --- a/gstreamer-webrtc/sys/tests/abi.rs +++ b/gstreamer-webrtc/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-webrtc/sys/tests/constant.c b/gstreamer-webrtc/sys/tests/constant.c index 976a26220..bdeba3459 100644 --- a/gstreamer-webrtc/sys/tests/constant.c +++ b/gstreamer-webrtc/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer-webrtc/sys/tests/layout.c b/gstreamer-webrtc/sys/tests/layout.c index 109b197e0..a9cde9171 100644 --- a/gstreamer-webrtc/sys/tests/layout.c +++ b/gstreamer-webrtc/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer/src/auto/bin.rs b/gstreamer/src/auto/bin.rs index 053db0a06..4bee7aa68 100644 --- a/gstreamer/src/auto/bin.rs +++ b/gstreamer/src/auto/bin.rs @@ -52,13 +52,13 @@ pub trait GstBinExt: 'static { fn find_unlinked_pad(&self, direction: PadDirection) -> Option; #[doc(alias = "gst_bin_get_by_interface")] - fn get_by_interface(&self, iface: glib::types::Type) -> Option; + fn by_interface(&self, iface: glib::types::Type) -> Option; #[doc(alias = "gst_bin_get_by_name")] - fn get_by_name(&self, name: &str) -> Option; + fn by_name(&self, name: &str) -> Option; #[doc(alias = "gst_bin_get_by_name_recurse_up")] - fn get_by_name_recurse_up(&self, name: &str) -> Option; + fn by_name_recurse_up(&self, name: &str) -> Option; #[cfg(any(feature = "v1_10", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_10")))] @@ -178,7 +178,7 @@ impl> GstBinExt for O { } } - fn get_by_interface(&self, iface: glib::types::Type) -> Option { + fn by_interface(&self, iface: glib::types::Type) -> Option { unsafe { from_glib_full(ffi::gst_bin_get_by_interface( self.as_ref().to_glib_none().0, @@ -187,7 +187,7 @@ impl> GstBinExt for O { } } - fn get_by_name(&self, name: &str) -> Option { + fn by_name(&self, name: &str) -> Option { unsafe { from_glib_full(ffi::gst_bin_get_by_name( self.as_ref().to_glib_none().0, @@ -196,7 +196,7 @@ impl> GstBinExt for O { } } - fn get_by_name_recurse_up(&self, name: &str) -> Option { + fn by_name_recurse_up(&self, name: &str) -> Option { unsafe { from_glib_full(ffi::gst_bin_get_by_name_recurse_up( self.as_ref().to_glib_none().0, diff --git a/gstreamer/src/auto/child_proxy.rs b/gstreamer/src/auto/child_proxy.rs index 77514d372..c2f3b2e11 100644 --- a/gstreamer/src/auto/child_proxy.rs +++ b/gstreamer/src/auto/child_proxy.rs @@ -35,16 +35,16 @@ pub trait ChildProxyExt: 'static { //fn get(&self, first_property_name: &str, : /*Unknown conversion*//*Unimplemented*/Fundamental: VarArgs); #[doc(alias = "gst_child_proxy_get_child_by_index")] - fn get_child_by_index(&self, index: u32) -> Option; + fn child_by_index(&self, index: u32) -> Option; #[doc(alias = "gst_child_proxy_get_child_by_name")] - fn get_child_by_name(&self, name: &str) -> Option; + fn child_by_name(&self, name: &str) -> Option; #[doc(alias = "gst_child_proxy_get_children_count")] fn children_count(&self) -> u32; //#[doc(alias = "gst_child_proxy_get_valist")] - //fn get_valist(&self, first_property_name: &str, var_args: /*Unknown conversion*//*Unimplemented*/Unsupported); + //fn valist(&self, first_property_name: &str, var_args: /*Unknown conversion*//*Unimplemented*/Unsupported); //#[doc(alias = "gst_child_proxy_lookup")] //fn lookup(&self, name: &str, pspec: /*Ignored*/glib::ParamSpec) -> Option; @@ -91,7 +91,7 @@ impl> ChildProxyExt for O { // unsafe { TODO: call ffi:gst_child_proxy_get() } //} - fn get_child_by_index(&self, index: u32) -> Option { + fn child_by_index(&self, index: u32) -> Option { unsafe { from_glib_full(ffi::gst_child_proxy_get_child_by_index( self.as_ref().to_glib_none().0, @@ -100,7 +100,7 @@ impl> ChildProxyExt for O { } } - fn get_child_by_name(&self, name: &str) -> Option { + fn child_by_name(&self, name: &str) -> Option { unsafe { from_glib_full(ffi::gst_child_proxy_get_child_by_name( self.as_ref().to_glib_none().0, @@ -113,7 +113,7 @@ impl> ChildProxyExt for O { unsafe { ffi::gst_child_proxy_get_children_count(self.as_ref().to_glib_none().0) } } - //fn get_valist(&self, first_property_name: &str, var_args: /*Unknown conversion*//*Unimplemented*/Unsupported) { + //fn valist(&self, first_property_name: &str, var_args: /*Unknown conversion*//*Unimplemented*/Unsupported) { // unsafe { TODO: call ffi:gst_child_proxy_get_valist() } //} diff --git a/gstreamer/src/auto/control_binding.rs b/gstreamer/src/auto/control_binding.rs index 46632975e..813237d59 100644 --- a/gstreamer/src/auto/control_binding.rs +++ b/gstreamer/src/auto/control_binding.rs @@ -24,10 +24,10 @@ pub const NONE_CONTROL_BINDING: Option<&ControlBinding> = None; pub trait ControlBindingExt: 'static { #[doc(alias = "gst_control_binding_get_value")] - fn get_value(&self, timestamp: ClockTime) -> Option; + fn value(&self, timestamp: ClockTime) -> Option; //#[doc(alias = "gst_control_binding_get_value_array")] - //fn get_value_array(&self, timestamp: ClockTime, interval: ClockTime, values: /*Unimplemented*/&[&Fundamental: Pointer]) -> bool; + //fn is_value_array(&self, timestamp: ClockTime, interval: ClockTime, values: /*Unimplemented*/&[&Fundamental: Pointer]) -> bool; #[doc(alias = "gst_control_binding_is_disabled")] fn is_disabled(&self) -> bool; @@ -48,7 +48,7 @@ pub trait ControlBindingExt: 'static { } impl> ControlBindingExt for O { - fn get_value(&self, timestamp: ClockTime) -> Option { + fn value(&self, timestamp: ClockTime) -> Option { unsafe { from_glib_full(ffi::gst_control_binding_get_value( self.as_ref().to_glib_none().0, @@ -57,7 +57,7 @@ impl> ControlBindingExt for O { } } - //fn get_value_array(&self, timestamp: ClockTime, interval: ClockTime, values: /*Unimplemented*/&[&Fundamental: Pointer]) -> bool { + //fn is_value_array(&self, timestamp: ClockTime, interval: ClockTime, values: /*Unimplemented*/&[&Fundamental: Pointer]) -> bool { // unsafe { TODO: call ffi:gst_control_binding_get_value_array() } //} diff --git a/gstreamer/src/auto/device_provider_factory.rs b/gstreamer/src/auto/device_provider_factory.rs index 549a48e84..dd28c009a 100644 --- a/gstreamer/src/auto/device_provider_factory.rs +++ b/gstreamer/src/auto/device_provider_factory.rs @@ -33,7 +33,7 @@ impl DeviceProviderFactory { } #[doc(alias = "gst_device_provider_factory_get_metadata")] - pub fn get_metadata(&self, key: &str) -> Option { + pub fn metadata(&self, key: &str) -> Option { unsafe { from_glib_none(ffi::gst_device_provider_factory_get_metadata( self.to_glib_none().0, @@ -78,7 +78,7 @@ impl DeviceProviderFactory { } #[doc(alias = "gst_device_provider_factory_get_by_name")] - pub fn get_by_name(factoryname: &str) -> Option { + pub fn by_name(factoryname: &str) -> Option { assert_initialized_main_thread!(); unsafe { from_glib_full(ffi::gst_device_provider_factory_get_by_name( diff --git a/gstreamer/src/auto/element.rs b/gstreamer/src/auto/element.rs index 47e5b905c..23b3d5185 100644 --- a/gstreamer/src/auto/element.rs +++ b/gstreamer/src/auto/element.rs @@ -96,13 +96,13 @@ pub trait ElementExt: 'static { fn clock(&self) -> Option; #[doc(alias = "gst_element_get_compatible_pad")] - fn get_compatible_pad>(&self, pad: &P, caps: Option<&Caps>) -> Option; + fn compatible_pad>(&self, pad: &P, caps: Option<&Caps>) -> Option; #[doc(alias = "gst_element_get_compatible_pad_template")] - fn get_compatible_pad_template(&self, compattempl: &PadTemplate) -> Option; + fn compatible_pad_template(&self, compattempl: &PadTemplate) -> Option; #[doc(alias = "gst_element_get_context")] - fn get_context(&self, context_type: &str) -> Option; + fn context(&self, context_type: &str) -> Option; #[doc(alias = "gst_element_get_contexts")] fn contexts(&self) -> Vec; @@ -111,13 +111,13 @@ pub trait ElementExt: 'static { fn factory(&self) -> Option; #[doc(alias = "gst_element_get_request_pad")] - fn get_request_pad(&self, name: &str) -> Option; + fn request_pad_simple(&self, name: &str) -> Option; #[doc(alias = "gst_element_get_start_time")] fn start_time(&self) -> ClockTime; #[doc(alias = "gst_element_get_static_pad")] - fn get_static_pad(&self, name: &str) -> Option; + fn static_pad(&self, name: &str) -> Option; #[doc(alias = "gst_element_is_locked_state")] fn is_locked_state(&self) -> bool; @@ -363,7 +363,7 @@ impl> ElementExt for O { unsafe { from_glib_full(ffi::gst_element_get_clock(self.as_ref().to_glib_none().0)) } } - fn get_compatible_pad>(&self, pad: &P, caps: Option<&Caps>) -> Option { + fn compatible_pad>(&self, pad: &P, caps: Option<&Caps>) -> Option { unsafe { from_glib_full(ffi::gst_element_get_compatible_pad( self.as_ref().to_glib_none().0, @@ -373,7 +373,7 @@ impl> ElementExt for O { } } - fn get_compatible_pad_template(&self, compattempl: &PadTemplate) -> Option { + fn compatible_pad_template(&self, compattempl: &PadTemplate) -> Option { unsafe { from_glib_none(ffi::gst_element_get_compatible_pad_template( self.as_ref().to_glib_none().0, @@ -382,7 +382,7 @@ impl> ElementExt for O { } } - fn get_context(&self, context_type: &str) -> Option { + fn context(&self, context_type: &str) -> Option { unsafe { from_glib_full(ffi::gst_element_get_context( self.as_ref().to_glib_none().0, @@ -403,7 +403,7 @@ impl> ElementExt for O { unsafe { from_glib_none(ffi::gst_element_get_factory(self.as_ref().to_glib_none().0)) } } - fn get_request_pad(&self, name: &str) -> Option { + fn request_pad_simple(&self, name: &str) -> Option { unsafe { from_glib_full(ffi::gst_element_get_request_pad( self.as_ref().to_glib_none().0, @@ -420,7 +420,7 @@ impl> ElementExt for O { } } - fn get_static_pad(&self, name: &str) -> Option { + fn static_pad(&self, name: &str) -> Option { unsafe { from_glib_full(ffi::gst_element_get_static_pad( self.as_ref().to_glib_none().0, diff --git a/gstreamer/src/auto/element_factory.rs b/gstreamer/src/auto/element_factory.rs index 274f5f0ec..c93d4e5a0 100644 --- a/gstreamer/src/auto/element_factory.rs +++ b/gstreamer/src/auto/element_factory.rs @@ -84,7 +84,7 @@ impl ElementFactory { } #[doc(alias = "gst_element_factory_get_metadata")] - pub fn get_metadata(&self, key: &str) -> Option { + pub fn metadata(&self, key: &str) -> Option { unsafe { from_glib_none(ffi::gst_element_factory_get_metadata( self.to_glib_none().0, diff --git a/gstreamer/src/auto/enums.rs b/gstreamer/src/auto/enums.rs index 0013e0f76..432b82e05 100644 --- a/gstreamer/src/auto/enums.rs +++ b/gstreamer/src/auto/enums.rs @@ -1050,13 +1050,13 @@ pub enum Format { impl Format { #[doc(alias = "gst_format_get_by_nick")] - pub fn get_by_nick(nick: &str) -> Format { + pub fn by_nick(nick: &str) -> Format { assert_initialized_main_thread!(); unsafe { from_glib(ffi::gst_format_get_by_nick(nick.to_glib_none().0)) } } //#[doc(alias = "gst_format_get_details")] - //pub fn get_details(self) -> /*Ignored*/Option { + //pub fn details(self) -> /*Ignored*/Option { // unsafe { TODO: call ffi:gst_format_get_details() } //} @@ -3155,7 +3155,7 @@ pub enum TocEntryType { } impl TocEntryType { - pub fn get_nick<'a>(self) -> &'a str { + pub fn nick<'a>(self) -> &'a str { unsafe { CStr::from_ptr( ffi::gst_toc_entry_type_get_nick(self.to_glib()) diff --git a/gstreamer/src/auto/flags.rs b/gstreamer/src/auto/flags.rs index bef12e925..687566bf1 100644 --- a/gstreamer/src/auto/flags.rs +++ b/gstreamer/src/auto/flags.rs @@ -1332,7 +1332,7 @@ bitflags! { #[cfg(any(feature = "v1_10", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_10")))] impl StreamType { - pub fn get_name<'a>(self) -> &'a str { + pub fn name<'a>(self) -> &'a str { unsafe { CStr::from_ptr( ffi::gst_stream_type_get_name(self.to_glib()) @@ -1350,7 +1350,7 @@ impl StreamType { impl fmt::Display for StreamType { #[inline] fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { - f.write_str(&self.get_name()) + f.write_str(&self.name()) } } diff --git a/gstreamer/src/auto/functions.rs b/gstreamer/src/auto/functions.rs index 2fcd0a107..cb570cf61 100644 --- a/gstreamer/src/auto/functions.rs +++ b/gstreamer/src/auto/functions.rs @@ -178,7 +178,7 @@ pub fn debug_unset_threshold_for_name(name: &str) { #[cfg(any(feature = "v1_14", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_14")))] #[doc(alias = "gst_get_main_executable_path")] -pub fn get_main_executable_path() -> Result { +pub fn main_executable_path() -> Result { assert_initialized_main_thread!(); unsafe { Option::<_>::from_glib_none(ffi::gst_get_main_executable_path()) diff --git a/gstreamer/src/auto/object.rs b/gstreamer/src/auto/object.rs index 1550fbdff..d48f244e1 100644 --- a/gstreamer/src/auto/object.rs +++ b/gstreamer/src/auto/object.rs @@ -73,7 +73,7 @@ pub trait GstObjectExt: 'static { fn default_error(&self, error: &glib::Error, debug: Option<&str>); #[doc(alias = "gst_object_get_control_binding")] - fn get_control_binding(&self, property_name: &str) -> Option; + fn control_binding(&self, property_name: &str) -> Option; #[doc(alias = "gst_object_get_control_rate")] fn control_rate(&self) -> ClockTime; @@ -88,10 +88,10 @@ pub trait GstObjectExt: 'static { fn path_string(&self) -> glib::GString; #[doc(alias = "gst_object_get_value")] - fn get_value(&self, property_name: &str, timestamp: ClockTime) -> Option; + fn value(&self, property_name: &str, timestamp: ClockTime) -> Option; //#[doc(alias = "gst_object_get_value_array")] - //fn get_value_array(&self, property_name: &str, timestamp: ClockTime, interval: ClockTime, n_values: u32, values: /*Unimplemented*/Option) -> bool; + //fn is_value_array(&self, property_name: &str, timestamp: ClockTime, interval: ClockTime, n_values: u32, values: /*Unimplemented*/Option) -> bool; #[doc(alias = "gst_object_has_active_control_bindings")] fn has_active_control_bindings(&self) -> bool; @@ -163,7 +163,7 @@ impl> GstObjectExt for O { } } - fn get_control_binding(&self, property_name: &str) -> Option { + fn control_binding(&self, property_name: &str) -> Option { unsafe { from_glib_full(ffi::gst_object_get_control_binding( self.as_ref().to_glib_none().0, @@ -196,7 +196,7 @@ impl> GstObjectExt for O { } } - fn get_value(&self, property_name: &str, timestamp: ClockTime) -> Option { + fn value(&self, property_name: &str, timestamp: ClockTime) -> Option { unsafe { from_glib_full(ffi::gst_object_get_value( self.as_ref().to_glib_none().0, @@ -206,7 +206,7 @@ impl> GstObjectExt for O { } } - //fn get_value_array(&self, property_name: &str, timestamp: ClockTime, interval: ClockTime, n_values: u32, values: /*Unimplemented*/Option) -> bool { + //fn is_value_array(&self, property_name: &str, timestamp: ClockTime, interval: ClockTime, n_values: u32, values: /*Unimplemented*/Option) -> bool { // unsafe { TODO: call ffi:gst_object_get_value_array() } //} diff --git a/gstreamer/src/auto/pad.rs b/gstreamer/src/auto/pad.rs index 6564e14ec..55ae97bf1 100644 --- a/gstreamer/src/auto/pad.rs +++ b/gstreamer/src/auto/pad.rs @@ -101,7 +101,7 @@ pub trait PadExt: 'static { fn single_internal_link(&self) -> Option; #[doc(alias = "gst_pad_get_sticky_event")] - fn get_sticky_event(&self, event_type: EventType, idx: u32) -> Option; + fn sticky_event(&self, event_type: EventType, idx: u32) -> Option; #[cfg(any(feature = "v1_10", feature = "dox"))] #[cfg_attr(feature = "dox", doc(cfg(feature = "v1_10")))] @@ -350,7 +350,7 @@ impl> PadExt for O { } } - fn get_sticky_event(&self, event_type: EventType, idx: u32) -> Option { + fn sticky_event(&self, event_type: EventType, idx: u32) -> Option { unsafe { from_glib_full(ffi::gst_pad_get_sticky_event( self.as_ref().to_glib_none().0, diff --git a/gstreamer/src/auto/preset.rs b/gstreamer/src/auto/preset.rs index 0632128c4..d3633331a 100644 --- a/gstreamer/src/auto/preset.rs +++ b/gstreamer/src/auto/preset.rs @@ -17,7 +17,7 @@ glib::wrapper! { impl Preset { #[doc(alias = "gst_preset_get_app_dir")] - pub fn get_app_dir() -> Option { + pub fn app_dir() -> Option { assert_initialized_main_thread!(); unsafe { from_glib_none(ffi::gst_preset_get_app_dir()) } } @@ -46,7 +46,7 @@ pub trait PresetExt: 'static { fn delete_preset(&self, name: &str) -> Result<(), glib::error::BoolError>; #[doc(alias = "gst_preset_get_meta")] - fn get_meta(&self, name: &str, tag: &str) -> Option; + fn meta(&self, name: &str, tag: &str) -> Option; #[doc(alias = "gst_preset_get_preset_names")] fn preset_names(&self) -> Vec; @@ -88,7 +88,7 @@ impl> PresetExt for O { } } - fn get_meta(&self, name: &str, tag: &str) -> Option { + fn meta(&self, name: &str, tag: &str) -> Option { unsafe { let mut value = ptr::null_mut(); let ret = from_glib(ffi::gst_preset_get_meta( diff --git a/gstreamer/src/auto/registry.rs b/gstreamer/src/auto/registry.rs index e29e57f70..167c95f5f 100644 --- a/gstreamer/src/auto/registry.rs +++ b/gstreamer/src/auto/registry.rs @@ -118,7 +118,7 @@ impl Registry { } #[doc(alias = "gst_registry_get_feature_list")] - pub fn get_feature_list(&self, type_: glib::types::Type) -> Vec { + pub fn feature_list(&self, type_: glib::types::Type) -> Vec { unsafe { FromGlibPtrContainer::from_glib_full(ffi::gst_registry_get_feature_list( self.to_glib_none().0, @@ -128,7 +128,7 @@ impl Registry { } #[doc(alias = "gst_registry_get_feature_list_by_plugin")] - pub fn get_feature_list_by_plugin(&self, name: &str) -> Vec { + pub fn feature_list_by_plugin(&self, name: &str) -> Vec { unsafe { FromGlibPtrContainer::from_glib_full(ffi::gst_registry_get_feature_list_by_plugin( self.to_glib_none().0, diff --git a/gstreamer/src/auto/stream_collection.rs b/gstreamer/src/auto/stream_collection.rs index 2f710ec49..dcfdc1416 100644 --- a/gstreamer/src/auto/stream_collection.rs +++ b/gstreamer/src/auto/stream_collection.rs @@ -22,7 +22,7 @@ impl StreamCollection { } #[doc(alias = "gst_stream_collection_get_stream")] - pub fn get_stream(&self, index: u32) -> Option { + pub fn stream(&self, index: u32) -> Option { unsafe { from_glib_none(ffi::gst_stream_collection_get_stream( self.to_glib_none().0, diff --git a/gstreamer/src/auto/type_find_factory.rs b/gstreamer/src/auto/type_find_factory.rs index a5603cbe6..b2df5b376 100644 --- a/gstreamer/src/auto/type_find_factory.rs +++ b/gstreamer/src/auto/type_find_factory.rs @@ -46,7 +46,7 @@ impl TypeFindFactory { } #[doc(alias = "gst_type_find_factory_get_list")] - pub fn get_list() -> Vec { + pub fn list() -> Vec { assert_initialized_main_thread!(); unsafe { FromGlibPtrContainer::from_glib_full(ffi::gst_type_find_factory_get_list()) } } diff --git a/gstreamer/src/auto/versions.txt b/gstreamer/src/auto/versions.txt index 750fc5553..13a8da488 100644 --- a/gstreamer/src/auto/versions.txt +++ b/gstreamer/src/auto/versions.txt @@ -1,3 +1,3 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) diff --git a/gstreamer/sys/build.rs b/gstreamer/sys/build.rs index 7ddc44ffd..9f9fd6412 100644 --- a/gstreamer/sys/build.rs +++ b/gstreamer/sys/build.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer/sys/src/lib.rs b/gstreamer/sys/src/lib.rs index 7ee20b288..678d04c8e 100644 --- a/gstreamer/sys/src/lib.rs +++ b/gstreamer/sys/src/lib.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer/sys/tests/abi.rs b/gstreamer/sys/tests/abi.rs index c199434bb..117ba2e06 100644 --- a/gstreamer/sys/tests/abi.rs +++ b/gstreamer/sys/tests/abi.rs @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer/sys/tests/constant.c b/gstreamer/sys/tests/constant.c index 3f7df7330..350ab0992 100644 --- a/gstreamer/sys/tests/constant.c +++ b/gstreamer/sys/tests/constant.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT diff --git a/gstreamer/sys/tests/layout.c b/gstreamer/sys/tests/layout.c index 29f1f6ce5..9c04bd0ad 100644 --- a/gstreamer/sys/tests/layout.c +++ b/gstreamer/sys/tests/layout.c @@ -1,4 +1,4 @@ -// Generated by gir (https://github.com/gtk-rs/gir @ 3d17b67) +// Generated by gir (https://github.com/gtk-rs/gir @ f2739a9) // from gir-files (https://github.com/gtk-rs/gir-files @ 6088bb6) // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 208138a) // DO NOT EDIT