[Bug 629244] [opencv] Add motion detection element

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jul 6 10:18:44 PDT 2011


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

--- Comment #112 from Roman Gaufman <hackeron at gmail.com> 2011-07-06 17:18:40 UTC ---
@Robert

Maybe because I'm patching against the release tarball source? - not sure.

Comment 86 patch appears to be included in your latest patch, I'm seeing
POST_NO_MOTION.

I'm also seeing parts of the patch in Comment 84 included - for instance I'm
seeing:
(gint64) (GST_BUFFER_TIMESTAMP (buf) / GST_MSECOND) -

But then I'm also seeing:
filter->diff_timestamp = (long int) (GST_BUFFER_TIMESTAMP(buf)/GST_MSECOND);
In the patch it is:
filter->diff_timestamp = (gint64) (GST_BUFFER_TIMESTAMP (buf) / GST_MSECOND);

Is there any reason to use a long int instead of gint64?

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