[Bug 721701] Performance penalty for videoscale and I420 to BGRA for 1.2.0-1.2.2 and common ubuntu

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jan 9 20:07:09 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=721701
  GStreamer | gst-plugins-base | 1.2.2

--- Comment #11 from Ryan Lortie (desrt) <desrt at desrt.ca> 2014-01-10 04:07:03 UTC ---
Seems that the problem is this:

[desrt at moonpix videoconvert]$ make V=1
cp ./gstvideoconvertorc-dist.c tmp-orc.c
cp ./gstvideoconvertorc-dist.h gstvideoconvertorc.h
make  all-am

from the Makefile.am:

# When 'make dist' is run at the top level, or 'make orc-update'
# in a directory including this fragment, the generated source 
# files will be copied to $(ORC_SOURCE)-dist.[ch].  These files
# should be checked in to git, since they are used if Orc is
# disabled.


The checked in -dist copies of these files are the old ones and I don't have
ORC enabled, so I'm not rebuilding them.  I guess you need to check in the
updates?

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