diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2012-11-06 11:49:56 +0100 |
---|---|---|
committer | Olivier Crête <olivier.crete@collabora.com> | 2012-11-07 11:17:26 +0100 |
commit | 73a478b02fcb71e2fe9ed104fa2b1125b84c5460 (patch) | |
tree | 91e0758af8f28548c83b28c8c40905866a96dee3 | |
parent | c237f04233bc53022df17909cb185e3ea0c67c37 (diff) |
videocrop: Style fix
https://bugzilla.gnome.org/show_bug.cgi?id=687655
-rw-r--r-- | gst/videocrop/gstvideocrop.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/videocrop/gstvideocrop.c b/gst/videocrop/gstvideocrop.c index 04b6e61ce..14c7bac25 100644 --- a/gst/videocrop/gstvideocrop.c +++ b/gst/videocrop/gstvideocrop.c @@ -147,8 +147,7 @@ gst_video_crop_base_init (gpointer g_class) "Crops video into a user-defined region", "Tim-Philipp Müller <tim centricular net>"); - gst_element_class_add_static_pad_template (element_class, - &sink_template); + gst_element_class_add_static_pad_template (element_class, &sink_template); gst_element_class_add_static_pad_template (element_class, &src_template); } |