Penguin
Diff: ApplicationErrorMessages
EditPageHistoryDiffInfoLikePages

Differences between version 32 and predecessor to the previous major change of ApplicationErrorMessages.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 32 Last edited on Thursday, March 24, 2005 1:06:40 am by TapirTapir Revert
Older page: version 31 Last edited on Friday, March 11, 2005 11:37:38 am by GerwinVanDeSteeg Revert
@@ -96,7 +96,24 @@
  find: paths must precede expression%%% 
  Usage: find ~[path...] ~[expression] 
  
 The regular expression used matches files in the current path. Surround your expression with single or double quotes and it should work. 
+  
+  
+!!!GStreamer errors  
+  
+Having upgraded my GStreamer installation (to 0.8.1), I got the following error message with every Gnome-based sound program:  
+  
+Failed to create the player: Couldn't initialize scheduler. Did you run  
+gst-register?  
+  
+Running gst-register as suggested this happened:  
+[..]  
+Added plugin adder with 1 feature.  
+Added plugin videobalance with 1 feature.  
+Added plugin riff with 0 features.  
+/usr/bin/gst-register-0.8: relocation error: /usr/lib/gstreamer-0.8/libgstvorbis.so: undefined symbol: gst_tag_register_musicbrainz_tags  
+  
+Turns out that the error lies with this version of GStreamer. Upgrading to 0.8.8 gets rid of it, but one must also upgrade libshout3 to ensure that it works. This is all running Ubuntu Hoary Hedgehog pre-relrease, but it affects other Debian-based distros with Gnome (and Gnome generally, I suspect).  
  
 ---- 
 CategoryErrors