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 168587 - [PATCH] [shout2send] C99'ism
[PATCH] [shout2send] C99'ism
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other FreeBSD
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-02-26 15:02 UTC by Gergely Nagy
Modified: 2005-06-30 15:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch fixing the problem (585 bytes, patch)
2005-02-26 15:03 UTC, Gergely Nagy
committed Details | Review

Description Gergely Nagy 2005-02-26 15:02:25 UTC
ext/shout2/gstshout2.c has a C99'ism in gst_shout2send_get_type(): declaring a
variable after a code block.

Trivial patch coming soon.
Comment 1 Gergely Nagy 2005-02-26 15:03:27 UTC
Created attachment 37974 [details] [review]
Patch fixing the problem
Comment 2 Maciej Katafiasz 2005-02-27 11:59:50 UTC
Comment on attachment 37974 [details] [review]
Patch fixing the problem

applied, thanks