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

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

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

GStreamer-devel mailing list
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
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

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

GStreamer-devel mailing list
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
> [hidden email]
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

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

GStreamer-devel mailing list
In reply to this post by GStreamer-devel mailing list
Thanks Edward !! PES was something giving some issue. Other then that adding
up of SPS and PPS as NAL Units was needed.




--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel