[Bug 745564] applemedia: disable qtkitvideosrc when compiling on at least OSX 10.9

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jul 8 01:51:05 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=745564

--- Comment #9 from Julien Isorce <julien.isorce at gmail.com> ---
Ah right, and for all ['CFLAGS', 'CCASFLAGS', 'CXXFLAGS',
'OBJCFLAGS'](http://cgit.freedesktop.org/gstreamer/cerbero/tree/config/darwin.config#n62)

I tested different combinations of -mmacosx-version-min=10.a
mmacosx-version-min=10.b and it always pick the later. (b no matter a vs b).

So we should be safe if we set 10.8 in front:
OBJCFLAGS="-mmacosx-version-min=10.8 $OBJCFLAGS". This allow the user or
cerbero to override the version. I'll update the patch.

(In reply to Sebastian Dröge (slomo) from comment #8)
> So what's the general plan now with all these elements, how should we
> proceed?

I think there are now only 2 avfvideosrc and qtkitvideosrc (see comment #6) to
capture video on osx, with same rank but luckily the non-deprecated comes first
in alphabetical order.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list