On Sat, 2007-03-31 at 13:17 +0200, Dennis Schulmeister wrote: > Thanks Paul and Pau for pointing me to GStreamer. I took a glimpse on > some tutorials yesterday and my impression is that GStreamer is easier > to handle than I thought.
whatever you do, don't forget to start using the "playbin" element rather than attempting to construct your own specialized pipeline. "playbin" handles a large number of formats and does most of what you need. --p
