summaryrefslogtreecommitdiff
path: root/media.h
diff options
context:
space:
mode:
authorTodor Tomov <ttomov@mm-sol.com>2011-01-25 17:46:42 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2011-02-07 15:36:52 +0100
commit7ac89cd8f37ce9665c1701521b27a19d64223bed (patch)
treec2c1094fe95b59e8f26af6b17050ac4e62da7059 /media.h
parent7ceb74fa28415ad6ea7f359d1c7a4914a952ad4c (diff)
Modify media_entity_remote_pad() to return source pad only
Rename media_entity_remote_pad() to media_entity_remote_source(). When it is called on a sink pad, return the linked source pad. When it is called on a source pad, return NULL. Signed-off-by: Todor Tomov <ttomov@mm-sol.com>
Diffstat (limited to 'media.h')
-rw-r--r--media.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/media.h b/media.h
index 9467cdc..c94e60e 100644
--- a/media.h
+++ b/media.h
@@ -52,7 +52,7 @@ struct media_device {
struct media_device *media_open(const char *name, int verbose);
void media_close(struct media_device *media);
-struct media_entity_pad *media_entity_remote_pad(struct media_entity_pad *pad);
+struct media_entity_pad *media_entity_remote_source(struct media_entity_pad *pad);
static inline unsigned int media_entity_type(struct media_entity *entity)
{