mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-01 05:39:51 +00:00
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:
parent
af584323bf
commit
a5caf02be1
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue