Autoplug and transcoder media from uris
Hierarchy Implemented interfaces Factory detailsAuthors: â Thibault Saunier
Classification: â Generic/Bin/Encoding
Rank â none
Plugin â transcode
Package â GStreamer Bad Plug-ins
Signals element-setupelement_setup_callback (GstElement * uritranscodebin, GstElement * element, gpointer udata)
def element_setup_callback (uritranscodebin, element, udata):
#python callback for the 'element-setup' signal
function element_setup_callback(uritranscodebin: GstElement * uritranscodebin, element: GstElement * element, udata: gpointer udata): {
// javascript callback for the 'element-setup' signal
}
This signal is emitted when a new element is added to uritranscodebin or any of its sub-bins. This signal can be used to configure elements, e.g. to set properties on decoders. This is functionally equivalent to connecting to the deep-element-added signal, but more convenient.
This signal is usually emitted from the context of a GStreamer streaming thread, so might be called at the same time as code running in the main application thread.
Parameters:
element
â
an element that was added to the uritranscodebin hierarchy
udata
â
Flags: Run Last
Since : 1.20
source-setupsource_setup_callback (GstElement * uritranscodebin, GstElement * source, gpointer udata)
def source_setup_callback (uritranscodebin, source, udata):
#python callback for the 'source-setup' signal
function source_setup_callback(uritranscodebin: GstElement * uritranscodebin, source: GstElement * source, udata: gpointer udata): {
// javascript callback for the 'source-setup' signal
}
This signal is emitted after the source element has been created, so it can be configured by setting additional properties (e.g. set a proxy server for an http source, or set the device and read speed for an audio cd source). This is functionally equivalent to connecting to the notify::source signal, but more convenient.
This signal is usually emitted from the context of a GStreamer streaming thread.
Parameters:
source
â
source element
udata
â
Flags: Run Last
Since : 1.20
Properties audio-filterâaudio-filterâ GstElement *
Set the audio filter element/bin to use.
Flags : Read / Write
cpu-usageâcpu-usageâ guint
The percentage of CPU to try to use with the processus running the pipeline driven by the clock
Flags : Read / Write
Default value : 100
dest-uriâdest-uriâ gchararray
The destination URI to which the stream should be encoded.
Flags : Read / Write
Default value : NULL
source-uriâsource-uriâ gchararray
The URI of the stream to encode
Flags : Read / Write
Default value : NULL
video-filterâvideo-filterâ GstElement *
Set the video filter element/bin to use.
Flags : Read / Write
The results of the search are
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4