Method

ClapperPlayermake_pipeline_graph

since: 0.10

Declaration [src]

gchar*
clapper_player_make_pipeline_graph (
  ClapperPlayer* player,
  GstDebugGraphDetails details
)

Description [src]

Make current GStreamer pipeline graph in graphviz dot format.

Applications can use tools like graphviz to display returned data or just save it to a file as-is for the user to do it manually.

Available since: 0.10

Parameters

details

Type: GstDebugGraphDetails

A GstDebugGraphDetails level.

Return value

Type: gchar*

Current pipeline description in dot format.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.