Missing faac

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Missing faac

Jeffrey Barish

I installed gstreamer0.10-plugins-bad and got faad, but not faac. According

to the bad plugins reference manual

http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-bad-

plugins/html/

I should have gotten both. gst-inspect faac says

No such element or plugin 'faac'

Any idea what is going on? This on Ubuntu 9.10. The package that apt

installed was 0.10.14-4ubuntu1.

I tried sudo add-apt-repository ppa:gstreamer-developers/ppa hoping to get a

more recent version, but I still got 0.10.14-4 (only without the ubuntu1

suffix). Still no faac. By the way, how do I undo the effect of add-apt-

repository? The command does not appear to add anything to

/etc/apt/sources.list.

--

Jeffrey Barish


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Missing faac

Sudarshan Bisht
Hi ,
 
           U need to have faac library to get faac plugin .
 
           Use this link to download faac library tar package  http://www.linuxfromscratch.org/blfs/view/svn/multimedia/faac.html  and install it .

On Wed, Mar 10, 2010 at 8:47 AM, Jeffrey Barish <[hidden email]> wrote:

I installed gstreamer0.10-plugins-bad and got faad, but not faac. According

to the bad plugins reference manual

http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-bad-

plugins/html/

I should have gotten both. gst-inspect faac says

No such element or plugin 'faac'

Any idea what is going on? This on Ubuntu 9.10. The package that apt

installed was 0.10.14-4ubuntu1.

I tried sudo add-apt-repository ppa:gstreamer-developers/ppa hoping to get a

more recent version, but I still got 0.10.14-4 (only without the ubuntu1

suffix). Still no faac. By the way, how do I undo the effect of add-apt-

repository? The command does not appear to add anything to

/etc/apt/sources.list.

--

Jeffrey Barish


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel




--
Regards,

Sudarshan Bisht

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Missing faac

Jeffrey Barish
sudarshan bisht wrote:

> Hi ,
>
>            U need to have faac library to get faac plugin .
>
>            Use this link to download faac library tar package
> http://www.linuxfromscratch.org/blfs/view/svn/multimedia/faac.html  and
> install it .
>
> On Wed, Mar 10, 2010 at 8:47 AM, Jeffrey Barish
> <[hidden email]>wrote:
>
>> I installed gstreamer0.10-plugins-bad and got faad, but not faac.
>> According to the bad plugins reference manual
>>
>> http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-bad-
>> plugins/html/
>>
>> I should have gotten both. gst-inspect faac says
>>
>> No such element or plugin 'faac'
>>
>> Any idea what is going on? This on Ubuntu 9.10. The package that apt
>> installed was 0.10.14-4ubuntu1.
>>
>> I tried sudo add-apt-repository ppa:gstreamer-developers/ppa hoping to
>> get a
>> more recent version, but I still got 0.10.14-4 (only without the ubuntu1
>> suffix). Still no faac. By the way, how do I undo the effect of add-apt-
>> repository? The command does not appear to add anything to
>> /etc/apt/sources.list.

Really?  It looks to me as if that package installs command-line faac, not
GStreamer faac.  One could also do apt-get install faac to get command-line
faac -- much easier.  But gst-inspect still reports that faac is not
available.
--
Jeffrey Barish


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Missing faac

Jeffrey Barish
Jeffrey Barish wrote:

> sudarshan bisht wrote:
>> Hi ,
>>
>>            U need to have faac library to get faac plugin .
>>
>>            Use this link to download faac library tar package
>> http://www.linuxfromscratch.org/blfs/view/svn/multimedia/faac.html  and
>> install it .
>>
>> On Wed, Mar 10, 2010 at 8:47 AM, Jeffrey Barish
>> <[hidden email]>wrote:
>>
>>> I installed gstreamer0.10-plugins-bad and got faad, but not faac.
>>> According to the bad plugins reference manual
>>>
>>> http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-
bad-

>>> plugins/html/
>>>
>>> I should have gotten both. gst-inspect faac says
>>>
>>> No such element or plugin 'faac'
>>>
>>> Any idea what is going on? This on Ubuntu 9.10. The package that apt
>>> installed was 0.10.14-4ubuntu1.
>>>
>>> I tried sudo add-apt-repository ppa:gstreamer-developers/ppa hoping to
>>> get a
>>> more recent version, but I still got 0.10.14-4 (only without the ubuntu1
>>> suffix). Still no faac. By the way, how do I undo the effect of add-apt-
>>> repository? The command does not appear to add anything to
>>> /etc/apt/sources.list.
>
> Really?  It looks to me as if that package installs command-line faac, not
> GStreamer faac.  One could also do apt-get install faac to get
> command-line
> faac -- much easier.  But gst-inspect still reports that faac is not
> available.

It's in bad-multiverse.
--
Jeffrey Barish


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel