From edc0f4f1d339f8c63f337db8e41c5e3f43ea0f3d Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Thu, 5 Jul 2012 18:04:11 +0200 Subject: [PATCH] Remove debug stuff. --- gst-sdk/tutorials/basic-tutorial-13.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gst-sdk/tutorials/basic-tutorial-13.c b/gst-sdk/tutorials/basic-tutorial-13.c index 3dd9a06..2361a6f 100644 --- a/gst-sdk/tutorials/basic-tutorial-13.c +++ b/gst-sdk/tutorials/basic-tutorial-13.c @@ -111,8 +111,7 @@ int main(int argc, char *argv[]) { " 'Q' to quit\n"); /* Build the pipeline */ -// data.pipeline = gst_parse_launch ("playbin2 uri=http://docs.gstreamer.com/media/sintel_trailer-480p.webm", NULL); - data.pipeline = gst_parse_launch ("playbin2 uri=file:///f:/media/sintel/sintel_trailer-480p.webm", NULL); + data.pipeline = gst_parse_launch ("playbin2 uri=http://docs.gstreamer.com/media/sintel_trailer-480p.webm", NULL); /* Add a keyboard watch so we get notified of keystrokes */ #ifdef _WIN32 -- 2.7.4