run gst-indent

This commit is contained in:
Joshua M. Doe
2017-09-26 12:48:06 -04:00
parent bbba3dae51
commit f0481289d8
5 changed files with 49 additions and 50 deletions

View File

@@ -215,7 +215,7 @@ gst_euresys_pixel_timing_get_type (void)
static const GEnumValue euresys_pixel_timing[] = {
{GST_EURESYS_PIXEL_TIMING_SQUARE, "square", "Produce square pixels"},
{GST_EURESYS_PIXEL_TIMING_BROADCAST, "broadcast",
"Produce broadcast pixels"},
"Produce broadcast pixels"},
{0, NULL, NULL},
};