Fix typo in the tutorial example with the address
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 22 Mar 2018 04:55:48 +0000 (13:55 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 22 Mar 2018 04:55:48 +0000 (13:55 +0900)
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
gst_example/tutorial1/basic-tutorial-1.c

index 0f1928e..26331d7 100644 (file)
@@ -7,7 +7,7 @@ int main(int argc, char *argv[]) {
 
   gst_init(&argc, &argv);
 
-  pipeline = gst_parse_launch("playbin url=https://www.freedesktop.org/software/gstreamer-sdk/data/media/sintel_trailer-480p.webm", NULL);
+  pipeline = gst_parse_launch("playbin uri=https://www.freedesktop.org/software/gstreamer-sdk/data/media/sintel_trailer-480p.webm", NULL);
 
   gst_element_set_state(pipeline, GST_STATE_PLAYING);