Hi,
I installed gstreamer and the plugings ( good, bad, and ugly ) on gutsy. If i tried to play the raw data by using gst-launch, it throws warning and terminates.. -- lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 7.10 Release: 7.10 Codename: gutsy apt-cache search gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad - GStreamer plugins from the "bad" set gstreamer0.10-plugins-bad-dbg - GStreamer plugins from the "bad" set gstreamer0.10-plugins-bad-doc - GStreamer documentation for plugins from the "bad" set gstreamer0.10-plugins-bad-multiverse - GStreamer plugins from the "bad" set (Multiverse Variant) gstreamer0.10-plugins-bad-multiverse-dbg - GStreamer plugins from the "bad" set (Multiverse Variant) gst-launch filesrc location=~/songs/enjoy.raw ! audioparse ! alsasink WARNING: erroneous pipeline: no element "audioparse" -- /Ganesh ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Am Dienstag, den 01.07.2008, 16:34 +0530 schrieb Ganesh Kundapur:
> Hi, > I installed gstreamer and the plugings ( good, bad, and ugly ) on > gutsy. If i tried to play the raw data by using gst-launch, it throws > warning and terminates.. > > -- > lsb_release -a > No LSB modules are available. > Distributor ID: Ubuntu > Description: Ubuntu 7.10 > Release: 7.10 > Codename: gutsy > > apt-cache search gstreamer0.10-plugins-bad > gstreamer0.10-plugins-bad - GStreamer plugins from the "bad" set > gstreamer0.10-plugins-bad-dbg - GStreamer plugins from the "bad" set > gstreamer0.10-plugins-bad-doc - GStreamer documentation for plugins > from the "bad" set > gstreamer0.10-plugins-bad-multiverse - GStreamer plugins from the > "bad" set (Multiverse Variant) > gstreamer0.10-plugins-bad-multiverse-dbg - GStreamer plugins from the > "bad" set (Multiverse Variant) > > gst-launch filesrc location=~/songs/enjoy.raw ! audioparse ! alsasink > WARNING: erroneous pipeline: no element "audioparse" have the audioparse element yet. Either upgrade to a newer gst-plugins-bad version or update your Ubuntu to hardy :) ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel signature.asc (204 bytes) Download Attachment |
In reply to this post by Ganesh Kundapur
On Tue, Jul 1, 2008 at 4:04 AM, Ganesh Kundapur
<[hidden email]> wrote: > > gst-launch filesrc location=~/songs/enjoy.raw ! audioparse ! alsasink > WARNING: erroneous pipeline: no element "audioparse" As well as having to install a newer version of gst-plugins-bad, so that you have the audioparse element, like Sebastian suggested, your pipeline obviously won't work right like that. It's raw (headerless) audio, so you have to tell audioparse exactly what format it is - it has a whole lot of properties to let you do that. Mike ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |