<div dir="auto"><div><br><div class="gmail_extra"><br><div class="gmail_quote">Le 12 mars 2018 09:12, "Anju Sebastian" <<a href="mailto:anjusebastian08@gmail.com">anjusebastian08@gmail.com</a>> a écrit :<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Hi,<br><br></div>I have one h264 decoder and display elements.<br></div>I used a pipeline:<br><br></div>gst-launch-1.0 -vv filesrc location=test ! tsdemux ! queue ! h264parse ! my_decoder ! my_display<br><div><div><div><div><div><br><br>h264parse sends h264 data in byte stream format with nalu alignment.<br></div><div>When I get caps_event in my decoder from h264parse, I call gst_video_info_from_caps and I get width and height as 0 which is not accepetable by my plugins. so pipeline creation fails.<br><br></div><div>Why I am getting width and height as 0 from h264parse src caps?<br></div><div>Is there anything wrong in it?<br></div><div>What should I do here?<br></div><div>If I apply caps filter and specify alignment as au or stream format as avc, issue disppears<br></div></div></div></div></div></div></blockquote></div></div></div><div dir="auto"><br></div><div dir="auto">Is this only in the GstVideoInfo but also missing in the caps? GstVideoInfo is not best choice for encoded data. </div><div dir="auto"><br></div><div dir="auto">Another thing to check, make sure you have witdth/height in your template caps, h264parse won't do extra work unless requested.</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div></div><div><br clear="all"><div><div class="m_4206619997099993146gmail_signature"><div dir="ltr">Thanks and Regards<font color="#888888"><div>Anju Sebastian.</div></font></div></div></div>
</div></div></div></div></div></div>
<br>______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-<wbr>devel</a><br>
<br></blockquote></div><br></div></div></div>