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 122324 - The build is broken
The build is broken
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.7.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-09-15 08:41 UTC by lucky_gedn
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gstelement , initialize pointer (527 bytes, patch)
2003-09-15 08:42 UTC, lucky_gedn
none Details | Review

Description lucky_gedn 2003-09-15 08:41:32 UTC
The build is broken in gst/gstelement.c , i attatch the patch .

 Cheers,
Comment 1 lucky_gedn 2003-09-15 08:42:46 UTC
Created attachment 19939 [details] [review]
gstelement , initialize pointer
Comment 2 lucky_gedn 2003-09-15 11:21:54 UTC
 Break build fixed , but i guess it should be revised coz , for instance: 

g_return_if_fail (error != NULL); 

has no sense afte to initilize error to NULL.

 Cheers ,