<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">2014/1/20 Sebastian Dröge <span dir="ltr"><<a href="mailto:slomo@kemper.freedesktop.org" target="_blank">slomo@kemper.freedesktop.org</a>></span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Module: gst-plugins-bad<br>
Branch: master<br>
Commit: 1107e158f78741f03a98feff14ea1e20a0ddbdde<br>
URL:    <a href="http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=1107e158f78741f03a98feff14ea1e20a0ddbdde" target="_blank">http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=1107e158f78741f03a98feff14ea1e20a0ddbdde</a><br>


<br>
Author: Sebastian Dröge <<a href="mailto:sebastian@centricular.com">sebastian@centricular.com</a>><br>
Date:   Mon Jan 20 10:34:57 2014 +0100<br>
<br>
applemedia: Fix build on iOS and probably also on OSX<br>
<br>
The video toolbox is not available on iOS, and also on OSX<br>
we should probably build all source files that are used for<br>
it.<br>
<br>
<a href="https://bugzilla.gnome.org/show_bug.cgi?id=722590" target="_blank">https://bugzilla.gnome.org/show_bug.cgi?id=722590</a><br>
<br>
---<br>
<br>
 sys/applemedia/Makefile.am |    4 +++-<br>
 sys/applemedia/plugin.m    |    2 ++<br>
 2 files changed, 5 insertions(+), 1 deletion(-)<br>
<br>
diff --git a/sys/applemedia/Makefile.am b/sys/applemedia/Makefile.am<br>
index 57b12b9..e30ec1e 100644<br>
--- a/sys/applemedia/Makefile.am<br>
+++ b/sys/applemedia/Makefile.am<br>
@@ -89,7 +89,9 @@ else<br>
 libgstapplemedia_la_SOURCES +=                 \<br>
        qtkitvideosrc.m                         \<br>
        vtenc.c                                 \<br>
-       vtdec.c<br>
+       vtdec.c                                 \<br>
+       vth264decbin.c                          \<br>
+       vth264encbin.c<br></blockquote><div><br></div><div>I don't think the decoding/encoding bins are needed anymore in 1.x. I think they were used in 0.10 to force parsed h264 in the input of the encoder, but that should be handled correctly now with the caps.</div>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
 libgstapplemedia_la_LDFLAGS +=                 \<br>
        -Wl,-framework -Wl,Cocoa                \<br>
diff --git a/sys/applemedia/plugin.m b/sys/applemedia/plugin.m<br>
index e4fe9e3..098ec90 100644<br>
--- a/sys/applemedia/plugin.m<br>
+++ b/sys/applemedia/plugin.m<br>
@@ -30,9 +30,11 @@<br>
 #ifdef HAVE_AVFOUNDATION<br>
 #include "avfvideosrc.h"<br>
 #endif<br>
+#ifndef HAVE_IOS<br>
 #include "vth264decbin.h"<br>
 #include "vth264encbin.h"<br>
 #include "vtdec.h"<br>
+#endif<br>
 #include "atdec.h"<br>
<br>
 #ifndef HAVE_IOS<br>
<br>
<br>_______________________________________________<br>
gstreamer-commits mailing list<br>
<a href="mailto:gstreamer-commits@lists.freedesktop.org">gstreamer-commits@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-commits" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-commits</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <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>