summaryrefslogtreecommitdiff
path: root/gst/gstnicesrc.c
diff options
context:
space:
mode:
authorDafydd Harries <dafydd.harries@collabora.co.uk>2007-02-08 15:56:00 +0000
committerDafydd Harries <dafydd.harries@collabora.co.uk>2007-02-08 15:56:00 +0000
commit4743974aa7caf236c88bd714b62d9013e5ff3b4c (patch)
treea75cda1d56a26681edae7fa324d37697c1c4241d /gst/gstnicesrc.c
parent7832372d8b50f903e3f3abeda962a13088348764 (diff)
downloadlibnice-4743974aa7caf236c88bd714b62d9013e5ff3b4c.tar.gz
split gst plugin init into separate file
darcs-hash:20070208155650-c9803-0394e95955c04e9f37887dfb61e27ac1c3db0deb.gz
Diffstat (limited to 'gst/gstnicesrc.c')
-rw-r--r--gst/gstnicesrc.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/gst/gstnicesrc.c b/gst/gstnicesrc.c
index a2910ee..ddfc7aa 100644
--- a/gst/gstnicesrc.c
+++ b/gst/gstnicesrc.c
@@ -32,21 +32,6 @@ GST_STATIC_PAD_TEMPLATE (
GST_BOILERPLATE (GstNiceSrc, gst_nice_src, GstBaseSrc, GST_TYPE_BASE_SRC);
-static gboolean
-plugin_init (GstPlugin * plugin)
-{
- return gst_element_register (plugin, "nicesrc", GST_RANK_NONE,
- GST_TYPE_NICE_SRC);
-}
-
-GST_PLUGIN_DEFINE (
- GST_VERSION_MAJOR,
- GST_VERSION_MINOR,
- "nicesrc",
- "Interactive UDP connectivity establishment",
- plugin_init, VERSION, "LGPL", PACKAGE_NAME,
- "http://telepathy.freedesktop.org/wiki/");
-
enum
{
PROP_AGENT = 1,