[Bug 629244] [opencv] Add motion detection element

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue May 3 05:20:42 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=629244
  GStreamer | gst-plugins-bad | git

--- Comment #38 from Robert Jobbagy <jobbagy.robert at gmail.com> 2011-05-03 12:20:35 UTC ---
Hi again,

I eliminated all warnings.
And format the source files with (from GST website): 

indent \
  --braces-on-if-line \
  --case-brace-indentation0 \
  --case-indentation2 \
  --braces-after-struct-decl-line \
  --line-length80 \
  --no-tabs \
  --cuddle-else \
  --dont-line-up-parentheses \
  --continuation-indentation4 \
  --honour-newlines \
  --tab-size8 \
  --indent-level2

Add | G_PARAM_STATIC_STRINGS flags
and made this rename:
GST_BOILERPLATE(Gstmotioncells, gst_motioncells, GstElement,
GST_TYPE_ELEMENT);


I hope every things is fine now :)

attached the patch

Robert

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list