l3codeca.acm: Avoid mpg123 functions with suffix.
[wine.git] / dlls / winegstreamer / winegstreamer_classes.idl
blob037f0573b3475442ad03ccc02a59598bf9d95d45
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-I Stream Splitter"),
40 threading(both),
41 uuid(336475d0-942a-11ce-a870-00aa002feab5)
43 coclass MPEG1Splitter {}
46 helpstring("Wave Parser"),
47 threading(both),
48 uuid(d51bd5a1-7548-11cf-a520-0080c77ef58a)
50 coclass WAVEParser {}
53 helpstring("GStreamer parser using decodebin"),
54 threading(both),
55 uuid(f9d8d64e-a144-47dc-8ee0-f53498372c29)
57 coclass decodebin_parser {}
60 threading(both),
61 uuid(88753b26-5b24-49bd-b2e7-0c445c78c982)
63 coclass VideoProcessorMFT {}
66 helpstring("Generic Decodebin Byte Stream Handler"),
67 threading(both),
68 uuid(317df618-5e5a-468a-9f15-d827a9a08162)
70 coclass GStreamerByteStreamHandler {}
73 threading(both),
74 uuid(6a170414-aad9-4693-b806-3a0c47c570d6)
76 coclass WINEAudioConverter { }
79 threading(both),
80 uuid(2eeb4adf-4578-4d10-bca7-bb955f56320a)
82 coclass CWMADecMediaObject {};
85 threading(both),
86 uuid(62ce7e72-4c71-4d20-b15d-452831a87d9d)
88 coclass CMSH264DecoderMFT {}