<div dir="ltr">Also, not sure if it's useful, but here's the new output of <font face="courier new, monospace">gst-launch-1.0 -v videotestsrc ! decklinksink </font><font face="arial, helvetica, sans-serif">with the patch applied.</font><div>

<font face="courier new, monospace"><br></font><div><div><font face="courier new, monospace">Setting pipeline to PAUSED ...</font></div><div><font face="courier new, monospace">Pipeline is PREROLLED ...</font></div><div>
<font face="courier new, monospace">Setting pipeline to PLAYING ...</font></div>
<div><font face="courier new, monospace">/GstPipeline:pipeline0/GstVideoTestSrc:videotestsrc0.GstPad:src: caps = "video/x-raw\,\ format\=\(string\)UYVY\,\ width\=\(int\)720\,\ height\=\(int\)486\,\ framerate\=\(fraction\)30000/1001\,\ interlace-mode\=\(string\)interleaved\,\ pixel-aspect-ratio\=\(fraction\)10/11\,\ colorimetry\=\(string\)bt601\,\ chroma-site\=\(string\)mpeg2"</font></div>

<div><font face="courier new, monospace">New clock: GstSystemClock</font></div><div><font face="courier new, monospace">/GstPipeline:pipeline0/GstDecklinkSink:decklinksink0.GstPad:videosink: caps = "video/x-raw\,\ format\=\(string\)UYVY\,\ width\=\(int\)720\,\ height\=\(int\)486\,\ framerate\=\(fraction\)30000/1001\,\ interlace-mode\=\(string\)interleaved\,\ pixel-aspect-ratio\=\(fraction\)10/11\,\ colorimetry\=\(string\)bt601\,\ chroma-site\=\(string\)mpeg2"</font></div>

<div><font face="courier new, monospace">^Chandling interrupt.</font></div><div><font face="courier new, monospace">Interrupt: Stopping pipeline ...</font></div><div><font face="courier new, monospace">Execution ended after 0:00:02.059132622</font></div>

<div><font face="courier new, monospace">Setting pipeline to PAUSED ...</font></div><div><font face="courier new, monospace">Setting pipeline to READY ...</font></div><div><font face="courier new, monospace">Setting pipeline to NULL ...</font></div>

<div><font face="courier new, monospace">Freeing pipeline ...</font></div></div><div><br></div><div>Thanks again for taking a look!</div><div><br></div><div>-Mitch</div><div><br></div></div></div><div class="gmail_extra">

<br><br><div class="gmail_quote">On Tue, Dec 17, 2013 at 9:13 PM, Mitchell Foley <span dir="ltr"><<a href="mailto:mitch@thefoley.net" target="_blank">mitch@thefoley.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<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"><div><div class="h5">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>



</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">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></div></div><div class="im">_______________________________________________<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></div></blockquote></div><br></div></div>
</blockquote></div><br></div>