diff options
Diffstat (limited to 'win32/common/gstrtpbin-marshal.h')
-rw-r--r-- | win32/common/gstrtpbin-marshal.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/win32/common/gstrtpbin-marshal.h b/win32/common/gstrtpbin-marshal.h index da33b8fb5..6d25b4412 100644 --- a/win32/common/gstrtpbin-marshal.h +++ b/win32/common/gstrtpbin-marshal.h @@ -74,6 +74,31 @@ extern void gst_rtp_bin_marshal_UINT64__BOOLEAN_UINT64 (GClosure *closure, gpointer marshal_data); #define gst_rtp_bin_marshal_UINT64__BOOL_UINT64 gst_rtp_bin_marshal_UINT64__BOOLEAN_UINT64 +/* BOOL:POINTER,BOOL (gstrtpbin-marshal.list:10) */ +extern void gst_rtp_bin_marshal_BOOLEAN__POINTER_BOOLEAN (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +#define gst_rtp_bin_marshal_BOOL__POINTER_BOOL gst_rtp_bin_marshal_BOOLEAN__POINTER_BOOLEAN + +/* VOID:UINT,UINT,UINT,UINT,POINTER (gstrtpbin-marshal.list:11) */ +extern void gst_rtp_bin_marshal_VOID__UINT_UINT_UINT_UINT_POINTER (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +/* VOID:UINT64 (gstrtpbin-marshal.list:12) */ +extern void gst_rtp_bin_marshal_VOID__UINT64 (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + G_END_DECLS #endif /* __gst_rtp_bin_marshal_MARSHAL_H__ */ |