Gst.PadProbeCallback?

pisymbol . pisymbol at gmail.com
Thu Jun 13 22:11:16 UTC 2019


On Thu, Jun 13, 2019 at 6:10 PM pisymbol . <pisymbol at gmail.com> wrote:

> I am adding a probe to my src to do per frame timetamping/gps tagging.
> Adding the pad is easy, but what are the arguments to this callback?
>
> Line of code:
>
> self.nvcam0_pad.add_probe(Gst.PadProbeType.BUFFER, self.on_probe, None,
> None)
>
> Doc (to show I care!):
>
>
> https://gstreamer.freedesktop.org/documentation/gstreamer/gstpad.html?gi-language=python#GstPadProbeCallback
>
> ...says there are three. But the interpreter claims there are five? What
> are the five and does the doc need updating?
>
>
Sorry, I think I mean four (self doesn't count). But anyway, the doc seems
incorrect?

-aps
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20190613/dedc0cef/attachment.html>


More information about the gstreamer-devel mailing list