Compile fix

Original commit message from CVS:
Compile fix
This commit is contained in:
Ronald S. Bultje 2002-12-02 22:45:56 +00:00
parent 6d4838bb87
commit 9b4df28181
2 changed files with 3 additions and 2 deletions

2
common

@ -1 +1 @@
Subproject commit f2d9b99515c73da09bfe307d273d320f79a226da
Subproject commit c73793f7022cbc8ffd39f9c0b0587078f47c0b06

View file

@ -155,6 +155,8 @@ gst_dxr3_video_sink_class_init (GstDxr3VideoSinkClass *klass)
gobject_class->set_property = gst_dxr3_video_sink_set_property;
gobject_class->get_property = gst_dxr3_video_sink_get_property;
gstelement_class->set_clock = gst_dxr3_video_sink_set_clock;
}
static void
@ -192,7 +194,6 @@ gst_dxr3_video_sink_init(GstDxr3VideoSink *dxr3_video_sink)
gst_pad_set_event_function(dxr3_video_sink->sinkpad, gst_dxr3_video_sink_handle_event);
dxr3_video_sink->clock = NULL;
GST_ELEMENT(dxr3_video_sink)->setclockfunc = gst_dxr3_video_sink_set_clock;
}
static gboolean