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
DEFAULT: 0

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

IGNORE_FILE: 4

Ignore file name when calculating message hash

IGNORE_FORMAT: 2

Ignore the "format" part of the debug log message

IGNORE_OBJECT: 1

Ignore object pointer or object ID when calculating message hash

USE_LINE_NUMBER: 8

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

USE_STRING_ARGS: 16

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

Variables

$gtype