[maemo-developers] [maemo-developers] Summary of my ogg adventures (still unresolved)
From: Ralph Giles giles at xiph.orgDate: Thu Nov 9 19:51:09 EET 2006
- Previous message: [maemo-developers] Summary of my ogg adventures (still unresolved)
- Next message: [maemo-developers] Summary of my ogg adventures (still unresolved)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, Nov 09, 2006 at 09:58:28AM +0100, Sebastian Spaeth wrote: > 1) How does osso_media_streamer decide which audio schema to use for a > file? (e.g. how does it get from mime-type: audio/x-vorbis to the > application/ogg schema. That connection seems to be never made) I've not tried this in a while, but this does not look good. The media type for an ogg file is application/ogg. audio/x-vorbis refers to the demuxed vorbis packet stream inside. The way normal gst-0.10 works is that there's an oggdemux component that parses the application/ogg container and uses audio/x-vorbis video/x-theora etc. to autoconnect with the proper decoders. However (last I looked) the tremor component includes an ogg parser (which is why you can feed it directly from filesrc) so you probably want to be registering the application/ogg media type, not the audio/x-vorbis one for tremor. > 2) Is there a debug way to see what gst plugins are actually called in > what order if it starts playing a file? strace? -r
- Previous message: [maemo-developers] Summary of my ogg adventures (still unresolved)
- Next message: [maemo-developers] Summary of my ogg adventures (still unresolved)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]