Gst.PadProbeCallback?
pisymbol .
pisymbol at gmail.com
Thu Jun 13 22:10:17 UTC 2019
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?
Thanks!
-
aps
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20190613/8c4a4cc4/attachment-0001.html>
More information about the gstreamer-devel
mailing list