From: Wim Taymans Date: Mon, 4 Oct 2010 15:16:40 +0000 (+0200) Subject: test-ogg: remove parsers X-Git-Tag: 1.6.0~842 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b2c868b9706e2229f3bf0838e91953cd49bf58a;p=platform%2Fupstream%2Fgst-rtsp-server.git test-ogg: remove parsers Remove the parsers, they are not needed anymore as oggdemux now outputs normal buffers with timestamps. Using the parsers also seems to break things. --- diff --git a/examples/test-ogg.c b/examples/test-ogg.c index 5847b85..403144f 100644 --- a/examples/test-ogg.c +++ b/examples/test-ogg.c @@ -49,8 +49,8 @@ main (int argc, char *argv[]) str = g_strdup_printf ( "( " "filesrc location=%s ! oggdemux name=d " - "d. ! queue ! theoraparse ! rtptheorapay name=pay0 pt=96 " - "d. ! queue ! vorbisparse ! rtpvorbispay name=pay1 pt=97 " + "d. ! queue ! rtptheorapay name=pay0 pt=96 " + "d. ! queue ! rtpvorbispay name=pay1 pt=97 " ")", argv[1]); /* make a media factory for a test stream. The default media factory can use