mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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
2 changed files with 6 additions and 0 deletions
|
@ -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…
Reference in a new issue