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 543054 - [osxvideosink] minor build issue
[osxvideosink] minor build issue
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Mac OS
: Normal blocker
: 0.10.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-07-15 08:44 UTC by Edward Hervey
Modified: 2008-07-17 16:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixes warning (916 bytes, patch)
2008-07-15 08:45 UTC, Edward Hervey
committed Details | Review

Description Edward Hervey 2008-07-15 08:44:53 UTC
osxvideosink.m: In function 'gst_osx_video_sink_show_frame':
osxvideosink.m:481: warning: ISO C90 forbids mixed declarations and code
make: *** [osxvideosink.lo] Error 1

Patch follows
Comment 1 Edward Hervey 2008-07-15 08:45:21 UTC
Created attachment 114582 [details] [review]
Fixes warning
Comment 2 Edward Hervey 2008-07-17 16:43:12 UTC
2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>

	* sys/osxvideo/osxvideosink.m:
	Fix minor build issues on macosx.
	Fixes #543054