Skip navigation.

New releases of GStreamer and GStreamer-plugins

GStreamer
GStreamer

As many of you know Fluendo is paying Ronald Bultje to work fulltime on fixing GStreamer playback issues at the moment. The goal is to make Totem and GStreamer the best video player for Linux and Unix. Ronald have been fixing tons of bugs and Wim Taymans have also chipped in to fix a lot of playback bugs. These two releases, of GStreamer core and GStreamer plugins, contains all the bugfixes so far. Ronald will continue working on improving playback but we hope the community will help us by testing these releases and providing bugzilla reports with files attached of files still giving you issues. Of course patches never hurt either :)So check out the release notes and grab the tarballs and start testing.

Download instructions and release notes for GStreamer 0.8.7

Download instructions and release notes for GStreamer-plugins 0.8.5.

You need latest Totem version 0.99.17 to test as this contains some extremely important updates to its GStreamer backend.

With the fixes in this release and those who come as a result of testing done by the community based on these releases, the goal is to switch Totem over to using GStreamer as its default backend for one of its future releases.

P.S. For testing non-free formats you need a new release of gstreamer-ffmpeg package. This will be released on thursday (tommorow).

How to make the Totem playlist never remember your past.

Here's a hack you can use:

  1. Open a shell (in GNOME, right-click on the background and select "Open a Terminal"), then delete the playlist file by issuing the command "rm ~/.gnome2/totem.pls"
  2. Run Totem to let it recreate the playlist file: "totem".
  3. Quit Totem (press "q" or select File->Quit). This will ensure that the playlist file has been written.
  4. Change the mode of the playlist file so that you cannot write to it: "chmod u-w ~/.gnome2/totem.pls"

Now when you run Totem you'll have an empty playlist regardless of what you played before. Totem will silently fail to keep the playlist up to date.

J.B. Nicholson-Owens jbn@forestfield.org>