WebcamStudio / webcamstudio

This is only a testing ground code for WebcamStudio. You may find the official up-to-date code of the WebcamStudio Project on SourceForge here:
https://sourceforge.net/p/webcamstudio/code/HEAD/tree/
GNU General Public License v3.0
23 stars 3 forks source link

Cannot load video if it doesn't have an audio track #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Find a video with no audio (or remove audio track from a video)
2. Try to load video into webcamstudio

What is the expected output? What do you see instead?
I expect the video to start playing but it sometimes causes the program to 
hang/stop responding

What version of the product are you using? On what operating system?
webcamstudio_0.57alpha2_all.deb on Ubuntu 10.10

Original issue reported on code.google.com by bv3...@gmail.com on 8 Apr 2011 at 9:54

GoogleCodeExporter commented 9 years ago
Need to validate if the movie has sound or not before building the gstreamer 
pipeline.  This is a "chicken or the egg" problem

Original comment by patrick.balleux on 22 Apr 2011 at 7:25