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

@ -204,8 +204,7 @@ gst_freeimagedec_class_init (GstFreeImageDecClass * klass,
description = g_strdup_printf ("Decode %s (%s) images", description = g_strdup_printf ("Decode %s (%s) images",
format_description, extensions); format_description, extensions);
gst_element_class_set_details_simple (gstelement_class, longname, gst_element_class_set_details_simple (gstelement_class, longname,
"Codec/Decoder/Image", "Codec/Decoder/Image", description, "Joshua M. Doe <oss@nvl.army.mil>");
description, "Joshua M. Doe <oss@nvl.army.mil>");
g_free (longname); g_free (longname);
g_free (description); g_free (description);

View File

@ -136,8 +136,7 @@ gst_freeimageenc_class_init (GstFreeImageEncClass * klass,
description = g_strdup_printf ("Encode %s (%s) images", description = g_strdup_printf ("Encode %s (%s) images",
format_description, extensions); format_description, extensions);
gst_element_class_set_details_simple (gstelement_class, longname, gst_element_class_set_details_simple (gstelement_class, longname,
"Codec/Encoder/Image", "Codec/Encoder/Image", description, "Joshua M. Doe <oss@nvl.army.mil>");
description, "Joshua M. Doe <oss@nvl.army.mil>");
g_free (longname); g_free (longname);
g_free (description); g_free (description);
} }

View File

@ -454,7 +454,7 @@ gst_edt_pdv_src_create (GstPushSrc * psrc, GstBuffer ** buf)
src->total_timeouts = timeouts; src->total_timeouts = timeouts;
/* TODO: perhaps call twice as in take.c to be more robust */ /* TODO: perhaps call twice as in take.c to be more robust */
pdv_timeout_restart(src->dev, TRUE); pdv_timeout_restart (src->dev, TRUE);
} }
/* TODO: use allocator */ /* TODO: use allocator */

View File

@ -784,4 +784,5 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR, GST_VERSION_MINOR,
pixci, pixci,
"Pixci frame grabber source", "Pixci frame grabber source",
plugin_init, GST_PACKAGE_VERSION, GST_PACKAGE_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) plugin_init, GST_PACKAGE_VERSION, GST_PACKAGE_LICENSE, GST_PACKAGE_NAME,
GST_PACKAGE_ORIGIN)