mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
1394clock: mark our clock type as OTHER
This commit is contained in:
parent
60fa4536e2
commit
441cfeb2ce
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue