PolymerElements / app-media

Elements for accessing data from media input devices and visualizing that data for users
61 stars 12 forks source link

Check for valid stream before computing recorder #47

Closed JaySunSyn closed 6 years ago

JaySunSyn commented 6 years ago

mimeType gets computed after recorder. Checking for valid mimeType is in the computing function of recorder is not enough.

See https://github.com/PolymerElements/app-media/issues/46

cdata commented 6 years ago

Thanks for the contribution!