Opened 13 years ago
Closed 13 years ago
#1458 closed defect (fixed)
Cannot create unidirectional sound port
Reported by: | nanang | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-1.14 |
Component: | pjmedia | Version: | common |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Silly mistake in sound_port.c, the sound device direction setting is overridden with PJMEDIA_DIR_CAPTURE_PLAYBACK.
Change History (1)
comment:1 Changed 13 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [3963]) Fix #1458: removed the problematic sound device direction setting.