inter: Fix compilation

Fix up previously botched rebase.
This commit is contained in:
David Schleef 2012-01-22 16:55:46 -08:00
parent 3b8b87cb6c
commit 96f7c5374f
2 changed files with 0 additions and 8 deletions

View file

@ -146,10 +146,6 @@ gst_inter_sub_sink_init (GstInterSubSink * intersubsink,
GstInterSubSinkClass * intersubsink_class)
{
intersubsink->sinkpad =
gst_pad_new_from_static_template (&gst_inter_sub_sink_sink_template,
"sink");
intersubsink->surface = gst_inter_surface_get ("default");
intersubsink->fps_n = 1;

View file

@ -157,10 +157,6 @@ gst_inter_video_sink_init (GstInterVideoSink * intervideosink,
{
intervideosink->surface = gst_inter_surface_get ("default");
intervideosink->sinkpad =
gst_pad_new_from_static_template (&gst_inter_video_sink_sink_template,
"sink");
intervideosink->channel = g_strdup ("default");
}