I'm too lazy to comment this

Original commit message from CVS:
s/vorbisdec/vorbisfile/ (Thanks to Kenichi Sato <ksato@users.sourceforge.net>)
This commit is contained in:
David I. Lehn 2003-01-01 00:20:46 +00:00
parent af584323bf
commit a5caf02be1
2 changed files with 4 additions and 4 deletions

View file

@ -43,9 +43,9 @@ def main():
filesrc.set_property('location', sys.argv[1])
# now get the decoder
decoder = gst_element_factory_make ('vorbisdec', 'parse');
decoder = gst_element_factory_make ('vorbisfile', 'parse');
if not decoder:
print 'could not find plugin \"vorbisdec\"'
print 'could not find plugin \"vorbisfile\"'
return -1
# and an audio sink

View file

@ -43,9 +43,9 @@ def main():
filesrc.set_property('location', sys.argv[1])
# now get the decoder
decoder = gst_element_factory_make ('vorbisdec', 'parse');
decoder = gst_element_factory_make ('vorbisfile', 'parse');
if not decoder:
print 'could not find plugin \"vorbisdec\"'
print 'could not find plugin \"vorbisfile\"'
return -1
# and an audio sink