summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@samsung.com>2013-12-02 14:19:41 -0500
committerMike Blumenkrantz <zmike@samsung.com>2013-12-02 14:19:41 -0500
commitdf24cfe2bb061491d0a2ecfa5b47b65c1399fbe7 (patch)
tree19a7f2431fec6ede0d4fd0f2f933849abd303819
parent18c378634bee3e6ccaa56703e1973f2557c507b4 (diff)
downloadevas_generic_loaders-df24cfe2bb061491d0a2ecfa5b47b65c1399fbe7.tar.gz
add note on why checking n-video gst property will never work (not just 1.0+)
-rw-r--r--src/bin/gst/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/gst/main.c b/src/bin/gst/main.c
index 5e3fc7c..833eb43 100644
--- a/src/bin/gst/main.c
+++ b/src/bin/gst/main.c
@@ -79,6 +79,7 @@ _gst_init(const char *filename)
goto gst_shutdown;
}
/* needs gst 1.0+
+ * also only works on playbin objects!!! this is a uridecodebin!
g_object_get(G_OBJECT(pipeline),
"n-video", &vidstr,
NULL);