[grilo] grl-inspect: Add media_from_uri



commit 1f95cb5a2273cc0eea9af8cf6c1b45d897ee154b
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Wed Jul 30 19:56:14 2014 +0000

    grl-inspect: Add media_from_uri
    
    Show if the source supports media_from_uri operation.

 tools/grilo-inspect/grl-inspect.c |    4 ++++
 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 */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]