summaryrefslogtreecommitdiff
path: root/telepathy-farstream/content.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2011-03-11 23:17:16 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2011-06-24 17:38:49 -0400
commit9dd5cfa5e51418b516109cc5f5c2f5113d20d723 (patch)
tree31356a7f42cc1e27197238168bbfd40012c492c1 /telepathy-farstream/content.h
parent7f9ac82d58a04aec945f331be0be0928659a81fc (diff)
downloadtelepathy-farstream-9dd5cfa5e51418b516109cc5f5c2f5113d20d723.tar.gz
Add method to iterate src pads for a series of handles
Diffstat (limited to 'telepathy-farstream/content.h')
-rw-r--r--telepathy-farstream/content.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/telepathy-farstream/content.h b/telepathy-farstream/content.h
index abd2a98..e6b6d3b 100644
--- a/telepathy-farstream/content.h
+++ b/telepathy-farstream/content.h
@@ -56,6 +56,9 @@ void tf_content_error (TfContent *content,
const gchar *detailed_reason,
const gchar *message, ...) G_GNUC_PRINTF (4, 5);
+GstIterator *tf_content_iterate_src_pads (TfContent *content,
+ guint *handle, guint handle_count);
+
G_END_DECLS
#endif /* __TF_CONTENT_H__ */