h264parse gsth264parse.c:1247:gst_h264_parse_handle_frame:<h264parse0> Dropping filler data 1

Edward Hervey bilboed at bilboed.com
Thu May 6 08:04:32 UTC 2021


Hi,

  h264parse takes h264 as input, not h264-in-PES. You'll need to strip the PES
header before.

  Edward

On Thu, 2021-05-06 at 02:08 -0500, kbarora via gstreamer-devel wrote:
> Hi,
> 
> I have created a pipeline which has appsrc as source element where I am
> trying to push PES data for processing. I could see error that next parse
> element h264parse is throwing some parser error
> 
> "h264parse gsth264parse.c:1247:gst_h264_parse_handle_frame:<h264parse0>
> Dropping filler data 1"
> 
> and then dropping the frame all together. 
> 
> I am creating PES by appending PES Header and meta data (sps,mps along with
> starting byte (0x000001) for each entry). 
> 
> Can any one confirm the above creation of ES to PES is the right way? what
> could the reason that h264parse element throwing exception and not allowing
> further processing ?
> 
> 
> 
> 
> 
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel




More information about the gstreamer-devel mailing list