:right-sidebar: True LogContextFlags =================================================================== .. currentmodule:: gi.repository.Gst .. versionadded:: 1.28 .. class:: LogContextFlags :no-contents-entry: Flags to control the behavior of a :obj:`~gi.repository.Gst.LogContext`\. Fields ------ .. rst-class:: interim-class .. class:: LogContextFlags :no-index: .. attribute:: NONE No special behavior (empty flags) .. attribute:: THROTTLE Enable message throttling/deduplication. This makes the context track which messages have been logged already based on their message hash, and only log them once (or periodically if an interval is set). Without this flag, all messages will be logged regardless of whether they've been logged before.