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 775714 - bash autocomplete uses ges-launch for parameter autocompletion
bash autocomplete uses ges-launch for parameter autocompletion
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal minor
: 1.10.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-12-06 15:38 UTC by Ricardo Ribalda
Modified: 2016-12-07 09:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix (1.00 KB, patch)
2016-12-06 15:38 UTC, Ricardo Ribalda
committed Details | Review

Description Ricardo Ribalda 2016-12-06 15:38:26 UTC
Created attachment 341488 [details] [review]
Fix

ges-launch1.0 is not part of gstreamer1.0 repo neither is a requirement for gstreamer core.

The autocompletion is using by ges-launch1.0 for showing the program arguments. I believe that it should be using the more common gst-launch1.0
Comment 1 Tim-Philipp Müller 2016-12-06 18:27:10 UTC
Thanks, I suspect it was just a copy'n'paste left-over.

commit 0728b9b59b1e18b174e210590e3b120f2bf8cf9f
Author: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Date:   Tue Dec 6 16:27:23 2016 +0100

    helpers/gst: Get bash completion options from gst-launch
    
    It is more likely that gst-launch is installed than ges-launch
    
    Reported-by: Marianna Smidth Buschle <msb@qtec.com>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=775714