GNOME Bugzilla – Bug 323418
gst-launch-ext uses "thread" bin
Last modified: 2005-12-09 10:27:05 UTC
Version details: 0.10.0 The wrapper gst-launch-ext-0.10 uses the "thread" bin so when it is invoked with an .avi file, for example, it fails. $ gst-launch-ext-0.10 share/movies/Serenity/dmd-serenity-cd2.avi WARNING: erroneous pipeline: no bin "thread", skipping When the curly braces in the pipe associated with the avi extension are removed, the movie plays fine.
gst-launch-ext has now been removed. Suggested replacement: "gst-launch playbin uri=file:///path/to/your/file"