<div dir="ltr"><div>Hi Peter,<br><br>Yep, you have caught up to Yusuf and I.  "Why?" is our question as well.  Suspect v4l2src, but cannot be sure.<br><br></div><div>If you play MJPEG encoded video from the C920 all is fine with uvch264src under GStreamer 1.x.  "Why?" then does H.264 in the MJPEG container fail.  Under GStreamer 0.10 there is no issue...H.264 in the MJPEG container plays flawlessly with this same plugin (uvch264_src...which is renamed to uvch264src for GStreamer 1.x).<br>
</div><div><br>Best Regards,<br><br>Rob<br><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jul 12, 2013 at 2:42 PM, Peter Rennert <span dir="ltr"><<a href="mailto:p.rennert@cs.ucl.ac.uk" target="_blank">p.rennert@cs.ucl.ac.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I tried to find the origin of that error message and I think I found it in the gstuvc264_mjpgdemux.c. What I get from the code is that the error gets thrown if buffer does not comply to the usual H264 headering. The error gets thrown if the first "0xff 0xe4" byte chain in the buffer is reaching outside of the buffer. Therefore accessing them would lead to a segmentation fault.<br>

<br>
The question is why does it happen at exactly 35sec all the time? Is it a hardware problem (does anyone have a C910 to test?) or is there something going wrong in gstreamer?<br>
<br>
Below the piece of code that throws the error. It is identical  in gstreamer1 and gstreamer0.10. So it might well be that the error stems from another module of the framework.<br>
<br>
<a href="http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/sys/uvch264/gstuvch264_mjpgdemux.c" target="_blank">http://cgit.freedesktop.org/<u></u>gstreamer/gst-plugins-bad/<u></u>tree/sys/uvch264/gstuvch264_<u></u>mjpgdemux.c</a><br>

line 480<br>
<br>
last_offset = 0;<br>
  data = GST_BUFFER_DATA (buf);<br>
  size = GST_BUFFER_SIZE (buf);<br>
  if (data == NULL || size == 0) {<br>
    ret = gst_pad_push (self->priv->jpeg_pad, buf);<br>
    goto done;<br>
  }<br>
<br>
for (i = 0; i < size - 1; i++) {<br>
    /* Check for APP4 (0xe4) marker in the jpeg */<br>
    if (data[i] == 0xff && data[i + 1] == 0xe4) {<br>
      guint16 segment_size;<br>
<br>
      /* Sanity check sizes and get segment size */<br>
      if (i + 4 >= size) {<br>
        GST_ELEMENT_ERROR (self, STREAM, DEMUX,<br>
            ("Not enough data to read marker size"), (NULL));<br>
        ret = GST_FLOW_ERROR;<br>
        goto done;<br>
      }<br>
      segment_size = GUINT16_FROM_BE (*((guint16 *) (data + i + 2)));<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<br>
<br>
<br>
<br>
On 07/11/2013 06:28 PM, yusuf.husainy wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello All,<br>
<br>
Yes, this is a bug definitely. While me and Rob were doing experiments, we<br>
noticed exactly same errors at exactly the same time in the pipeline - 34.66<br>
sec, around 35 sec.<br>
<br>
I recall initially, the pipeline used to abruptly end and then, as per Rob's<br>
recommendation, the pipeline did not end, but a lot of artefacts appeared in<br>
the video.<br>
<br>
This error always shows at 35 sec after the pipeline has started. A "35 sec<br>
bug" .<br>
<br>
Regards,<br>
Yusuf Husainy<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/uvch264src-in-1-1-1-1-Got-data-flow-before-segment-event-warnings-until-crash-tp4660982p4660991.html" target="_blank">http://gstreamer-devel.966125.<u></u>n4.nabble.com/uvch264src-in-1-<u></u>1-1-1-Got-data-flow-before-<u></u>segment-event-warnings-until-<u></u>crash-tp4660982p4660991.html</a><br>

Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
______________________________<u></u>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.<u></u>freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/<u></u>mailman/listinfo/gstreamer-<u></u>devel</a><br>
</blockquote>
<br>
______________________________<u></u>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.<u></u>freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/<u></u>mailman/listinfo/gstreamer-<u></u>devel</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><font color="#888888"><font color="blue">Rob Krakora<br>
MessageNet Systems
<br>
101 East Carmel Dr. Suite 105
<br>
Carmel, IN 46032
<br>
<a value="+13175661677">(317)566-1677</a></font></font><font color="#888888"><font color="blue"> Ext 212<br>
<a value="+13176630808">(317)663-0808</a> Fax
</font></font>
</div>