:right-sidebar: True ParseFlags =================================================================== .. currentmodule:: gi.repository.Gst .. class:: ParseFlags :no-contents-entry: Parsing options. Fields ------ .. rst-class:: interim-class .. class:: ParseFlags :no-index: .. attribute:: FATAL_ERRORS Always return :const:`None` when an error occurs (default behaviour is to return partially constructed bins or elements in some cases) .. attribute:: NONE Do not use any special parsing options. .. attribute:: NO_SINGLE_ELEMENT_BINS If a bin only has a single element, just return the element. .. attribute:: PLACE_IN_BIN If more than one toplevel element is described by the pipeline description string, put them in a :obj:`~gi.repository.Gst.Bin` instead of a :obj:`~gi.repository.Gst.Pipeline`. (Since: 1.10)