summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2002-12-02 22:45:56 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2002-12-02 22:45:56 +0000
commit9b4df2818191705563968a52d6fc208e432617ef (patch)
tree30e896027f829983dff16258beb9e68444ecf43d
parent6d4838bb87d89ec861917426e22d1314eb4476de (diff)
downloadgstreamer-plugins-bad-9b4df2818191705563968a52d6fc208e432617ef.tar.gz
Compile fix
Original commit message from CVS: Compile fix
m---------common0
-rw-r--r--sys/dxr3/gstdxr3videosink.c3
2 files changed, 2 insertions, 1 deletions
diff --git a/common b/common
-Subproject f2d9b99515c73da09bfe307d273d320f79a226d
+Subproject c73793f7022cbc8ffd39f9c0b0587078f47c0b0
diff --git a/sys/dxr3/gstdxr3videosink.c b/sys/dxr3/gstdxr3videosink.c
index d760f9de1..4d9a944bc 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