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:
David I. Lehn 2003-01-04 18:42:29 +00:00
parent 3075e00bfa
commit 2ad1bbe34c
2 changed files with 6 additions and 0 deletions

View file

@ -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)

View file

@ -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)