Module gstreamer_pbutils::functions[][src]

Functions

encoding_list_all_targets

List all available EncodingTarget for the specified category, or all categories if categoryname is None.

encoding_list_available_categories

Lists all EncodingTarget categories present on disk.

pb_utils_get_element_description

Returns a localised string describing the given element, for use in error dialogs or other messages to be seen by the user. Should never return NULL unless factory_name is invalid.

pb_utils_get_sink_description

Returns a localised string describing a sink element handling the protocol specified in protocol, for use in error dialogs or other messages to be seen by the user. Should never return NULL unless protocol is invalid.

pb_utils_get_source_description

Returns a localised string describing a source element handling the protocol specified in protocol, for use in error dialogs or other messages to be seen by the user. Should never return NULL unless protocol is invalid.

plugins_base_version

Gets the version number of the GStreamer Plugins Base libraries.

plugins_base_version_string

This function returns a string that is useful for describing this version of GStreamer’s gst-plugins-base libraries to the outside world: user agent strings, logging, about dialogs …