Skip to content
This repository was archived by the owner on May 28, 2022. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Freeseer/freeseer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bfd13fe214e5e2477ff578003210c8871bf7aef9
Choose a base ref
...
head repository: Freeseer/freeseer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a10ea7bf028e60c1492fb03c05e02aa2da2e7bb2
Choose a head ref

Commits on Nov 16, 2014

  1. Fix #654. Recording from USB Source Broken

    Adds methods to generate valid default values for
    plugins with multiple input sources.
    
    Affected plugins:
    - USB video source
    - Firewire video source
    - Pulse audio source
    FranciscoCanas committed Nov 16, 2014
    Copy the full SHA
    f18760b View commit details

Commits on Nov 17, 2014

  1. Copy the full SHA
    a3a0dcd View commit details
  2. Copy the full SHA
    efe8c03 View commit details

Commits on Nov 20, 2014

  1. Copy the full SHA
    c35528f View commit details
  2. Copy the full SHA
    5fd5d76 View commit details
  3. Adds plugin type map.

    FranciscoCanas committed Nov 20, 2014
    Copy the full SHA
    918a29d View commit details
  4. Copy the full SHA
    7a4d35a View commit details
  5. Copy the full SHA
    63b8429 View commit details
  6. Copy the full SHA
    e2bffac View commit details
  7. Copy the full SHA
    fbfdd5a View commit details
  8. Copy the full SHA
    e89c8c7 View commit details
  9. Copy the full SHA
    03199a3 View commit details
  10. Copy the full SHA
    4efb429 View commit details
  11. Copy the full SHA
    c643f03 View commit details
  12. Copy the full SHA
    fef34d8 View commit details
  13. Copy the full SHA
    36ee2d3 View commit details
  14. Copy the full SHA
    518d190 View commit details
  15. Copy the full SHA
    32ea4ee View commit details
  16. Copy the full SHA
    c13ff72 View commit details
  17. Copy the full SHA
    a6ff176 View commit details
  18. Copy the full SHA
    109fa11 View commit details
  19. Copy the full SHA
    07649ef View commit details
  20. Copy the full SHA
    8a6ab91 View commit details
  21. Copy the full SHA
    81bd6a4 View commit details
  22. Copy the full SHA
    a10ea7b View commit details
2 changes: 2 additions & 0 deletions src/freeseer/frontend/controller/__init__.py
Original file line number Diff line number Diff line change
@@ -27,5 +27,7 @@
app = Flask(__name__)

from freeseer.frontend.controller.recording import recording
from freeseer.frontend.controller.configuration import configuration

app.register_blueprint(recording)
app.register_blueprint(configuration)
Loading