[gst-cvs] gst-plugins-bad: opencv: Refactor files structure

Thiago Sousa Santos thiagoss at kemper.freedesktop.org
Wed Sep 8 13:23:34 PDT 2010


Module: gst-plugins-bad
Branch: master
Commit: 27fedbb3520ca4fdad230c31a249848ef50cc97f
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=27fedbb3520ca4fdad230c31a249848ef50cc97f

Author: Thiago Santos <thiago.sousa.santos at collabora.co.uk>
Date:   Wed Sep  8 14:59:54 2010 -0300

opencv: Refactor files structure

Remove internal folders and put all code inside the main plugin
folder. Also fixes some building warnings.

---

 ext/opencv/Makefile.am                             |   64 ++++++++--------
 ext/opencv/basicfilters/Makefile.am                |   28 -------
 ext/opencv/edgedetect/Makefile.am                  |   15 ----
 ext/opencv/faceblur/Makefile.am                    |   15 ----
 ext/opencv/facedetect/Makefile.am                  |   17 ----
 ext/opencv/{basicfilters => }/gstcvdilate.c        |    0 
 ext/opencv/{basicfilters => }/gstcvdilate.h        |    0 
 ext/opencv/{basicfilters => }/gstcvdilateerode.c   |    3 +-
 ext/opencv/{basicfilters => }/gstcvdilateerode.h   |    0 
 ext/opencv/{basicfilters => }/gstcvequalizehist.c  |    6 +-
 ext/opencv/{basicfilters => }/gstcvequalizehist.h  |    0 
 ext/opencv/{basicfilters => }/gstcverode.c         |    0 
 ext/opencv/{basicfilters => }/gstcverode.h         |    0 
 ext/opencv/{basicfilters => }/gstcvlaplace.c       |    0 
 ext/opencv/{basicfilters => }/gstcvlaplace.h       |    0 
 ext/opencv/{basicfilters => }/gstcvsmooth.c        |    0 
 ext/opencv/{basicfilters => }/gstcvsmooth.h        |    0 
 ext/opencv/{basicfilters => }/gstcvsobel.c         |    0 
 ext/opencv/{basicfilters => }/gstcvsobel.h         |    0 
 ext/opencv/{edgedetect => }/gstedgedetect.c        |    0 
 ext/opencv/{edgedetect => }/gstedgedetect.h        |    0 
 ext/opencv/{faceblur => }/gstfaceblur.c            |    2 +-
 ext/opencv/{faceblur => }/gstfaceblur.h            |    0 
 ext/opencv/{facedetect => }/gstfacedetect.c        |    4 +-
 ext/opencv/{facedetect => }/gstfacedetect.h        |    0 
 ext/opencv/gstopencvutils.c                        |    2 +-
 .../{pyramidsegment => }/gstpyramidsegment.c       |    0 
 .../{pyramidsegment => }/gstpyramidsegment.h       |    0 
 ext/opencv/{templatematch => }/gsttemplatematch.c  |   10 ++-
 ext/opencv/{templatematch => }/gsttemplatematch.h  |    0 
 ext/opencv/{textwrite => }/gsttextwrite.c          |   79 ++++++++++----------
 ext/opencv/{textwrite => }/gsttextwrite.h          |    0 
 ext/opencv/pyramidsegment/Makefile.am              |   13 ---
 ext/opencv/templatematch/Makefile.am               |   15 ----
 ext/opencv/textwrite/Makefile.am                   |   15 ----
 35 files changed, 85 insertions(+), 203 deletions(-)

Diff:   http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/diff/?id=27fedbb3520ca4fdad230c31a249848ef50cc97f




More information about the Gstreamer-commits mailing list