decklink: Fix indention

This commit is contained in:
Sebastian Dröge 2014-12-29 11:49:42 +01:00
parent afc392c47b
commit 0122a9d1b6

View file

@ -434,7 +434,8 @@ init_devices (gpointer data)
GST_WARNING ("selected device does not have output interface"); GST_WARNING ("selected device does not have output interface");
} else { } else {
devices[i].output.device = decklink; devices[i].output.device = decklink;
devices[i].output.clock = gst_decklink_clock_new ("GstDecklinkOutputClock"); devices[i].output.clock =
gst_decklink_clock_new ("GstDecklinkOutputClock");
GST_DECKLINK_CLOCK_CAST (devices[i].output.clock)->output = GST_DECKLINK_CLOCK_CAST (devices[i].output.clock)->output =
devices[i].output.output; devices[i].output.output;
} }