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 360860 - Fixes compiling with forte: warning clean up (part 2)
Fixes compiling with forte: warning clean up (part 2)
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal minor
: 0.10.11
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-09 09:17 UTC by Josep Torra Valles
Modified: 2006-10-10 12:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[patch] Fixes the bugs (5.94 KB, patch)
2006-10-09 09:18 UTC, Josep Torra Valles
committed Details | Review
[patch] Fixes the bug (1.18 KB, patch)
2006-10-10 08:06 UTC, Josep Torra Valles
committed Details | Review

Description Josep Torra Valles 2006-10-09 09:17:27 UTC
Please describe the problem:
common/m4/gst-error.m4: fixed compiling issue related to g_assert_not_reached(), disabled warning.
gst/gstmessage.h: value don't fit on enumeration
libs/gst/base/gstbasesink.c: value don't fit on enumeration
libs/gst/net/gstnetclientclock.c: DEBUG() is two arguments macro
plugins/elements/gstfdsink.c: changed guint for GstURIType when needed
plugins/elements/gstfdsrc.c: changed guint for GstURIType when needed
plugins/elements/gstfdsrc.c: changed guint for GstURIType when needed
plugins/elements/gstfilesrc.c: changed guint for GstURIType when needed


Steps to reproduce:
Compile it

Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Josep Torra Valles 2006-10-09 09:18:15 UTC
Created attachment 74335 [details] [review]
[patch] Fixes the bugs
Comment 2 Zaheer Abbas Merali 2006-10-09 09:33:06 UTC
Thanks, committed.
Comment 3 Zaheer Abbas Merali 2006-10-09 13:42:05 UTC
reopening because of API issue with GST_MESSAGE_TYPE_ANY.  Please fix and provide a new patch :)
Comment 4 Josep Torra Valles 2006-10-10 08:06:05 UTC
Created attachment 74386 [details] [review]
[patch] Fixes the bug

This new patch solves the problem on Forte related to GST_MESSAGE_ANY              = ~0 and the autogenerated gstenumtypes.c module.
Comment 5 Zaheer Abbas Merali 2006-10-10 12:14:04 UTC
ok now committed.