On Sat, 10 Mar 2007, Loïc Minier wrote:

> On Sat, Mar 10, 2007, maximilian attems wrote:
> > (15:34:58) [0x80f2030] [find_xoverlay] rb-visualizer-plugin.c:343: found 
> > xoverlay in video bin
> > 
> > (rhythmbox:15019): Rhythmbox-WARNING **: Couldn't find an x overlay
> > (15:34:58) [0x80f2030] [fixate_vis_caps] rb-visualizer-plugin.c:431: 
> > setting fixed caps on capsfilter: video/x-raw-rgb, bpp=(int)32, 
> > depth=(int)24, endianness=(int)4321, red_mask=(int)65280, 
> > green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)60, 
> > height=(int)60, framerate=(fraction)1/1
> 
>  Could you try disabling the visualization plugin?  All plugins?

disabling visualization did the trick. it no longer crashes.
 
>  Could you attach the output of "gconftool-2 -R /system/gstreamer/0.10"?

sure, see it below.

 /system/gstreamer/0.10/audio:
  /system/gstreamer/0.10/audio/profiles:
   /system/gstreamer/0.10/audio/profiles/voicelossless:
    extension = wav
    active = true
    description = Used for converting to lossless voice-quality audio. Use this 
for recording and editing speech.
    name = Voice, Lossless
    pipeline = audio/x-raw-int,rate=22050,channels=1 ! wavenc name=enc
   /system/gstreamer/0.10/audio/profiles/cdlossless:
    extension = flac
    active = true
    description = Used for converting to CD-quality audio, but with a lossless 
compression codec. Use this if you later want to edit the file or burn it to CD.
    name = CD Quality, Lossless
    pipeline = audio/x-raw-int,rate=44100,channels=2 ! flacenc name=enc
   /system/gstreamer/0.10/audio/profiles/cdlossy:
    extension = ogg
    active = true
    description = Used for converting to CD-quality audio, but with a lossy 
compression codec. Use this for CD extraction and radio recordings.
    name = CD Quality, Lossy
    pipeline =  audio/x-raw-float,rate=44100,channels=2 ! vorbisenc name=enc 
quality=0.5 ! oggmux
   /system/gstreamer/0.10/audio/profiles/voicelossy:
    extension = ogg
    active = true
    description = Used for converting to lossy voice-quality audio. Use this 
for recording speech that doesn't need to be edited.
    name = Voice, Lossy
    pipeline = speexenc name=enc ! oggmux
  /system/gstreamer/0.10/audio/global:
   profile_list = [cdlossy,cdlossless,voicelossy,voicelossless]
 /system/gstreamer/0.10/default:
  videosink = autovideosink
  chataudiosink = autoaudiosink
  musicaudiosink_description = Default
  audiosrc = alsasrc
  videosrc = v4lsrc
  audiosink = autoaudiosink
  musicaudiosink = autoaudiosink
  visualization = goom
  audiosink_description = Default
  chataudiosink_description = Default
  audiosrc_description = Default
 
>  Can you try setting the videosink to ximagesink via
>  gstreamer-properties or gconf-editor?

gconftool-2 -R /system/gstreamer/0.10 | egrep videosink
  videosink = ximagesink
 
reenabling visualisation plugin results in known crash.

thanks
-- 
maks

Reply via email to