From 441cfeb2ce1b722a871f9678b1c09f95e73bd7a8 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 20 Dec 2012 16:44:24 +0100 Subject: [PATCH] 1394clock: mark our clock type as OTHER --- ext/raw1394/gst1394clock.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/raw1394/gst1394clock.c b/ext/raw1394/gst1394clock.c index 423eadcded..977ba00b3a 100644 --- a/ext/raw1394/gst1394clock.c +++ b/ext/raw1394/gst1394clock.c @@ -97,7 +97,8 @@ Gst1394Clock * gst_1394_clock_new (const gchar * name) { Gst1394Clock *_1394clock = - GST_1394_CLOCK (g_object_new (GST_TYPE_1394_CLOCK, "name", name, NULL)); + GST_1394_CLOCK (g_object_new (GST_TYPE_1394_CLOCK, "name", name, + "clock-type", GST_CLOCK_TYPE_OTHER, NULL)); return _1394clock; }