summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-12-20 16:44:24 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2012-12-20 16:44:24 +0100
commit441cfeb2ce1b722a871f9678b1c09f95e73bd7a8 (patch)
tree1037b2da5695623457e8ea309fffc800b9f5ae0c /ext
parent60fa4536e293a121f6f550b4efca193da16c4245 (diff)
1394clock: mark our clock type as OTHER
Diffstat (limited to 'ext')
-rw-r--r--ext/raw1394/gst1394clock.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/raw1394/gst1394clock.c b/ext/raw1394/gst1394clock.c
index 423eadcde..977ba00b3 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;
}