mbox

[FFmpeg-devel,0/4] avdevice/dshow fixups

Message ID 20220101163958.1147-1-dcnieho@gmail.com
Headers show

Message

Diederick C. Niehorster Jan. 1, 2022, 4:39 p.m. UTC
These four patches fix three small new issues i found looking through
the dshow code (needd cleanup not being done), and fix a regression
introduced by my recent patches due to which devices that seem to not
behave according to spec but worked fine before my patches could no
longer be used.

Diederick Niehorster (4):
  avdevice/dshow: tv_tuner_audio_dialog cleanup missing
  avdevice/dshow: proper cleanup of queried media types
  avdevice/dshow: only set pin format if wanted
  avdevice/dshow: ensure pin's default format is set

 libavdevice/dshow.c          | 93 ++++++++++++++++++++++--------------
 libavdevice/dshow_crossbar.c |  4 ++
 2 files changed, 61 insertions(+), 36 deletions(-)