mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Retrieve the correct pin name
svn path=/trunk/; revision=43219
This commit is contained in:
@@ -487,14 +487,14 @@ KsPinPropertyHandler(
|
||||
break;
|
||||
}
|
||||
|
||||
if (!Descriptor[Pin->PinId].Category)
|
||||
if (!Descriptor[Pin->PinId].Name)
|
||||
{
|
||||
Irp->IoStatus.Information = 0;
|
||||
Status = STATUS_SUCCESS;
|
||||
break;
|
||||
}
|
||||
|
||||
Status = KspReadMediaCategory((LPGUID)Descriptor[Pin->PinId].Category, &KeyInfo);
|
||||
Status = KspReadMediaCategory((LPGUID)Descriptor[Pin->PinId].Name, &KeyInfo);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
Irp->IoStatus.Information = 0;
|
||||
|
||||
Reference in New Issue
Block a user