Opened 13 years ago
Closed 13 years ago
#1438 closed defect (fixed)
CoInitializeEx by application prevents dshow device from working (thanks Michael for the report)v
Reported by: | nanang | Owned by: | ming |
---|---|---|---|
Priority: | normal | Milestone: | release-2.0-rc |
Component: | pjmedia-videodev | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by nanang)
The report can be found here.
Change History (2)
comment:1 Changed 13 years ago by nanang
- Description modified (diff)
- Summary changed from CoInitializeEx by application prevents dshow deice from working (thanks Michael for the report)v to CoInitializeEx by application prevents dshow device from working (thanks Michael for the report)v
comment:2 Changed 13 years ago by ming
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [3934]) Fixed #1438: CoInitializeEx? by application prevents dshow device from working
Return error if application already initialized COM library with a different concurrency model than what dshow_dev needs.