I have a question about GstBuffer

OhsureBoy ohsure_ at naver.com
Mon Apr 12 07:26:06 UTC 2021


static GstFlowReturn
gst_my_muxer_chain(GstPad *pad, GstObject *parent, GstBuffer *buf)
{
  GstMyMuxer *filter;
  
...
}




When we have the above source code, we have found that data is coming in due
to the change of the offset in the buf.

What I'm curious about here is, is there a way to view buf's data?

This is because we are creating a new plugin by separating the buf header
and payload.

Thank you for reading



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/


More information about the gstreamer-devel mailing list