mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +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
|
||||
|
||||
#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…
Reference in a new issue