[gst-devel] GStreamer on Windows

Michael Smith msmith at xiph.org
Tue Oct 14 23:00:35 CEST 2008


On Tue, Oct 14, 2008 at 1:39 PM, Jeffrey Barish
<jeff_barish at earthlink.net> wrote:
> Michael Smith wrote:
>
>> On Tue, Oct 14, 2008 at 12:24 PM, Jeffrey Barish
>> <jeff_barish at earthlink.net> wrote:
>>
>>> With OABuild, I get:
>>>
>>> C:\gstreamer\bin>gst-launch-0.10 playbin uri=c:\windows\temp\alsndmgr.wav
>>
>> Well, step one: you must give a URI to playbin, not a windows path.
>
> How's this?
>
> gst-launch-0.10 playbin uri=file://windows/temp/alsndmgr.wav

Still the wrong URL, you probably wanted:
  file:///c:/windows/temp/alsndmgr.wav
I think. Or maybe it's
  file://c:/windows/temp/alsndmgr.wav

If neither of those work, then you should enable debugging (use the
GST_DEBUG environment variable) and start tracking down what's going
wrong with plugin loading.

Mike




More information about the gstreamer-devel mailing list