mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
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.
This commit is contained in:
parent
5798299487
commit
6b2c868b97
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue