win32u: Use the dummy surface for empty layered window surfaces.
[wine.git] / dlls / winegstreamer / winegstreamer_classes.idl
blob41ec2d261231ba32abe8f2e216eeb5a1cc538a67
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 Video Decoder"),
40 threading(both),
41 uuid(feb50740-7bef-11ce-9bd9-0000e202599c)
43 coclass CMpegVideoCodec {}
46 helpstring("MPEG Layer-3 Decoder"),
47 threading(both),
48 uuid(38be3000-dbf4-11d0-860e-00a024cfef6d)
50 coclass mpeg_layer3_decoder {}
53 helpstring("MPEG-I Stream Splitter"),
54 threading(both),
55 uuid(336475d0-942a-11ce-a870-00aa002feab5)
57 coclass MPEG1Splitter {}
60 helpstring("Wave Parser"),
61 threading(both),
62 uuid(d51bd5a1-7548-11cf-a520-0080c77ef58a)
64 coclass WAVEParser {}
67 helpstring("GStreamer parser using decodebin"),
68 threading(both),
69 uuid(f9d8d64e-a144-47dc-8ee0-f53498372c29)
71 coclass decodebin_parser {}
74 threading(both),
75 uuid(88753b26-5b24-49bd-b2e7-0c445c78c982)
77 coclass VideoProcessorMFT {}
80 helpstring("Generic Decodebin Byte Stream Handler"),
81 threading(both),
82 uuid(317df618-5e5a-468a-9f15-d827a9a08162)
84 coclass GStreamerByteStreamHandler {}
87 threading(both),
88 uuid(2eeb4adf-4578-4d10-bca7-bb955f56320a)
90 coclass CWMADecMediaObject {};
93 threading(both),
94 uuid(32d186a7-218f-4c75-8876-dd77273a8999)
96 coclass CMSAACDecMFT {}
99 threading(both),
100 uuid(82d353df-90bd-4382-8bc2-3f6192b76e34)
102 coclass CWMVDecMediaObject {}
105 threading(both),
106 uuid(62ce7e72-4c71-4d20-b15d-452831a87d9d)
108 coclass CMSH264DecoderMFT {}
111 threading(both),
112 uuid(6ca50344-051a-4ded-9779-a43305165e35)
114 coclass CMSH264EncoderMFT {}
117 threading(both),
118 uuid(f447b69e-1884-4a7e-8055-346f74d6edb3)
120 coclass CResamplerMediaObject {}
123 threading(both),
124 uuid(98230571-0087-4204-b020-3282538e57d3)
126 coclass CColorConvertDMO {}
129 threading(both),
130 uuid(11275a82-5e5a-47fd-a01c-3683c12fb196)
132 coclass MFMP3SinkClassFactory {}
135 helpstring("MF MPEG4 Sink Class Factory"),
136 threading(both),
137 uuid(a22c4fc7-6e91-4e1d-89e9-53b2667b72ba)
139 coclass MFMPEG4SinkClassFactory {}