mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
support a couple more types
Original commit message from CVS: support a couple more types
This commit is contained in:
parent
88f16dfe8f
commit
c6737f6a93
2 changed files with 10 additions and 4 deletions
|
@ -22,5 +22,8 @@
|
||||||
|
|
||||||
import argtypes
|
import argtypes
|
||||||
|
|
||||||
#arg = argtypes.PointerArg('GstEvent')
|
arg = argtypes.UInt64Arg()
|
||||||
#argtypes.matcher.register('GstEvent*', arg)
|
argtypes.matcher.register('GstClockTime', arg)
|
||||||
|
|
||||||
|
arg = argtypes.Int64Arg()
|
||||||
|
argtypes.matcher.register('GstClockTimeDiff', arg)
|
||||||
|
|
|
@ -22,5 +22,8 @@
|
||||||
|
|
||||||
import argtypes
|
import argtypes
|
||||||
|
|
||||||
#arg = argtypes.PointerArg('GstEvent')
|
arg = argtypes.UInt64Arg()
|
||||||
#argtypes.matcher.register('GstEvent*', arg)
|
argtypes.matcher.register('GstClockTime', arg)
|
||||||
|
|
||||||
|
arg = argtypes.Int64Arg()
|
||||||
|
argtypes.matcher.register('GstClockTimeDiff', arg)
|
||||||
|
|
Loading…
Reference in a new issue