<div dir="ltr"><div>Thanks for the pointer to the patch. It no longer crashes on me. Unfortunately, it doesn't actually output anything either. So I think getting what's at head in git to compile is my best bet. Here's the result of the commands you asked me to run.</div>
<div><br></div><div>mitch@darksteel:~$ pkg-config --libs --cflags orc-0.4</div><div>-I/usr/local/include/orc-0.4 -L/usr/local/lib -lorc-0.4 </div><div>mitch@darksteel:~$ pkg-config --modversion orc-0.4</div><div>0.4.18</div>
<div>mitch@darksteel:~$ which orcc</div><div>/usr/local/bin/orcc</div><div><br></div><div>The error in with git happens the same even if I have --disable-orc passed to the configure script.</div><div><br></div><div>-Mitch</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Dec 17, 2013 at 4:26 AM, Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Mo, 2013-12-16 at 23:12 -0500, Mitchell Foley wrote:<br>
<br>
> [...]<br>
<div>> (gst-launch-1.0:11511): GStreamer-CRITICAL **:<br>
> gst_caps_intersect_full: assertion 'GST_IS_CAPS (caps2)' failed<br>
><br>
><br>
> Program received signal SIGTRAP, Trace/breakpoint trap.<br>
> 0x00007ffff75d33d9 in g_logv ()<br>
> from /lib/x86_64-linux-gnu/libglib-2.0.so.0<br>
> (gdb) bt<br>
> #0 0x00007ffff75d33d9 in g_logv ()<br>
> from /lib/x86_64-linux-gnu/libglib-2.0.so.0<br>
> #1 0x00007ffff75d3522 in g_log ()<br>
> from /lib/x86_64-linux-gnu/libglib-2.0.so.0<br>
> #2 0x00007ffff7b148b7 in gst_caps_intersect_full (caps1=0x6b8c00,<br>
> caps2=0x0, mode=<optimized out>) at gstcaps.c:1636<br>
> #3 0x00007ffff591772b in gst_decklink_sink_videosink_query<br>
> (pad=0x7142c0, parent=0x718080, query=0x6b8b70) at<br>
> gstdecklinksink.cpp:568<br>
</div>> [...]<br>
> (gdb)<br>
<br>
This one is fixed now, will also be in the 1.2.2 release:<br>
<a href="http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=007807d149611059a96d567cca758f4093b487aa" target="_blank">http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=007807d149611059a96d567cca758f4093b487aa</a><br>
<br>
Please retest with that patch, and report any new remaining problems :)<br>
<div><br>
> I also attempted to build from git, but ran into problems compiling<br>
> gst-plugins-base. The result of my autogen.sh is here, and the result<br>
> of my make is here. If building from git would be better than just<br>
> building 1.2.1, I'm happy to dig into my build issues further.<br>
<br>
</div>What's the output of<br>
pkg-config --libs --cflags orc-0.4<br>
pkg-config --modversion orc-0.4<br>
which orcc<br>
<div><div>?<br>
<br>
--<br>
Sebastian Dröge, Centricular Ltd - <a href="http://www.centricular.com" target="_blank">http://www.centricular.com</a><br>
Expertise, Straight from the Source<br>
</div></div><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">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></div></div>