summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);