summaryrefslogtreecommitdiff
path: root/gst/inter/gstinter.c
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2012-01-22 15:49:12 -0800
committerDavid Schleef <ds@schleef.org>2012-01-22 15:52:15 -0800
commit4eb4602746e6d9ed78b2d822d189a33e099f8836 (patch)
tree8100416e1e3e9070c3f48f95e7be92a724b69015 /gst/inter/gstinter.c
parente2abd5c83390032531f4470cc9356119cecb44e6 (diff)
downloadgstreamer-plugins-bad-4eb4602746e6d9ed78b2d822d189a33e099f8836.tar.gz
inter: Add channel property
Diffstat (limited to 'gst/inter/gstinter.c')
-rw-r--r--gst/inter/gstinter.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/inter/gstinter.c b/gst/inter/gstinter.c
index bae82bc0f..8a7786dbc 100644
--- a/gst/inter/gstinter.c
+++ b/gst/inter/gstinter.c
@@ -45,8 +45,6 @@ plugin_init (GstPlugin * plugin)
gst_element_register (plugin, "intervideosink", GST_RANK_NONE,
GST_TYPE_INTER_VIDEO_SINK);
- gst_inter_surface_init ();
-
return TRUE;
}