diff --git a/plugins/tracers/gstlog.h b/plugins/tracers/gstlog.h index e95857b0f7..827f2aaf21 100644 --- a/plugins/tracers/gstlog.h +++ b/plugins/tracers/gstlog.h @@ -36,6 +36,7 @@ G_BEGIN_DECLS (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_LOG_TRACER)) #define GST_IS_LOG_TRACER_CLASS(klass) \ (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_LOG_TRACER)) +#define GST_LOG_TRACER_CAST(obj) ((GstLogTracer *)(obj)) typedef struct _GstLogTracer GstLogTracer; typedef struct _GstLogTracerClass GstLogTracerClass;