Module: Gst::DebugGraphDetails

Defined in:
(unknown)

Constant Summary collapse

MEDIA_TYPE =

show caps-name on edges

1 or :media_type
CAPS_DETAILS =

show caps-details on edges

2 or :caps_details
NON_DEFAULT_PARAMS =

show modified parameters on elements

4 or :non_default_params
STATES =

show element states

8 or :states
FULL_PARAMS =

show full element parameter values even if they are very long

16 or :full_params
ALL =

show all the typical details that one might want

15 or :all
VERBOSE =

show all details regardless of how large or verbose they make the resulting output

4294967295 or :verbose