run gst-indent
This commit is contained in:
parent
bbba3dae51
commit
f0481289d8
@ -204,8 +204,7 @@ gst_freeimagedec_class_init (GstFreeImageDecClass * klass,
|
||||
description = g_strdup_printf ("Decode %s (%s) images",
|
||||
format_description, extensions);
|
||||
gst_element_class_set_details_simple (gstelement_class, longname,
|
||||
"Codec/Decoder/Image",
|
||||
description, "Joshua M. Doe <oss@nvl.army.mil>");
|
||||
"Codec/Decoder/Image", description, "Joshua M. Doe <oss@nvl.army.mil>");
|
||||
g_free (longname);
|
||||
g_free (description);
|
||||
|
||||
|
||||
@ -136,8 +136,7 @@ gst_freeimageenc_class_init (GstFreeImageEncClass * klass,
|
||||
description = g_strdup_printf ("Encode %s (%s) images",
|
||||
format_description, extensions);
|
||||
gst_element_class_set_details_simple (gstelement_class, longname,
|
||||
"Codec/Encoder/Image",
|
||||
description, "Joshua M. Doe <oss@nvl.army.mil>");
|
||||
"Codec/Encoder/Image", description, "Joshua M. Doe <oss@nvl.army.mil>");
|
||||
g_free (longname);
|
||||
g_free (description);
|
||||
}
|
||||
|
||||
@ -784,4 +784,5 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||
GST_VERSION_MINOR,
|
||||
pixci,
|
||||
"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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user