Fixed clock release in transform template.
commit623fb34acc1db7a83668128a1c29a6f0a5f1fde6
authorChristian Costa <titan.costa@wanadoo.fr>
Sun, 5 Jun 2005 19:18:34 +0000 (5 19:18 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 5 Jun 2005 19:18:34 +0000 (5 19:18 +0000)
tree02386dc78133c4eca3d96f25c2a9ef80e29b736b
parent2f5aee99f11356f32fd93013cb3771cfbf0103a9
Fixed clock release in transform template.
AddRef pUnk in CopyMediaType.
Added CreateMediaType helper function and use it.
Replaced some DeleteMediaType calls to FreeMediaType to be in line
with recent changes.
Fixed IEnumMediaTypesImpl_Next.
Clear media type when initializing pins.
Added some AddRef/Release traces.
dlls/quartz/acmwrapper.c
dlls/quartz/enummedia.c
dlls/quartz/filesource.c
dlls/quartz/parser.c
dlls/quartz/pin.c
dlls/quartz/transform.c