From 9b4df2818191705563968a52d6fc208e432617ef Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Mon, 2 Dec 2002 22:45:56 +0000 Subject: Compile fix Original commit message from CVS: Compile fix --- common | 2 +- sys/dxr3/gstdxr3videosink.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/common b/common index f2d9b995..c73793f7 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit f2d9b99515c73da09bfe307d273d320f79a226da +Subproject commit c73793f7022cbc8ffd39f9c0b0587078f47c0b06 diff --git a/sys/dxr3/gstdxr3videosink.c b/sys/dxr3/gstdxr3videosink.c index d760f9de..4d9a944b 100644 --- a/sys/dxr3/gstdxr3videosink.c +++ b/sys/dxr3/gstdxr3videosink.c @@ -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 -- cgit v1.2.1