add GstClockID as a pointer arg type (not too useful, really need to make it a boxed type)
Original commit message from CVS: add GstClockID as a pointer arg type (not too useful, really need to make it a boxed type)
This commit is contained in:
parent
3075e00bfa
commit
2ad1bbe34c
@ -27,3 +27,6 @@ argtypes.matcher.register('GstClockTime', arg)
|
||||
|
||||
arg = argtypes.Int64Arg()
|
||||
argtypes.matcher.register('GstClockTimeDiff', arg)
|
||||
|
||||
arg = argtypes.PointerArg('gpointer', 'G_TYPE_POINTER')
|
||||
argtypes.matcher.register('GstClockID', arg)
|
||||
|
@ -27,3 +27,6 @@ argtypes.matcher.register('GstClockTime', arg)
|
||||
|
||||
arg = argtypes.Int64Arg()
|
||||
argtypes.matcher.register('GstClockTimeDiff', arg)
|
||||
|
||||
arg = argtypes.PointerArg('gpointer', 'G_TYPE_POINTER')
|
||||
argtypes.matcher.register('GstClockID', arg)
|
||||
|
Loading…
x
Reference in New Issue
Block a user