<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hello,<br>
<br>
I need to create a program that allows me to extract a statistic about the packets of an H.264 received video. Particularly,  I would like to count the total NAL units received and the number of the units that were corrupted and that were therefore not decoded.<br>
<br>
I'd like to know if it possibile to do it with gstreamer. I don't need to play the video, I just need a simple output that for each NAL unit signals whether it was correctly decoded or not, so that I could execute the program with a pipe from another program
 and evaluate all the statistics that I need.<br>
<br>
Do you think it is possibile to do it? Can you please help me make it?<br>
<br>
Thank you for your help<br>
<br>
Ottavio<br>
</div>
</body>
</html>