:right-sidebar: True StreamFlags =================================================================== .. currentmodule:: gi.repository.Gst .. versionadded:: 1.2 .. class:: StreamFlags :no-contents-entry: Fields ------ .. rst-class:: interim-class .. class:: StreamFlags :no-index: .. attribute:: NONE This stream has no special attributes .. attribute:: SELECT This stream should be selected by default. This flag may be used by demuxers to signal that a stream should be selected by default in a playback scenario. .. attribute:: SPARSE This stream is a sparse stream (e.g. a subtitle stream), data may flow only in irregular intervals with large gaps in between. .. attribute:: UNSELECT This stream should not be selected by default. This flag may be used by demuxers to signal that a stream should not be selected by default in a playback scenario, but only if explicitly selected by the user (e.g. an audio track for the hard of hearing or a director's commentary track).