[Gstreamer-bugs] [Bug 95097] New - gnomevfssrc / vorbisenc interaction problem

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Mon Oct 7 10:50:27 PDT 2002


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=95097

Changed by jorn at nl.linux.org.

--- shadow/95097	Mon Oct  7 13:50:26 2002
+++ shadow/95097.tmp.24232	Mon Oct  7 13:50:26 2002
@@ -0,0 +1,55 @@
+Bug#: 95097
+Product: GStreamer
+Version: cvs
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gst-plugins
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: jorn at nl.linux.org               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: 0.4.0
+URL: 
+Summary: gnomevfssrc / vorbisenc interaction problem
+
+Doesn't work:
+
+gst-launch gnomevfssrc location="file:///home/jorn/your_friends.mp3" ! mad
+! vorbisenc ! gnomevfssink location="file:///home/jorn/bla.ogg"
+
+The output I get:
+
+:: tests > gst-launch gnomevfssrc
+location="file:///home/jorn/your_friends.mp3" ! mad ! vorbisenc !
+gnomevfssink location="file:///home/jorn/bla.ogg"
+INFO (18085: 0) Initializing GStreamer Core Library version 0.4.1.1 
+INFO (18085: 0) CPU features: (c1cbfbff) MMX SSE 3DNOW MMXEXT 
+registry: loaded user_registry in 0.000134 seconds
+          (/home/jorn/.gstreamer/registry.xml)
+registry: loaded global_registry in 0.134543 seconds
+          (/opt/gnome/etc/gstreamer/registry.xml)
+GStreamer-INFO: 0 live buffer(s)
+GStreamer-INFO: 0 live bufferpool(s)
+GStreamer-INFO: 0 live event(s)
+RUNNING pipeline
+gnomevfssrc0: filesize = 3455268
+ERROR: vorbisenc0: encoder not initialized (input is not audio?)
+execution ended after 1 iterations (sum 1885000 ns, average 1885000 ns, min
+1885000 ns, max 1885000 ns)
+GStreamer-INFO: 0 live buffer(s)
+GStreamer-INFO: 0 live bufferpool(s)
+GStreamer-INFO: 1 live event(s)
+:: tests > 
+
+Works:
+
+gst-launch filesrc location="/home/jorn/your_friends.mp3" ! mad ! vorbisenc
+! filesink location="/home/jorn/bla.ogg"
+
+gst-launch gnomevfssrc location="file:///home/jorn/your_friends.mp3" ! mad
+! lame ! gnomevfssink location="file:///home/jorn/bla.mp3"
+
+Need this to work for CD ripping in monkey-media :)





More information about the Gstreamer-bugs mailing list