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 116992 - many gstreamer tools not working
many gstreamer tools not working
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal critical
: 0.7.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-07-08 14:22 UTC by Brian Cameron
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
output of gst-feedback (14.94 KB, text/plain)
2003-07-08 14:30 UTC, Brian Cameron
Details

Description Brian Cameron 2003-07-08 14:22:26 UTC
When I run gst-register from CVS head it does not register any of the 
installed plugins. Instead it generates a lot of these errors:

GLib-GObject-WARNING **: invalid cast from (NULL) pointer to `GObject'

I've attached the output from running gst-feedback for reference.

The various pkg-config errors in the gst-feedback output seem to be 
caused by the fact that the pc file is now named gstreamer-0.7.pc and
not gstreamer.pc.
Comment 1 Brian Cameron 2003-07-08 14:30:12 UTC
Created attachment 18136 [details]
output of gst-feedback
Comment 2 Benjamin Otte (Company) 2003-07-10 17:40:01 UTC
fixed in cvs

This was caused by the fact that G_OBJECT (NULL) works on some
constellations but not on others. (glib 2.0 vs glib 2.2 or something)