Commit e8bb3dbb authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

qcap/avimux: Pass the correct field to CONTAINING_RECORD in impl_sink_from_strmbase_pin().

parent 432858b2
......@@ -1257,7 +1257,7 @@ static const IQualityControlVtbl AviMuxOut_QualityControlVtbl = {
static inline AviMuxIn *impl_sink_from_strmbase_pin(struct strmbase_pin *iface)
{
return CONTAINING_RECORD(iface, AviMuxIn, pin.pin.IPin_iface);
return CONTAINING_RECORD(iface, AviMuxIn, pin.pin);
}
static HRESULT sink_query_interface(struct strmbase_pin *iface, REFIID iid, void **out)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment