After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 323418 - gst-launch-ext uses "thread" bin
gst-launch-ext uses "thread" bin
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-12-07 01:12 UTC by Lubomir Marinov
Modified: 2005-12-09 10:27 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Lubomir Marinov 2005-12-07 01:12:08 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.
Comment 1 Michael Smith 2005-12-09 10:27:05 UTC
gst-launch-ext has now been removed. Suggested replacement: "gst-launch playbin
uri=file:///path/to/your/file"