From 293ec4a8813e6d7d68dc147dff102d3a61396515 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Fri, 21 May 2010 16:38:55 +0200 Subject: Add --print-dot option to print topology as a dot graph Signed-off-by: Laurent Pinchart --- media.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'media.h') diff --git a/media.h b/media.h index 7217403..7dbcc1c 100644 --- a/media.h +++ b/media.h @@ -56,7 +56,7 @@ struct media_entity_pad *media_entity_remote_pad(struct media_entity_pad *pad); struct media_entity *media_get_entity_by_name(struct media_device *media, const char *name, size_t length); -void media_print_topology(struct media_device *media); +void media_print_topology(struct media_device *media, int dot); int media_setup_link(struct media_device *media, struct media_entity_pad *source, struct media_entity_pad *sink, __u32 flags); -- cgit v1.2.3