you mean the buffer pushed by filesrc is 8 bytes ? <br>As IMHO h264parse pushes one NALU for every buffer, so there might be an issue with your decoder ?<br><br>-kapil<br><br><div class="gmail_quote">On Tue, Mar 30, 2010 at 9:20 PM, ericcardmanNo3 <span dir="ltr">&lt;<a href="mailto:daniel.kuhne@yahoo.de">daniel.kuhne@yahoo.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
hi!<br>
<br>
i do:<br>
gst-launch filesrc location=my.264 ! h264parse ! myh264decoder !<br>
ffmpegcolorspace ! fbdevsink<br>
<br>
the filesrc passes buffers of 4096 byte to h264parse.<br>
h264parse passes a 23 byte buffer to myh264decoder where i decode to get<br>
stream configuration - works.<br>
But next buffer is 8 byte and i cant push the decoded buffer to downstream.<br>
<br>
0:00:01.265381034  1526    0x7b388 DEBUG              h264parse<br>
gsth264parse.c:956:gst_h264_parse_sink_event:&lt;h264parse0&gt; Pushing newseg<br>
rate 1, applied rate 1, format 2, start 0, stop 3041866, pos 0<br>
0:00:01.268311470  1526    0x7b388 DEBUG              h264parse<br>
gsth264parse.c:897:gst_h264_parse_chain:&lt;h264parse0&gt; received buffer of size<br>
4096<br>
0:00:01.269130929  1526    0x7b388 DEBUG              h264parse<br>
gsth264parse.c:499:gst_h264_parse_chain_forward:&lt;h264parse0&gt; NAL type: 7,<br>
ref_idc: 1<br>
0:00:01.269879079  1526    0x7b388 DEBUG              h264parse<br>
gsth264parse.c:540:gst_h264_parse_chain_forward:&lt;h264parse0&gt; we have a SPS<br>
or PPS NAL<br>
0:00:01.270759876  1526    0x7b388 DEBUG              h264parse<br>
gsth264parse.c:553:gst_h264_parse_chain_forward:&lt;h264parse0&gt; pushing buffer<br>
0x432c0, size 23, ts 0:00:00.000000000<br>
<br>
--<br>
View this message in context: <a href="http://n4.nabble.com/h264parse-srcpad-buffers-NAL-SPS-PPS-experts-needed-tp1745406p1745406.html" target="_blank">http://n4.nabble.com/h264parse-srcpad-buffers-NAL-SPS-PPS-experts-needed-tp1745406p1745406.html</a><br>

Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
<br>
------------------------------------------------------------------------------<br>
Download Intel&amp;#174; Parallel Studio Eval<br>
Try the new software tools for yourself. Speed compiling, find bugs<br>
proactively, and fine-tune applications for parallel performance.<br>
See why Intel Parallel Studio got high marks during beta.<br>
<a href="http://p.sf.net/sfu/intel-sw-dev" target="_blank">http://p.sf.net/sfu/intel-sw-dev</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</blockquote></div><br><br clear="all"><br>-- <br><a href="http://www.linkedin.com/in/kapilagrawal">http://www.linkedin.com/in/kapilagrawal</a><br>