Merge lp:~brunogirin/python-snippets/gstreamer-basics into lp:~jonobacon/python-snippets/trunk
Proposed by
Bruno Girin
Status: | Needs review |
---|---|
Proposed branch: | lp:~brunogirin/python-snippets/gstreamer-basics |
Merge into: | lp:~jonobacon/python-snippets/trunk |
Diff against target: |
195 lines (+186/-0) 2 files modified
gstreamer/cdaudio.py (+110/-0) gstreamer/webcam.py (+76/-0) |
To merge this branch: | bzr merge lp:~brunogirin/python-snippets/gstreamer-basics |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jono Bacon | Pending | ||
Review via email:
|
Description of the change
Added two snippets:
- stream an audio CD to standard audio output (pulse)
- stream from a webcam, scale the stream and display in a small window
To post a comment you must log in.
Unmerged revisions
- 100. By Bruno Girin
-
Added snippets to play audio CDs and display a webcam input