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 517937 - various C89 fixes
various C89 fixes
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.7
Other Linux
: Normal normal
: 0.10.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-21 19:58 UTC by Jens Granseuer
Modified: 2008-04-17 18:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
C89 fixes (7.17 KB, patch)
2008-02-21 19:59 UTC, Jens Granseuer
committed Details | Review

Description Jens Granseuer 2008-02-21 19:58:48 UTC
Patch follows.
Comment 1 Jens Granseuer 2008-02-21 19:59:14 UTC
Created attachment 105718 [details] [review]
C89 fixes
Comment 2 Sebastian Dröge (slomo) 2008-02-22 05:33:26 UTC
2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>

	Patch by: Jens Granseuer <jensgr at gmx dot net>

	* gst/librfb/gstrfbsrc.c: (gst_rfb_property_set_version):
	* gst/librfb/rfbdecoder.c: (rfb_decoder_message_set_encodings),
	(rfb_decoder_state_set_encodings):
	* gst/mpegtsparse/mpegtspacketizer.c:
	(mpegts_packetizer_parse_nit), (mpegts_packetizer_parse_sdt),
	(mpegts_packetizer_parse_eit):
	* sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_getcaps),
	(gst_fbdevsink_setcaps), (gst_fbdevsink_render):
	Some C89 fixes, moving variable declarations to the beginning
	of a block. Fixes bug #517937.