Re: gstreamer's playbin

2007-02-28 Thread Stefan Kost
Hi,

there is a reason playbin is not shipped by default. It does not work with the
dsp elements (e.g. dspmp3sink) except dsppcmsink. We'Re working with the
GStreamer community on a solution for the future.

Stefan

Neal H. Walfield wrote:
> The following works for me:
> 
>  gst-launch-0.10 -v file:///home/user/MyDocs/.sounds/Take_Me_Down.mp3 \
>! dspmp3sink
> 
> But this:
> 
>  gst-launch-0.10 -v playbin \
>uri=file:///home/user/MyDocs/.sounds/Take_Me_Down.mp3
> 
> just *hangs* at "Pipeline is PREROLLING ...".  Someone mentioned on
> irc that playbin is simply broken on maemo.  Is that the case?  Do I
> have to hand code my pipelines and implement my own file type
> detection?
> 
> For what it is worth, I'm using OS2006-3.
> 
> Thanks,
> Neal
> ___
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: gstreamer's playbin

2007-02-23 Thread MoRpHeUz

just *hangs* at "Pipeline is PREROLLING ...".  Someone mentioned on
irc that playbin is simply broken on maemo.  Is that the case?  Do I
have to hand code my pipelines and implement my own file type
detection?


 Yeah, it was me hehe =D..
 Well, every test that I did using playbin just failed. The only case
where playbin worked was trying to play a wav file. Every other
formats (including streamings) just failed.

BR,

MoRpHeUz
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


gstreamer's playbin

2007-02-23 Thread Neal H. Walfield
The following works for me:

 gst-launch-0.10 -v file:///home/user/MyDocs/.sounds/Take_Me_Down.mp3 \
   ! dspmp3sink

But this:

 gst-launch-0.10 -v playbin \
   uri=file:///home/user/MyDocs/.sounds/Take_Me_Down.mp3

just *hangs* at "Pipeline is PREROLLING ...".  Someone mentioned on
irc that playbin is simply broken on maemo.  Is that the case?  Do I
have to hand code my pipelines and implement my own file type
detection?

For what it is worth, I'm using OS2006-3.

Thanks,
Neal
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers