<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">2013/10/1 Sebastian Dröge <span dir="ltr"><<a href="mailto:slomo@circular-chaos.org" target="_blank">slomo@circular-chaos.org</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Mo, 2013-09-30 at 12:39 -0700, Dan Kegel wrote:<br>
> Solved! I was bitten by gst-run. Evidently gstreamer binaries<br>
> come in two flavors, versioned and unversioned.<br>
> The unversioned one is just an alias for gst-run,<br>
> which then launches the right tool... without arch.<br>
> That's why "arch -i386 gst-inspect" was running the 64 bit<br>
> version. Doing "arch -i386 gst-inspect-0.10" works as expected.<br>
><br>
> (Using lipo -remove to create a thin version of gst-inspect was what clued me<br>
> in... it failed with a message that google found in the source for gst-run.)<br>
><br>
> A bug like this was fixed once in gst-plugin-scanner:<br>
> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=615357" target="_blank">https://bugzilla.gnome.org/show_bug.cgi?id=615357</a><br>
> Now I guess a similar fix needs to be applied to gst-run.<br>
> Happily, the workaround is simple, so this isn't urgent.<br>
><br>
> I filed <a href="https://bugzilla.gnome.org/show_bug.cgi?id=709125" target="_blank">https://bugzilla.gnome.org/show_bug.cgi?id=709125</a> for this.<br>
><br>
> Apologies for bothering the list prematurely!<br>
<br>
</div>Don't worry about that :)<br>
<br>
<br>
So the main problem here still is that osxvideosrc is not ported to work<br>
on 64 bit OSX? Do you know what would be necessary for that, and why it<br>
doesn't just work as is on 64 bits? Would be great if you could file a<br>
bug about that :) Let's get that fixed instead of working around the<br>
problem<br>
<br></blockquote><div>This plugin uses the QuickTime framework, which is only available for 32bits. There is the qtkitvidesrc element (applemedia plugin) which can be used as source element too in OS X using the QTKit framework, available for i386 and x86_64.<br>
<br>Andoni<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Andoni Morales Alastruey<br><br>LongoMatch:The Digital Coach<br><a href="http://www.longomatch.ylatuya.es">http://www.longomatch.ylatuya.es</a>
</div></div>