tests: set the payload type correctly
authorWim Taymans <wim.taymans@collabora.co.uk>
Tue, 14 Apr 2009 21:38:15 +0000 (23:38 +0200)
committerWim Taymans <wim@metal.(none)>
Tue, 14 Apr 2009 21:38:15 +0000 (23:38 +0200)
examples/test-ogg.c

index 0e39f01..5847b85 100644 (file)
@@ -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 "
-        "d. ! queue ! vorbisparse ! rtpvorbispay name=pay1 "
+        "d. ! queue ! theoraparse ! rtptheorapay name=pay0 pt=96 "
+        "d. ! queue ! vorbisparse ! rtpvorbispay name=pay1 pt=97 "
     ")", argv[1]);
 
   /* make a media factory for a test stream. The default media factory can use