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 791910 - a typo in gstreamer-bad-audio-1.0.pc
a typo in gstreamer-bad-audio-1.0.pc
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.13.x
Other Linux
: Normal normal
: 1.12.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-12-24 07:18 UTC by vgdoqd
Modified: 2018-01-17 14:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description vgdoqd 2017-12-24 07:18:23 UTC
Obviously, it shall be
    Libs: -L${libdir} -lgstbadaudio-1.0
instead of
    Libs: -L${libdir} -gstbadaudio-1.0
Comment 1 Tim-Philipp Müller 2017-12-24 10:37:04 UTC
Thanks, fixed:

commit 0ecac8f68adbc10447c772a99f215d2e7438fd02 (HEAD -> master)
Author: Tim-Philipp Müller <tim@centricular.com>
Date:   Sun Dec 24 11:36:01 2017 +0100

    Fix typo in gstreamer-bad-audio-1.0.pc
    
    https://bugzilla.gnome.org/show_bug.cgi?id=791910