summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJuan A. Suarez Romero <jasuarez@igalia.com>2014-07-30 19:56:14 +0000
committerJuan A. Suarez Romero <jasuarez@igalia.com>2014-07-30 19:56:14 +0000
commit1f95cb5a2273cc0eea9af8cf6c1b45d897ee154b (patch)
tree35cfdb2b446a0a15ad8a030df795862f48f54d5d /tools
parent9cbfb0a3f5eb88ed99a345cab3a06e11673031a6 (diff)
downloadgrilo-1f95cb5a2273cc0eea9af8cf6c1b45d897ee154b.tar.gz
grl-inspect: Add media_from_uri
Show if the source supports media_from_uri operation.
Diffstat (limited to 'tools')
-rw-r--r--tools/grilo-inspect/grl-inspect.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/grilo-inspect/grl-inspect.c b/tools/grilo-inspect/grl-inspect.c
index 650222c..d14d449 100644
--- a/tools/grilo-inspect/grl-inspect.c
+++ b/tools/grilo-inspect/grl-inspect.c
@@ -384,6 +384,10 @@ introspect_source (const gchar *source_id)
if (supported_ops & GRL_OP_REMOVE) {
g_print (" grl_media_source_remove():\t\tRemove Media\n");
}
+ if (supported_ops & GRL_OP_MEDIA_FROM_URI) {
+ g_print (" grl_media_source_test_media_from_uri():\tTest if it can get a Media from an URI\n");
+ g_print (" grl_media_source_get_media_from_uri():\tGet a Media from an URI\n");
+ }
g_print ("\n");
/* Print supported signals */