I'm too lazy to comment this
authorDavid I. Lehn <dlehn@users.sourceforge.net>
Wed, 1 Jan 2003 00:20:46 +0000 (00:20 +0000)
committerDavid I. Lehn <dlehn@users.sourceforge.net>
Wed, 1 Jan 2003 00:20:46 +0000 (00:20 +0000)
Original commit message from CVS:
s/vorbisdec/vorbisfile/ (Thanks to Kenichi Sato <ksato@users.sourceforge.net>)

examples/gst/oggplay.py
examples/gstreamer/oggplay.py

index a8b63c0..ee35fa2 100755 (executable)
@@ -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
index a8b63c0..ee35fa2 100755 (executable)
@@ -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