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 538037 - brasero-0.7.90 is using >=gstreamer-0.10.15 API but doesn't check for it.
brasero-0.7.90 is using >=gstreamer-0.10.15 API but doesn't check for it.
Status: RESOLVED FIXED
Product: brasero
Classification: Applications
Component: general
0.7.x
Other All
: Normal minor
: 0.7
Assigned To: Brasero maintainer(s)
Brasero maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2008-06-12 19:09 UTC by Samuli Suominen
Modified: 2008-06-13 07:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Samuli Suominen 2008-06-12 19:09:21 UTC
Please describe the problem:
configure.ac doesn't check for >=gstreamer-0.10.15 for "gst_bus_pop_filtered" (verified from gstreamer RELEASE file it was added in this version)
and thus fails to link.

brasero-0.7.90/src/brasero-metadata.c:417: undefined reference to `gst_bus_pop_filtered'
collect2: ld returned 1 exit status

full build log, and discussion can be found:

http://bugs.gentoo.org/225471

Steps to reproduce:
1. Install older gstreamer, e.g. 0.10.14
2. ./configure
3. make


Actual results:
Fails to link.

Expected results:
Links.

Does this happen every time?
Yup.

Other information:
Comment 1 Philippe Rouquier 2008-06-13 07:01:05 UTC
Thanks for the report. That's fixed in SVN.