• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* GStreamer
2  * Copyright (C) <1999> Erik Walthinsen <omega@cse.ogi.edu>
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Library General Public
6  * License as published by the Free Software Foundation; either
7  * version 2 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Library General Public License for more details.
13  *
14  * You should have received a copy of the GNU Library General Public
15  * License along with this library; if not, write to the
16  * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
17  * Boston, MA 02110-1301, USA.
18  */
19 
20 #ifdef HAVE_CONFIG_H
21 #include "config.h"
22 #endif
23 
24 #include <gst/tag/tag.h>
25 
26 #include "gstrtpelements.h"
27 
28 
29 static gboolean
plugin_init(GstPlugin * plugin)30 plugin_init (GstPlugin * plugin)
31 {
32   gboolean ret = FALSE;
33 
34   ret |= GST_ELEMENT_REGISTER (rtpac3depay, plugin);
35   ret |= GST_ELEMENT_REGISTER (rtpac3pay, plugin);
36   ret |= GST_ELEMENT_REGISTER (rtpbvdepay, plugin);
37   ret |= GST_ELEMENT_REGISTER (rtpbvpay, plugin);
38   ret |= GST_ELEMENT_REGISTER (rtpceltdepay, plugin);
39   ret |= GST_ELEMENT_REGISTER (rtpceltpay, plugin);
40   ret |= GST_ELEMENT_REGISTER (rtpdvdepay, plugin);
41   ret |= GST_ELEMENT_REGISTER (rtpdvpay, plugin);
42   ret |= GST_ELEMENT_REGISTER (rtpgstdepay, plugin);
43   ret |= GST_ELEMENT_REGISTER (rtpgstpay, plugin);
44   ret |= GST_ELEMENT_REGISTER (rtpilbcpay, plugin);
45   ret |= GST_ELEMENT_REGISTER (rtpilbcdepay, plugin);
46   ret |= GST_ELEMENT_REGISTER (rtpg722depay, plugin);
47   ret |= GST_ELEMENT_REGISTER (rtpg722pay, plugin);
48   ret |= GST_ELEMENT_REGISTER (rtpg723depay, plugin);
49   ret |= GST_ELEMENT_REGISTER (rtpg723pay, plugin);
50   ret |= GST_ELEMENT_REGISTER (rtpg726depay, plugin);
51   ret |= GST_ELEMENT_REGISTER (rtpg726pay, plugin);
52   ret |= GST_ELEMENT_REGISTER (rtpg729depay, plugin);
53   ret |= GST_ELEMENT_REGISTER (rtpg729pay, plugin);
54   ret |= GST_ELEMENT_REGISTER (rtpgsmdepay, plugin);
55   ret |= GST_ELEMENT_REGISTER (rtpgsmpay, plugin);
56   ret |= GST_ELEMENT_REGISTER (rtpamrdepay, plugin);
57   ret |= GST_ELEMENT_REGISTER (rtpamrpay, plugin);
58   ret |= GST_ELEMENT_REGISTER (rtppcmadepay, plugin);
59   ret |= GST_ELEMENT_REGISTER (rtppcmudepay, plugin);
60   ret |= GST_ELEMENT_REGISTER (rtppcmupay, plugin);
61   ret |= GST_ELEMENT_REGISTER (rtppcmapay, plugin);
62   ret |= GST_ELEMENT_REGISTER (rtpmpadepay, plugin);
63   ret |= GST_ELEMENT_REGISTER (rtpmpapay, plugin);
64   ret |= GST_ELEMENT_REGISTER (rtpmparobustdepay, plugin);
65   ret |= GST_ELEMENT_REGISTER (rtpmpvdepay, plugin);
66   ret |= GST_ELEMENT_REGISTER (rtpmpvpay, plugin);
67   ret |= GST_ELEMENT_REGISTER (rtpopusdepay, plugin);
68   ret |= GST_ELEMENT_REGISTER (rtpopuspay, plugin);
69   ret |= GST_ELEMENT_REGISTER (rtph261pay, plugin);
70   ret |= GST_ELEMENT_REGISTER (rtph261depay, plugin);
71   ret |= GST_ELEMENT_REGISTER (rtph263ppay, plugin);
72   ret |= GST_ELEMENT_REGISTER (rtph263pdepay, plugin);
73   ret |= GST_ELEMENT_REGISTER (rtph263depay, plugin);
74   ret |= GST_ELEMENT_REGISTER (rtph263pay, plugin);
75   ret |= GST_ELEMENT_REGISTER (rtph264depay, plugin);
76   ret |= GST_ELEMENT_REGISTER (rtph264pay, plugin);
77   ret |= GST_ELEMENT_REGISTER (rtph265depay, plugin);
78   ret |= GST_ELEMENT_REGISTER (rtph265pay, plugin);
79   ret |= GST_ELEMENT_REGISTER (rtpj2kdepay, plugin);
80   ret |= GST_ELEMENT_REGISTER (rtpj2kpay, plugin);
81   ret |= GST_ELEMENT_REGISTER (rtpjpegdepay, plugin);
82   ret |= GST_ELEMENT_REGISTER (rtpjpegpay, plugin);
83   ret |= GST_ELEMENT_REGISTER (rtpklvdepay, plugin);
84   ret |= GST_ELEMENT_REGISTER (rtpklvpay, plugin);
85   ret |= GST_ELEMENT_REGISTER (rtpL8pay, plugin);
86   ret |= GST_ELEMENT_REGISTER (rtpL8depay, plugin);
87   ret |= GST_ELEMENT_REGISTER (rtpL16pay, plugin);
88   ret |= GST_ELEMENT_REGISTER (rtpL16depay, plugin);
89   ret |= GST_ELEMENT_REGISTER (rtpL24pay, plugin);
90   ret |= GST_ELEMENT_REGISTER (rtpL24depay, plugin);
91   ret |= GST_ELEMENT_REGISTER (rtpldacpay, plugin);
92   ret |= GST_ELEMENT_REGISTER (asteriskh263, plugin);
93   ret |= GST_ELEMENT_REGISTER (rtpmp1sdepay, plugin);
94   ret |= GST_ELEMENT_REGISTER (rtpmp2tdepay, plugin);
95   ret |= GST_ELEMENT_REGISTER (rtpmp2tpay, plugin);
96   ret |= GST_ELEMENT_REGISTER (rtpmp4vpay, plugin);
97   ret |= GST_ELEMENT_REGISTER (rtpmp4vdepay, plugin);
98   ret |= GST_ELEMENT_REGISTER (rtpmp4apay, plugin);
99   ret |= GST_ELEMENT_REGISTER (rtpmp4adepay, plugin);
100   ret |= GST_ELEMENT_REGISTER (rtpmp4gdepay, plugin);
101   ret |= GST_ELEMENT_REGISTER (rtpmp4gpay, plugin);
102   ret |= GST_ELEMENT_REGISTER (rtpqcelpdepay, plugin);
103   ret |= GST_ELEMENT_REGISTER (rtpqdm2depay, plugin);
104   ret |= GST_ELEMENT_REGISTER (rtpsbcdepay, plugin);
105   ret |= GST_ELEMENT_REGISTER (rtpsbcpay, plugin);
106   ret |= GST_ELEMENT_REGISTER (rtpsirenpay, plugin);
107   ret |= GST_ELEMENT_REGISTER (rtpsirendepay, plugin);
108   ret |= GST_ELEMENT_REGISTER (rtpspeexpay, plugin);
109   ret |= GST_ELEMENT_REGISTER (rtpspeexdepay, plugin);
110   ret |= GST_ELEMENT_REGISTER (rtpsv3vdepay, plugin);
111   ret |= GST_ELEMENT_REGISTER (rtptheoradepay, plugin);
112   ret |= GST_ELEMENT_REGISTER (rtptheorapay, plugin);
113   ret |= GST_ELEMENT_REGISTER (rtpvorbisdepay, plugin);
114   ret |= GST_ELEMENT_REGISTER (rtpvorbispay, plugin);
115   ret |= GST_ELEMENT_REGISTER (rtpvp8depay, plugin);
116   ret |= GST_ELEMENT_REGISTER (rtpvp8pay, plugin);
117   ret |= GST_ELEMENT_REGISTER (rtpvp9depay, plugin);
118   ret |= GST_ELEMENT_REGISTER (rtpvp9pay, plugin);
119   ret |= GST_ELEMENT_REGISTER (rtpvrawdepay, plugin);
120   ret |= GST_ELEMENT_REGISTER (rtpvrawpay, plugin);
121   ret |= GST_ELEMENT_REGISTER (rtpstreampay, plugin);
122   ret |= GST_ELEMENT_REGISTER (rtpstreamdepay, plugin);
123   ret |= GST_ELEMENT_REGISTER (rtpisacpay, plugin);
124   ret |= GST_ELEMENT_REGISTER (rtpisacdepay, plugin);
125   ret |= GST_ELEMENT_REGISTER (rtpredenc, plugin);
126   ret |= GST_ELEMENT_REGISTER (rtpreddec, plugin);
127   ret |= GST_ELEMENT_REGISTER (rtpulpfecdec, plugin);
128   ret |= GST_ELEMENT_REGISTER (rtpulpfecenc, plugin);
129   ret |= GST_ELEMENT_REGISTER (rtpstorage, plugin);
130   ret |= GST_ELEMENT_REGISTER (rtphdrextcolorspace, plugin);
131 
132   return ret;
133 }
134 
135 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
136     GST_VERSION_MINOR,
137     rtp,
138     "Real-time protocol plugins",
139     plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
140