[Bug 629244] [opencv] Add motion detection element

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Jun 5 12:55:02 PDT 2011


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

--- Comment #81 from Stefan Kost (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2011-06-05 19:54:57 UTC ---
Robert,

yes you can add the line to your bashrc and then use valgrind by just running

vg_memcheck gst-launch-0.10 v4l2src !
video/x-raw-yuv,width=320,height=240,framerate=5/1 ! ffmpegcolorspace !
motioncells ! ffmpegcolorspace ! xvimagesink

But you can also just use the command as I've shown there. You can prefix any
command in a shell with environment variable for just this command. E.g.
HELLO="robert" /bin/echo $HELLO

The env-vars mentioned in my previous comment are meant to make glib or libc
more valgrind friendly.

-- 
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