skorotkov / ossbuild

GStreamer 0.10 windows build environment. Automatically exported from code.google.com/p/ossbuild
Other
0 stars 0 forks source link

directsoundsrc plugin #143

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The directsoundsrc plugin does not have any device selection code written. 
  /* Create capture object */
  hRes = pDSoundCaptureCreate (gidDevice.guid, &dsoundsrc->pDSC, NULL);

I get the device guid from iterating device name.

Now I suspect the release doesn't work.

The pipeline with the old code would quit when eos event is raised. While now 
it is stuck. 

Am I missing something.

I have attached the changed file.

Thanks 
Tanmay 

Original issue reported on code.google.com by ambre.ta...@gmail.com on 18 Apr 2012 at 6:04

GoogleCodeExporter commented 8 years ago
Sorry guys that was completely my fault,I un-commented a piece of which lead to 
some sort of lock.I will upload the new file with device-name property later.

Original comment by ambre.ta...@gmail.com on 1 May 2012 at 1:16