server: Use the helper to reset the clip rect when the desktop size changes.
[wine.git] / dlls / winegstreamer / winegstreamer_classes.idl
blob30a99c9acfb011f1accc5ac96b4f7010bdadee7d
1 /*
2 * COM classes for winegstreamer
4 * Copyright 2019 Nikolay Sivov
5 * Copyright 2019 Zebediah Figura
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
22 #pragma makedep register
25 helpstring("AVI Splitter"),
26 threading(both),
27 uuid(1b544c20-fd0b-11ce-8c63-00aa0044b51e)
29 coclass AviSplitter {}
32 helpstring("MPEG Audio Decoder"),
33 threading(both),
34 uuid(4a2286e0-7bef-11ce-9bd9-0000e202599c)
36 coclass CMpegAudioCodec {}
39 helpstring("MPEG Layer-3 Decoder"),
40 threading(both),
41 uuid(38be3000-dbf4-11d0-860e-00a024cfef6d)
43 coclass mpeg_layer3_decoder {}
46 helpstring("MPEG-I Stream Splitter"),
47 threading(both),
48 uuid(336475d0-942a-11ce-a870-00aa002feab5)
50 coclass MPEG1Splitter {}
53 helpstring("Wave Parser"),
54 threading(both),
55 uuid(d51bd5a1-7548-11cf-a520-0080c77ef58a)
57 coclass WAVEParser {}
60 helpstring("GStreamer parser using decodebin"),
61 threading(both),
62 uuid(f9d8d64e-a144-47dc-8ee0-f53498372c29)
64 coclass decodebin_parser {}
67 threading(both),
68 uuid(88753b26-5b24-49bd-b2e7-0c445c78c982)
70 coclass VideoProcessorMFT {}
73 helpstring("Generic Decodebin Byte Stream Handler"),
74 threading(both),
75 uuid(317df618-5e5a-468a-9f15-d827a9a08162)
77 coclass GStreamerByteStreamHandler {}
80 threading(both),
81 uuid(2eeb4adf-4578-4d10-bca7-bb955f56320a)
83 coclass CWMADecMediaObject {};
86 threading(both),
87 uuid(32d186a7-218f-4c75-8876-dd77273a8999)
89 coclass CMSAACDecMFT {}
92 threading(both),
93 uuid(82d353df-90bd-4382-8bc2-3f6192b76e34)
95 coclass CWMVDecMediaObject {}
98 threading(both),
99 uuid(62ce7e72-4c71-4d20-b15d-452831a87d9d)
101 coclass CMSH264DecoderMFT {}
104 threading(both),
105 uuid(f447b69e-1884-4a7e-8055-346f74d6edb3)
107 coclass CResamplerMediaObject {}
110 threading(both),
111 uuid(98230571-0087-4204-b020-3282538e57d3)
113 coclass CColorConvertDMO {}