mscms/tests: Inline a simple string.
[wine.git] / dlls / winegstreamer / winegstreamer_classes.idl
blob1dc4ba9a10bcb00ae988b4407086aede24d885a6
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-I Stream Splitter"),
33 threading(both),
34 uuid(336475d0-942a-11ce-a870-00aa002feab5)
36 coclass MPEG1Splitter {}
39 helpstring("Wave Parser"),
40 threading(both),
41 uuid(d51bd5a1-7548-11cf-a520-0080c77ef58a)
43 coclass WAVEParser {}
46 helpstring("GStreamer splitter"),
47 threading(both),
48 uuid(f9d8d64e-a144-47dc-8ee0-f53498372c29)
50 coclass Gstreamer_Splitter {}
53 threading(both),
54 uuid(88753b26-5b24-49bd-b2e7-0c445c78c982)
56 coclass VideoProcessorMFT {}
59 helpstring("Generic Decodebin Byte Stream Handler"),
60 threading(both),
61 uuid(317df618-5e5a-468a-9f15-d827a9a08162)
63 coclass GStreamerByteStreamHandler {}