After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 95097 - gnomevfssrc / vorbisenc interaction problem
gnomevfssrc / vorbisenc interaction problem
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other other
: Normal normal
: 0.4.0
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-10-07 17:50 UTC by Jorn Baayen
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jorn Baayen 2002-10-07 17:50:25 UTC
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 :)
Comment 1 Thomas Vander Stichele 2002-10-19 14:40:15 UTC
this is an interesting one with good examples.  Wim, any idea why the
encoder is not initialized when outputting to gnomevfs ?
Comment 2 Christian Fredrik Kalager Schaller 2002-10-19 21:31:23 UTC
Closing, fixed by wim in CVS