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 321718 - [patch] gst-launch-ext-0.9 uses broken pipelines
[patch] gst-launch-ext-0.9 uses broken pipelines
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-11-17 13:55 UTC by Martin Eikermann
Modified: 2005-12-09 15:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (5.07 KB, patch)
2005-11-17 13:56 UTC, Martin Eikermann
none Details | Review

Description Martin Eikermann 2005-11-17 13:55:44 UTC
gst-launch-ext is broken in 0.9. It still makes explicit use
of threads with gst-launch "{}" syntax.
Comment 1 Martin Eikermann 2005-11-17 13:56:20 UTC
Created attachment 54875 [details] [review]
proposed patch
Comment 2 Michael Smith 2005-11-21 15:42:01 UTC
This patch isn't correct. Though what it does is right, it doesn't fix the
remaining problems. Notably, it still uses many elements that don't (and won't)
exist in 0.9, like spider. 

A better idea would be to replace gst-launch-ext by a trivial wrapper around
gst-launch playbin uri=...

playbin should be able to handle everything neccesary. If it isn't, it should be
fixed so it does.

Whether it's worthwhile having gst-launch-ext at this point is... dubious.

Comment 3 Christian Fredrik Kalager Schaller 2005-12-07 11:23:06 UTC
Well the original point of gst-launch-ext was to let people test playing stuff
without spider (in order to ease verification of wether we had bugs in the
autoplugger or not. Keeping gst-launch-ext as a wrapper for playbin would be
rather opposite of what gst-launch-ext was intended for. I think just ditching
gst-launch-ext would be a better idea. playbin should be good enough to not make
it needed.
Comment 4 Michael Smith 2005-12-09 15:26:40 UTC
gst-launch-ext has been removed now, so this is no longer important.
Use "gst-launch playbin uri=file:///path/to/file" as a replacement.