diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2010-05-21 16:38:55 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2010-05-21 16:38:55 +0200 |
commit | 293ec4a8813e6d7d68dc147dff102d3a61396515 (patch) | |
tree | 3eef8b74bd68bde1258d27123a44e42e74f9ad51 /media.h | |
parent | 23a9a40c33d284ee280b330b1ced9a7b6bcffd89 (diff) |
Add --print-dot option to print topology as a dot graph
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'media.h')
-rw-r--r-- | media.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |