<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
<html><head><meta http-equiv="Content-Type" content="text/html;charset=us-ascii">
<style>BODY{font:10pt Tahoma, Verdana, sans-serif}</style></head><body>
<div style="text-align: left;">We're trying to get a video stream from a SIP camera with h264 video. From my understanding<br>telepathy should provide the decoder information out-of-band and pass it to the Gstreamer plugin<br>using the caps 'codec_data=..'. However, what we observe is:<br><br>dsp gstdspbase.c:1118:sink_event:&lt;dspvdec0&gt;^[[00m event: newsegment<br>dsp gstdspvdec.c:1229:sink_setcaps:&lt;dspvdec0&gt;^[[00m sink caps: video/x-h264<br>dsp gstdspbase.c:994:init_node:&lt;dspvdec0&gt;^[[00m src caps: video/x-raw-yuv, format=(fourcc)UYVY, framerate=(fraction)0/1<br>** Message: Element error: couldn't start node2 -- (null)<br><br>So the decoder only gets 'video/x-h264' as caps.<br>In case of gst-dsp, the decoder can't get the correct info from the stream somehow and<br>so no decoding is done.<br><br>Anyone else got any experience with h264 video streaming with telepathy (Omap3 btw)?<br><br></div></body></html>