support a couple more types
Original commit message from CVS: support a couple more types
This commit is contained in:
parent
88f16dfe8f
commit
c6737f6a93
@ -22,5 +22,8 @@
|
||||
|
||||
import argtypes
|
||||
|
||||
#arg = argtypes.PointerArg('GstEvent')
|
||||
#argtypes.matcher.register('GstEvent*', arg)
|
||||
arg = argtypes.UInt64Arg()
|
||||
argtypes.matcher.register('GstClockTime', arg)
|
||||
|
||||
arg = argtypes.Int64Arg()
|
||||
argtypes.matcher.register('GstClockTimeDiff', arg)
|
||||
|
@ -22,5 +22,8 @@
|
||||
|
||||
import argtypes
|
||||
|
||||
#arg = argtypes.PointerArg('GstEvent')
|
||||
#argtypes.matcher.register('GstEvent*', arg)
|
||||
arg = argtypes.UInt64Arg()
|
||||
argtypes.matcher.register('GstClockTime', arg)
|
||||
|
||||
arg = argtypes.Int64Arg()
|
||||
argtypes.matcher.register('GstClockTimeDiff', arg)
|
||||
|
Loading…
x
Reference in New Issue
Block a user