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 697058 - "git-update.sh" script is missing some modules.
"git-update.sh" script is missing some modules.
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal trivial
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-04-01 17:40 UTC by Alex Kaye
Modified: 2013-04-02 22:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alex Kaye 2013-04-01 17:40:59 UTC
Currently:
CORE="\
    gstreamer gst-plugins-base"
MODULES="\
    gst-plugins-good gst-plugins-ugly gst-plugins-bad \
    gst-ffmpeg \
    gst-python \
    gnonlin"

I guess it would be helpful to have modules like gst-editing-services included as well.
Comment 1 Tim-Philipp Müller 2013-04-02 22:30:47 UTC
I guess ultimately the modules should be read from a user-specific config file or environment variable.

But let's add a few more modules:


commit c1291e3b98ab0997d983f80f7e5e35af20fabe35
Author: Tim-Philipp Müller <tim@centricular.net>
Date:   Tue Apr 2 23:18:42 2013 +0100

    scripts: add some more modules to git-update.sh
    
    https://bugzilla.gnome.org/show_bug.cgi?id=697058