Enumeration (GI Flags)

Gst-1.0GstLogContextHashFlagsSince 1.28

Flags to control how the message hash is calculated in a Gst.LogContext. The message hash is used to determine if a message is a duplicate of a previously logged message.

1.28

Index

Enumeration Members

DEFAULT: number

Default behavior for logging context (uses object, format, file but not line number or string args)

IGNORE_FILE: number

Ignore file name when calculating message hash

IGNORE_FORMAT: number

Ignore the "format" part of the debug log message

IGNORE_OBJECT: number

Ignore object pointer or object ID when calculating message hash

USE_LINE_NUMBER: number

Use line number when calculating message hash (not used by default)

USE_STRING_ARGS: number

Use the arguments part of the string message (not used by default)

Variables

$gtype