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 110016 - Gst-Editor build fails
Gst-Editor build fails
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-editor
git master
Other Linux
: Normal normal
: 0.6.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-04-04 22:14 UTC by Martin Eikermann
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Martin Eikermann 2003-04-04 22:14:23 UTC
Compiling gst-editor from cvs fails with error message:

caps-tree.c: In function `print_prop':
caps-tree.c:277: too many arguments to function `gst_props_entry_get_type'

This function was renamed recently and changing the function call to
gst_props_entry_get_props_type fixes the problem.
Comment 1 Jan Schmidt 2003-04-05 06:32:25 UTC
should be fixed against both 0.6 and 0.7
Comment 2 Ronald Bultje 2003-04-05 08:23:40 UTC
No it shouldn't, because the rename was done after disting 0.6.0.
We're not supposed to change API in 0.6.x, so this fix only applies to
gst-editor for 0.7.x.
Comment 3 Ronald Bultje 2003-04-05 08:53:41 UTC
Anyway, fixed in CVS. Closing.