1. 06 Oct, 2014 1 commit
    • Samuel Martin's avatar
      cmake: fix gstreamer check conditions · 38bb0db9
      Samuel Martin authored
      The current situation of the Gstreamer detection does not always honor
      all the configurations set by the user, among this:
      - if both WITH_GSTREAMER and WITH_GSTREAMER_0_10 are off, but
        Gstreamer 0.10 is installed in the system, Gstreamer 0.10 support will
        be enable;
      - if both WITH_GSTREAMER and WITH_GSTREAMER_0_10 are on, only checks for
        Gstreamer 0.10 will be run.
      
      This patch fixes the Gstreamer detection like this:
      
        |        -DWITH_...          | Package installed  ||    OpenCV    |
        | GSTREAMER | GSTREAMER_0_10 | gst-1.x | gst-0.10 || gst. support |
        +===========+================+=========+==========##==============+
        |    OFF    |      OFF       |    -    |    -     ||     none     |
        |    OFF    |      ON        |    -    |    no    ||     none     |
        |    OFF    |      ON        |    -    |   yes    ||   gst-0.10   |
        |    ON     |      OFF       |    no   |    no    ||     none     |
        |    ON     |      OFF       |    no   |   yes    ||   gst-0.10   |
        |    ON     |      OFF       |   yes   |    -     ||    gst-1.x   |
        |    ON     |      ON        |   yes   |    -     ||    gst-1.x   |
      Signed-off-by: 's avatarSamuel Martin <s.martin49@gmail.com>
      38bb0db9
  2. 02 Oct, 2014 2 commits
  3. 01 Oct, 2014 5 commits
  4. 30 Sep, 2014 10 commits
  5. 29 Sep, 2014 5 commits
  6. 27 Sep, 2014 2 commits
  7. 26 Sep, 2014 1 commit
  8. 25 Sep, 2014 1 commit
  9. 24 Sep, 2014 4 commits
  10. 23 Sep, 2014 7 commits
  11. 22 Sep, 2014 2 commits