projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60fa453
)
1394clock: mark our clock type as OTHER
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Thu, 20 Dec 2012 15:44:24 +0000
(16:44 +0100)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Thu, 20 Dec 2012 15:44:24 +0000
(16:44 +0100)
ext/raw1394/gst1394clock.c
patch
|
blob
|
history
diff --git
a/ext/raw1394/gst1394clock.c
b/ext/raw1394/gst1394clock.c
index 423eadcded0f26edfd30853ce4fd24deef7ac305..977ba00b3a73b7bda0ea1ee261ea253e8632a265 100644
(file)
--- 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;
}