diff options
Diffstat (limited to 'gst/debug/negotiation.c')
-rw-r--r-- | gst/debug/negotiation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/debug/negotiation.c b/gst/debug/negotiation.c index e90cb4c5..8206a85e 100644 --- a/gst/debug/negotiation.c +++ b/gst/debug/negotiation.c @@ -37,7 +37,7 @@ (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_NEGOTIATION,GstNegotiation)) #define GST_IS_NEGOTIATION(obj) \ (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_NEGOTIATION)) -#define GST_IS_NEGOTIATION_CLASS(obj) \ +#define GST_IS_NEGOTIATION_CLASS(klass) \ (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_NEGOTIATION)) typedef struct _GstNegotiation GstNegotiation; |