[squeak-dev] Re: GStreamer

Yoshiki Ohshima yoshiki at vpri.org
Thu Aug 14 21:51:25 UTC 2008


> >  * #openFile: was written under the assumption that .ogg file is
> >     either "video and audio" or "audio only" but I have a file that
> >     is "video only".  If I open a video only file with older
> >     definition, it basically forever paused and wait until it is
> >     ready and doesn't play it back.  #openFile: should check the type
> >     of tracks and call a proper #oggHookupToSqueak... method.  But is
> >     there a simple way to query it when I have the filesrc element?
> 
> Yes there is a problem there, I was looking at "typefind" to see if we  
> could decide what type of file it is, but
> that might require a plugin change in order to get the CAPS element  
> back.  I was also trying to see if you
> could resolve pipeline setup as always both setup with audio/video and  
> work with that, but haven't gotten
> around to testing it, however you are welcome to try. In this case you  
> could ask the elments for attribute data to see
> if there are frames, or audio?

  I'll give it a try.  Thank you!

-- Yoshiki



More information about the Squeak-dev mailing list