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 509658 - osxvideosink has eventual leftover from testing
osxvideosink has eventual leftover from testing
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Mac OS
: Normal minor
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-01-15 14:41 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2008-01-15 16:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stefan Sauer (gstreamer, gtkdoc dev) 2008-01-15 14:41:35 UTC
osxvideosink.h has

#define HAVE_OSX
#ifdef HAVE_OSX
#include <QuickTime/QuickTime.h>
#import "cocoawindow.h"
#endif

config.h define HAVE_OSX_VIDEO, but this should not be used here as the whole plugin won't be build if we don't have OSX_VIDEO deps.

I wonder if the #define and the #ifdef is a leftover from testing and should go.
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2008-01-15 16:02:48 UTC
hmm, this is not in cvs anymore.