|
| | AudioBaseSrc (AudioBaseSrc&& src) noexcept |
| |
| AudioBaseSrc& | operator= (AudioBaseSrc&& src) noexcept |
| |
| | ~AudioBaseSrc () noexcept override |
| |
| GstAudioBaseSrc* | gobj () |
| | Provides access to the underlying C GObject.
|
| |
| const GstAudioBaseSrc* | gobj () const |
| | Provides access to the underlying C GObject.
|
| |
| GstAudioBaseSrc* | gobj_copy () |
| | Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
|
| |
| Glib::RefPtr< Gst::Clock > | get_clock () |
| | Get the Gst::Clock of the Gst::AudioSrc.
|
| |
| Glib::RefPtr< const Gst::Clock > | get_clock () const |
| |
| Glib::RefPtr< Gst::AudioRingBuffer > | create_ring_buffer () |
| | Create and return the Gst::AudioRingBuffer for src.
|
| |
| void | set_provide_clock (bool provide) |
| | Controls whether src will provide a clock or not.
|
| |
| bool | get_provide_clock () const |
| | Queries whether src will provide a clock or not.
|
| |
| void | set_slave_method (Gst::AudioBaseSrcSlaveMethod method) |
| | Controls how clock slaving will be performed in src.
|
| |
| Gst::AudioBaseSrcSlaveMethod | get_slave_method () const |
| | Get the current slave method used by src.
|
| |
| Glib::PropertyProxy_ReadOnly< gint64 > | property_actual_buffer_time () const |
| | Actual configured size of audio buffer in microseconds.
|
| |
| Glib::PropertyProxy_ReadOnly< gint64 > | property_actual_latency_time () const |
| | Actual configured audio latency in microseconds.
|
| |
| Glib::PropertyProxy< gint64 > | property_buffer_time () |
| | Size of audio buffer in microseconds.
|
| |
| Glib::PropertyProxy_ReadOnly< gint64 > | property_buffer_time () const |
| | Size of audio buffer in microseconds.
|
| |
| Glib::PropertyProxy< gint64 > | property_latency_time () |
| | The minimum amount of data to read in each iteration in microseconds.
|
| |
| Glib::PropertyProxy_ReadOnly< gint64 > | property_latency_time () const |
| | The minimum amount of data to read in each iteration in microseconds.
|
| |
| Glib::PropertyProxy< bool > | property_provide_clock () |
| | Provide a clock to be used as the global pipeline clock.
|
| |
| Glib::PropertyProxy_ReadOnly< bool > | property_provide_clock () const |
| | Provide a clock to be used as the global pipeline clock.
|
| |
| Glib::PropertyProxy< AudioBaseSrcSlaveMethod > | property_slave_method () |
| | Algorithm used to match the rate of the masterclock.
|
| |
| Glib::PropertyProxy_ReadOnly< AudioBaseSrcSlaveMethod > | property_slave_method () const |
| | Algorithm used to match the rate of the masterclock.
|
| |
| virtual Glib::RefPtr< Gst::AudioRingBuffer > | create_ring_buffer_vfunc () |
| | vfunc to create and return a Gst::AudioRingBuffer to read from.
|
| |
| | PushSrc (PushSrc&& src) noexcept |
| |
| PushSrc& | operator= (PushSrc&& src) noexcept |
| |
| | ~PushSrc () noexcept override |
| |
| GstPushSrc* | gobj () |
| | Provides access to the underlying C GObject.
|
| |
| const GstPushSrc* | gobj () const |
| | Provides access to the underlying C GObject.
|
| |
| GstPushSrc* | gobj_copy () |
| | Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
|
| |
| | BaseSrc (BaseSrc&& src) noexcept |
| |
| BaseSrc& | operator= (BaseSrc&& src) noexcept |
| |
| | ~BaseSrc () noexcept override |
| |
| GstBaseSrc* | gobj () |
| | Provides access to the underlying C GObject.
|
| |
| const GstBaseSrc* | gobj () const |
| | Provides access to the underlying C GObject.
|
| |
| GstBaseSrc* | gobj_copy () |
| | Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
|
| |
| FlowReturn | wait_playing () |
| | If the Gst::BaseSrcClass.create() method performs its own synchronisation against the clock it must unblock when going from PLAYING to the PAUSED state and call this method before continuing to produce the remaining data.
|
| |
| bool | is_live () const |
| | Check if an element is in live mode.
|
| |
| void | set_live (bool live) |
| | If the element listens to a live source, live should be set to true.
|
| |
| void | set_format (Format format) |
| | Sets the default format of the source.
|
| |
| bool | query_latency (bool& live, Gst::ClockTime& min_latency, Gst::ClockTime& max_latency) const |
| | Query the source for the latency parameters.
|
| |
| guint | get_blocksize () const |
| | Get the number of bytes that src will push out with each buffer.
|
| |
| void | set_blocksize (guint blocksize) |
| | Set the number of bytes that src will push out with each buffer.
|
| |
| bool | get_do_timestamp () const |
| | Query if src timestamps outgoing buffers based on the current running_time.
|
| |
| void | set_do_timestamp (bool timestamp) |
| | Configure src to automatically timestamp outgoing buffers based on the current running_time of the pipeline.
|
| |
| bool | new_seamless_segment (gint64 start, gint64 stop, gint64 position) |
| | Prepare a new seamless segment for emission downstream.
|
| |
| bool | set_caps (const Glib::RefPtr< Gst::Caps >& caps) |
| | Set new caps on the basesrc source pad.
|
| |
| Gst::FlowReturn | start_wait () |
| | Wait until the start operation completes.
|
| |
| void | set_dynamic_size (bool dynamic_size) |
| | If not dynamic_size, size is only updated when needed, such as when trying to read past current tracked size.
|
| |
| void | set_async (bool async) |
| | Configure async behaviour in src, no state change will block.
|
| |
| bool | is_async () const |
| | Get the current async behaviour of src.
|
| |
| void | start_complete (Gst::FlowReturn ret) |
| | Complete an asynchronous start operation.
|
| |
| void | set_automatic_eos (bool automatic_eos) |
| | If automatic_eos is true, src will automatically go EOS if a buffer after the total size is returned.
|
| |
| Glib::RefPtr< Gst::Allocator > | get_allocator (Gst::AllocationParams& params) |
| | Returns the memory allocator used by the base class and its params.
|
| |
| Glib::RefPtr< Gst::Pad > | get_src_pad () |
| | Gets the source Gst::Pad object of the element.
|
| |
| Glib::RefPtr< const Gst::Pad > | get_src_pad () const |
| |
| Glib::PropertyProxy< gulong > | property_blocksize () |
| | Size in bytes to read per buffer (-1 = default).
|
| |
| Glib::PropertyProxy_ReadOnly< gulong > | property_blocksize () const |
| | Size in bytes to read per buffer (-1 = default).
|
| |
| Glib::PropertyProxy< bool > | property_do_timestamp () |
| | Apply current stream time to buffers.
|
| |
| Glib::PropertyProxy_ReadOnly< bool > | property_do_timestamp () const |
| | Apply current stream time to buffers.
|
| |
| Glib::PropertyProxy< int > | property_num_buffers () |
| | Number of buffers to output before sending EOS (-1 = unlimited).
|
| |
| Glib::PropertyProxy_ReadOnly< int > | property_num_buffers () const |
| | Number of buffers to output before sending EOS (-1 = unlimited).
|
| |
| Glib::PropertyProxy< bool > | property_typefind () |
| | Run typefind before negotiating.
|
| |
| Glib::PropertyProxy_ReadOnly< bool > | property_typefind () const |
| | Run typefind before negotiating.
|
| |
| virtual Glib::RefPtr< Gst::Caps > | get_caps_vfunc (const Glib::RefPtr< Gst::Caps >& caps) const |
| | Called to get the caps to report.
|
| |
| virtual bool | set_caps_vfunc (const Glib::RefPtr< Gst::Caps >& caps) |
| | Notify subclass of changed output caps.
|
| |
| virtual bool | negotiate_vfunc () |
| | Negotiated the caps with the peer.
|
| |
| virtual bool | stop_vfunc () |
| | Stop processing.
|
| |
| virtual bool | start_vfunc () |
| | Start processing.
|
| |
| virtual void | get_times_vfunc (const Glib::RefPtr< Gst::Buffer >& buffer, Gst::ClockTime&start, Gst::ClockTime&end) const |
| | Given a buffer, return the start and stop time when it should be pushed out.
|
| |
| virtual bool | get_size_vfunc (guint64&size) const |
| | Return the total size of the resource, in the configured format.
|
| |
| virtual bool | is_seekable_vfunc () const |
| | Check if the source can seek.
|
| |
| virtual bool | unlock_vfunc () |
| | Unlock any pending access to the resource.
|
| |
| virtual bool | event_vfunc (const Glib::RefPtr< Gst::Event >& event) |
| | Override this to implement custom event handling.
|
| |
| virtual FlowReturn | create_vfunc (guint64 offset, guint size, Glib::RefPtr< Gst::Buffer >& buffer) |
| |
| virtual bool | do_seek_vfunc (Gst::Segment& segment) |
| | Perform seeking on the resource to the indicated segment.
|
| |
| virtual bool | base_src_query_vfunc (const Glib::RefPtr< Gst::Query >&query) |
| | Handle a requested query.
|
| |
| virtual Glib::RefPtr< Gst::Caps > | fixate_vfunc (const Glib::RefPtr< Gst::Caps >& caps) |
| | Called during negotiation if caps need fixating.
|
| |
| virtual bool | unlock_stop_vfunc () |
| | Clear the previous unlock request.
|
| |
| virtual bool | prepare_seek_segment_vfunc (const Glib::RefPtr< Gst::Event >&seek, Gst::Segment& segment) |
| | Prepare the Gst::Segment that will be passed to the do_seek_vfunc() vmethod for executing a seek request.
|
| |
| virtual bool | decide_allocation_vfunc (const Glib::RefPtr< Gst::Query >&query) |
| | Configure the allocation query.
|
| |
| Gst::FlowReturn | alloc_vfunc (guint64 offset, guint size, Glib::RefPtr< Gst::Buffer >& buffer) |
| | Ask the subclass to allocate a buffer with for offset and size.
|
| |
| virtual Gst::FlowReturn | fill_vfunc (guint64 offset, guint size, const Glib::RefPtr< Gst::Buffer >& buffer) |
| | Ask the subclass to fill the buffer with data for offset and size.
|
| |
| | Element (Element&& src) noexcept |
| |
| Element& | operator= (Element&& src) noexcept |
| |
| | ~Element () noexcept override |
| |
| GstElement* | gobj () |
| | Provides access to the underlying C GObject.
|
| |
| const GstElement* | gobj () const |
| | Provides access to the underlying C GObject.
|
| |
| GstElement* | gobj_copy () |
| | Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
|
| |
| Glib::RefPtr< Gst::Element > | link (const Glib::RefPtr< Gst::Element >& dest) |
| | Links this source element to the dest element.
|
| |
| bool | add_pad (const Glib::RefPtr< Gst::Pad >& pad) |
| | Adds a pad (link point) to element.
|
| |
| void | create_all_pads () |
| | Creates a pad for each pad template that is always available.
|
| |
| Glib::RefPtr< Gst::Pad > | create_compatible_pad (const Glib::RefPtr< const Gst::Pad >& pad, const Glib::RefPtr< const Gst::Caps >& caps) |
| | Looks for an unlinked pad to which the given pad can link.
|
| |
| Glib::RefPtr< Gst::PadTemplate > | get_compatible_pad_template (const Glib::RefPtr< const Gst::PadTemplate >& compattempl) |
| | Retrieves a pad template from element that is compatible with compattempl.
|
| |
| Glib::RefPtr< const Gst::PadTemplate > | get_compatible_pad_template (const Glib::RefPtr< const Gst::PadTemplate >& compattempl) const |
| | Retrieves a pad template from element that is compatible with compattempl.
|
| |
| Glib::RefPtr< Gst::Pad > | get_request_pad (const Glib::ustring& name) |
| | Retrieves a pad from the element by name (e.g. "src_\\%d").
|
| |
| Glib::RefPtr< Gst::Pad > | request_pad (const Glib::RefPtr< Gst::PadTemplate >& templ, const Glib::ustring& name, const Glib::RefPtr< const Gst::Caps >& caps) |
| | Retrieves a request pad from the element according to the provided template.
|
| |
| Glib::RefPtr< Gst::Pad > | request_pad (const Glib::RefPtr< Gst::PadTemplate >& templ, const Glib::ustring& name) |
| | A request_pad() convenience overload.
|
| |
| Glib::RefPtr< Gst::Pad > | request_pad (const Glib::RefPtr< Gst::PadTemplate >& templ, const Glib::RefPtr< const Gst::Caps >& caps) |
| | A request_pad() convenience overload.
|
| |
| Glib::RefPtr< Gst::Pad > | request_pad (const Glib::RefPtr< Gst::PadTemplate >& templ) |
| | A request_pad() convenience overload.
|
| |
| Glib::RefPtr< Gst::Pad > | get_static_pad (const Glib::ustring& name) |
| | Retrieves a pad from element by name.
|
| |
| Glib::RefPtr< const Gst::Pad > | get_static_pad (const Glib::ustring& name) const |
| | Retrieves a pad from element by name.
|
| |
| void | no_more_pads () |
| | Use this function to signal that the element does not expect any more pads to show up in the current pipeline.
|
| |
| void | release_request_pad (const Glib::RefPtr< Gst::Pad >& pad) |
| | Makes the element free the previously requested pad as obtained with get_request_pad().
|
| |
| bool | remove_pad (const Glib::RefPtr< Gst::Pad >& pad) |
| | Removes pad from element.
|
| |
| Gst::Iterator< Gst::Pad > | iterate_pads () |
| | Retrieves an iterator of element's pads.
|
| |
| Gst::Iterator< const Gst::Pad > | iterate_pads () const |
| | Retrieves an iterator of element's pads.
|
| |
| Gst::Iterator< Gst::Pad > | iterate_sink_pads () |
| | Retrieves an iterator of element's sink pads.
|
| |
| Gst::Iterator< const Gst::Pad > | iterate_sink_pads () const |
| | Retrieves an iterator of element's sink pads.
|
| |
| Gst::Iterator< Gst::Pad > | iterate_src_pads () |
| | Retrieves an iterator of element's source pads.
|
| |
| Gst::Iterator< const Gst::Pad > | iterate_src_pads () const |
| | Retrieves an iterator of element's source pads.
|
| |
| void | unlink (const Glib::RefPtr< Gst::Element >& dest) |
| | Unlinks all source pads of the source element with all sink pads of the sink element to which they are linked.
|
| |
| void | set_context (const Glib::RefPtr< Gst::Context >& context) |
| | Sets the context of the element.
|
| |
| bool | link_pads (const Glib::ustring& srcpadname, const Glib::RefPtr< Gst::Element >& dest, const Glib::ustring& destpadname) |
| | Links the two named pads of the source and destination elements.
|
| |
| void | unlink_pads (const Glib::ustring& srcpadname, const Glib::RefPtr< Gst::Element >& dest, const Glib::ustring& destpadname) |
| | Unlinks the two named pads of the source and destination elements.
|
| |
| bool | link_pads (const Glib::ustring& srcpadname, const Glib::RefPtr< Gst::Element >& dest, const Glib::ustring& destpadname, const Glib::RefPtr< Gst::Caps >& filter) |
| | Links the two named pads of the source and destination elements.
|
| |
| bool | link_pads (const Glib::ustring& srcpadname, const Glib::RefPtr< Gst::Element >& dest, const Glib::ustring& destpadname, PadLinkCheck flags) |
| | Links the two named pads of the source and destination elements.
|
| |
| Glib::RefPtr< Gst::Element > | link (const Glib::RefPtr< Gst::Element >& dest, const Glib::RefPtr< Gst::Caps >& filter) |
| | Links src to dest using the given caps as filtercaps.
|
| |
| void | set_base_time (ClockTime time) |
| | Set the base time of an element.
|
| |
| ClockTime | get_base_time () const |
| | Returns the base time of the element.
|
| |
| void | set_start_time (Gst::ClockTime time) |
| | Set the start time of an element.
|
| |
| Gst::ClockTime | get_start_time () const |
| | Returns the start time of the element.
|
| |
| void | set_bus (const Glib::RefPtr< Gst::Bus >& bus) |
| | Sets the bus of the element.
|
| |
| Glib::RefPtr< Gst::Bus > | get_bus () |
| | Returns the bus of the element.
|
| |
| Glib::RefPtr< const Gst::Bus > | get_bus () const |
| | Returns the bus of the element.
|
| |
| Glib::RefPtr< Gst::ElementFactory > | get_factory () |
| | Retrieves the factory that was used to create this element.
|
| |
| Glib::RefPtr< const Gst::ElementFactory > | get_factory () const |
| | Retrieves the factory that was used to create this element.
|
| |
| bool | set_clock (const Glib::RefPtr< Gst::Clock >& clock) |
| | Sets the clock for the element.
|
| |
| Glib::RefPtr< Gst::Clock > | get_clock () |
| | Gets the currently configured clock of the element.
|
| |
| Glib::RefPtr< const Gst::Clock > | get_clock () const |
| | Gets the currently configured clock of the element.
|
| |
| Glib::RefPtr< Gst::Clock > | provide_clock () |
| | Get the clock provided by the given element.
|
| |
| Glib::RefPtr< const Gst::Clock > | provide_clock () const |
| | Get the clock provided by the given element.
|
| |
| StateChangeReturn | set_state (State state) |
| | Sets the state of the element.
|
| |
| StateChangeReturn | get_state (State& state, State& pending, ClockTime timeout) const |
| | Gets the state of the element.
|
| |
| bool | set_locked_state (gboolean locked_state) |
| | Locks the state of an element, so state changes of the parent don't affect this element anymore.
|
| |
| bool | is_locked_state () const |
| | Checks if the state of an element is locked.
|
| |
| void | abort_state () |
| | Abort the state change of the element.
|
| |
| StateChangeReturn | continue_state (StateChangeReturn ret) |
| | Commit the state change of the element and proceed to the next pending state if any.
|
| |
| void | lost_state () |
| | Brings the element to the lost state.
|
| |
| bool | sync_state_with_parent () |
| | Tries to change the state of the element to the same as its parent.
|
| |
| StateChangeReturn | change_state (StateChange transition) |
| | Perform transition on element.
|
| |
| void | post_message (int code, int line, MessageType type=Gst::MESSAGE_INFO, const Glib::QueryQuark& domain=get_core_error_quark(), const Glib::ustring& text=Glib::ustring(), const Glib::ustring& debug=Glib::ustring(), const Glib::ustring& file=Glib::ustring(), const Glib::ustring& function=Glib::ustring()) |
| | Post an error, warning or info message on the bus from inside an element.
|
| |
| bool | post_message (Glib::RefPtr< Gst::Message >&& message) |
| | Post a message on the element's Gst::Bus.
|
| |
| bool | query (const Glib::RefPtr< Gst::Query >& query) const |
| | Performs a query on the given element.
|
| |
| bool | query_convert (Gst::Format src_format, gint64 src_val, Format dest_format, gint64& dest_val) const |
| | Queries an element to convert src_val in src_format to dest_format.
|
| |
| bool | query_position (Gst::Format format, gint64& cur) const |
| | Queries an element (usually top-level pipeline or playbin element) for the stream position in nanoseconds.
|
| |
| bool | query_position (Gst::Format format) const |
| | A query_position() convenience overload.
|
| |
| bool | query_duration (Gst::Format format, gint64& duration) const |
| | Queries an element (usually top-level pipeline or playbin element) for the total stream duration in nanoseconds.
|
| |
| bool | query_duration (Gst::Format format) const |
| | A query_duration() convenience overload.
|
| |
| bool | seek (Format format, SeekFlags seek_flags, gint64 seek_pos) |
| | Simple API to perform a seek on the given element, meaning it just seeks to the given position relative to the start of the stream.
|
| |
| bool | seek (double rate, Format format, SeekFlags flags, SeekType cur_type, gint64 cur, SeekType stop_type, gint64 stop) |
| | Sends a seek event to an element.
|
| |
| bool | send_event (Glib::RefPtr< Gst::Event >&& event) |
| | Sends an event to an element.
|
| |
| bool | send_event (const Glib::RefPtr< Gst::Event >& event) |
| | A send_event() convenience overload. Allows to re-use event parameter after function call.
|
| |
| Glib::RefPtr< Gst::Context > | get_context (const Glib::ustring& context_type) |
| | Gets the context with context_type set on the element or nullptr.
|
| |
| Glib::RefPtr< Gst::Context > | get_context_unlocked (const Glib::ustring& context_type) |
| | Gets the context with context_type set on the element or nullptr.
|
| |
| std::vector< Glib::RefPtr< Gst::Context > > | get_contexts () |
| | Gets the contexts set on the element.
|
| |
| Glib::SignalProxy< void > | signal_no_more_pads () |
| |
| Glib::SignalProxy< void, const Glib::RefPtr< Gst::Pad >& > | signal_pad_added () |
| |
| Glib::SignalProxy< void, const Glib::RefPtr< Gst::Pad >& > | signal_pad_removed () |
| |
| virtual void | release_pad_vfunc (const Glib::RefPtr< Gst::Pad >& pad) |
| | Called when a request pad is to be released.
|
| |
| virtual Glib::RefPtr< Gst::Pad > | request_new_pad_vfunc (Glib::RefPtr< Gst::PadTemplate > templ, const Glib::ustring& name, const Glib::RefPtr< const Gst::Caps >& caps) |
| | Called when a new pad is requested.
|
| |
| virtual StateChangeReturn | get_state_vfunc (State& state, State& pending, ClockTime timeout) const |
| | Get the state of the element.
|
| |
| virtual StateChangeReturn | set_state_vfunc (State state) |
| | Set a new state on the element.
|
| |
| virtual StateChangeReturn | change_state_vfunc (StateChange transition) |
| | Called by set_state to perform an incremental state change.
|
| |
| virtual void | state_changed_vfunc (Gst::State oldstate, Gst::State newstate, Gst::State pending) |
| | Called immediately after a new state was set.
|
| |
| virtual void | set_bus_vfunc (const Glib::RefPtr< Gst::Bus >& bus) |
| | Set a Gst::Bus on the element.
|
| |
| virtual Glib::RefPtr< Gst::Clock > | provide_clock_vfunc () |
| | Gets the Gst::Clock provided by the element.
|
| |
| virtual bool | set_clock_vfunc (const Glib::RefPtr< Gst::Clock >& clock) |
| | Set the Gst::Clock on the element.
|
| |
| virtual bool | send_event_vfunc (const Glib::RefPtr< Gst::Event >& event) |
| | Send a Gst::Event to the element.
|
| |
| virtual bool | query_vfunc (const Glib::RefPtr< Gst::Query >&query) const |
| | Perform a Gst::Query on the element.
|
| |
| virtual void | set_context_vfunc (const Glib::RefPtr< Gst::Context >& context) |
| | Set a Gst::Context on the element.
|
| |
| virtual bool | post_message_vfunc (const Glib::RefPtr< Gst::Message >& message) |
| | Called when a message is posted on the element.
|
| |
| Glib::RefPtr< Gst::PadTemplate > | get_pad_template (const Glib::ustring& factory_name) const |
| |
| template<typename T > |
| Glib::RefPtr< Gst::Element > | property (const Glib::ustring& name, const T& value) |
| | Sets specified property.
|
| |
| | Object (Object&& src) noexcept |
| |
| Object& | operator= (Object&& src) noexcept |
| |
| | ~Object () noexcept override |
| |
| GstObject* | gobj () |
| | Provides access to the underlying C GObject.
|
| |
| const GstObject* | gobj () const |
| | Provides access to the underlying C GObject.
|
| |
| GstObject* | gobj_copy () |
| | Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
|
| |
| bool | is_element () const |
| |
| bool | is_element_factory () const |
| |
| bool | is_pad () const |
| |
| bool | is_pad_template () const |
| |
| bool | is_bin () const |
| |
| guint32 | get_flags () const |
| | Returns the entire set of flags for the object.
|
| |
| bool | set_name (const Glib::ustring& name) |
| | Sets the name of object, or gives object a guaranteed unique name (if name is nullptr).
|
| |
| Glib::ustring | get_name () const |
| | Returns a copy of the name of object.
|
| |
| bool | set_parent (const Glib::RefPtr< Gst::Object >& parent) |
| | Sets the parent of object to parent.
|
| |
| Glib::RefPtr< Gst::Object > | get_parent () |
| | Returns the parent of object.
|
| |
| Glib::RefPtr< const Gst::Object > | get_parent () const |
| | Returns the parent of object.
|
| |
| void | unparent () |
| | Clear the parent of object, removing the associated reference.
|
| |
| void | set_control_rate (Gst::ClockTime control_rate) |
| | Change the control-rate for this object.
|
| |
| Gst::ClockTime | get_control_rate () const |
| | Obtain the control-rate for this object.
|
| |
| Gst::ClockTime | suggest_next_sync () const |
| | Returns a suggestion for timestamps where buffers should be split to get best controller results.
|
| |
| bool | sync_values (Gst::ClockTime timestamp) |
| | Sets the properties of the object, according to the Gst::ControlSources that (maybe) handle them and for the given timestamp.
|
| |
| void | set_control_bindings_disabled (bool disabled) |
| | This function is used to disable all controlled properties of the object for some time, i.e. sync_values() will do nothing.
|
| |
| bool | has_asctive_control_bindings () const |
| | Check if the object has an active controlled properties.
|
| |
| bool | has_ancestor (const Glib::RefPtr< const Gst::Object >& ancestor) const |
| | Check if object has an ancestor ancestor somewhere up in the hierarchy.
|
| |
| bool | has_as_ancestor (const Glib::RefPtr< Gst::Object >& ancestor) const |
| | Check if object has an ancestor ancestor somewhere up in the hierarchy.
|
| |
| bool | has_as_parent (const Glib::RefPtr< Gst::Object >& parent) const |
| | Check if parent is the parent of object.
|
| |
| Glib::ustring | get_path_string () |
| | Generates a string describing the path of object in the object hierarchy.
|
| |
| Glib::PropertyProxy< Glib::ustring > | property_name () |
| | The name of the object.
|
| |
| Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_name () const |
| | The name of the object.
|
| |
| Glib::PropertyProxy< Glib::RefPtr< Gst::Object > > | property_parent () |
| | The parent of the object.
|
| |
| Glib::PropertyProxy_ReadOnly< Glib::RefPtr< Gst::Object > > | property_parent () const |
| | The parent of the object.
|
| |
| Glib::SignalProxy< void, const Glib::RefPtr< Gst::Object >&, GParamSpec* > | signal_deep_notify () |
| |
| int | get_refcount () const |
| |