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 795801 - debugutils: Update configure option in documentation
debugutils: Update configure option in documentation
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal minor
: 1.15.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-05-04 12:07 UTC by Francisco Velazquez
Modified: 2018-05-04 12:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
0001-debugutils-Update-configure-option-in-documentation.patch (1.40 KB, patch)
2018-05-04 12:10 UTC, Francisco Velazquez
none Details | Review
0001-debugutils-Update-configure-option-in-documentation.patch (1.46 KB, patch)
2018-05-04 12:23 UTC, Francisco Velazquez
committed Details | Review

Description Francisco Velazquez 2018-05-04 12:07:23 UTC
Update documentation on non existent option `gst-enable-gst-debug'.  Instead,
one has to make sure that the `-disable-gst-debug' option was not used.
Comment 1 Francisco Velazquez 2018-05-04 12:10:36 UTC
Created attachment 371669 [details] [review]
0001-debugutils-Update-configure-option-in-documentation.patch
Comment 2 Francisco Velazquez 2018-05-04 12:23:25 UTC
Created attachment 371670 [details] [review]
0001-debugutils-Update-configure-option-in-documentation.patch

Update author's email
Comment 3 Vivia Nikolaidou 2018-05-04 12:23:55 UTC
Review of attachment 371670 [details] [review]:

Thanks, looks good!
Comment 4 Vivia Nikolaidou 2018-05-04 12:27:35 UTC
Review of attachment 371670 [details] [review]:

commit 554f604d37970c26fc61726eec2f81a384a691fc (HEAD -> master, dev/master)
Author: Francisco Velazquez <francisv@ifi.uio.no>
Date:   Fri May 4 14:00:21 2018 +0200

    debugutils: Update configure option in documentation

    Update documentation on non existent option `gst-enable-gst-debug'.  Instead,
    one has to make sure that the `--disable-gst-debug' option was not used when
    compiling GStreamer (i.e., `./configure --disable-gst-debug').

    https://bugzilla.gnome.org/show_bug.cgi?id=795801