Functions

player_color_balance_type_get_name (type)

player_error_get_name (error)

player_error_quark ()

player_state_get_name (state)

Details

GstPlayer.player_color_balance_type_get_name(type)
Parameters:

type (GstPlayer.PlayerColorBalanceType) – a GstPlayer.PlayerColorBalanceType

Returns:

a string with the name of the color balance type.

Return type:

str

Gets a string representing the given color balance type.

GstPlayer.player_error_get_name(error)
Parameters:

error (GstPlayer.PlayerError) – a GstPlayer.PlayerError

Returns:

a string with the given error.

Return type:

str

Gets a string representing the given error.

GstPlayer.player_error_quark()
Return type:

int

GstPlayer.player_state_get_name(state)
Parameters:

state (GstPlayer.PlayerState) – a GstPlayer.PlayerState

Returns:

a string with the name of the state.

Return type:

str

Gets a string representing the given state.