sugarlabs / showntell-activity

ShowNTell expands the capabilities of ClassroomPresenter to enable users to create presentations on the XO and to record audio descriptions of the slides.
GNU General Public License v2.0
0 stars 6 forks source link

Uses both GStreamer 0.10 and 1.0 #3

Closed quozl closed 6 years ago

quozl commented 6 years ago

textarea.py contains both a gst-launch-0.10 command line and uses GStreamer 1.0 in rest of code; it should be ported to use GStreamer 1.0 entirely.

quozl commented 6 years ago

With 98bb4f0, contains use of gst-launch-0.10 and imports GStreamer 1.0 without using it. Still needs porting to GStreamer 1.0.

chimosky commented 6 years ago

Fixed #6.