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 114742 - GstObject doesn't properly signal object_loaded
GstObject doesn't properly signal object_loaded
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.6.x
Other Linux
: Normal normal
: 0.6.2
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-06-09 01:10 UTC by Thomas Vander Stichele
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix signal emission and prototype (1.25 KB, patch)
2003-06-09 01:11 UTC, Thomas Vander Stichele
none Details | Review

Description Thomas Vander Stichele 2003-06-09 01:10:55 UTC
It doesn't.  It was commented out because it segfaulted, and it did so
because of a wrong signal announcement, referencing the wrong object and
struct member.
Comment 1 Thomas Vander Stichele 2003-06-09 01:11:30 UTC
Created attachment 17335 [details] [review]
fix signal emission and prototype
Comment 2 Thomas Vander Stichele 2003-06-09 01:12:07 UTC
Wim, could you sanity-check this and let me know if I can commit ?
Comment 3 Wim Taymans 2003-06-09 11:53:29 UTC
yes, looks good
Comment 4 Thomas Vander Stichele 2003-06-09 12:52:26 UTC
commited to 0.6.2.3 and HEAD, fixed.