How to play Audio and Video ?
‎08-11-2011
05:54 AM
1,023 Views

G_rio
Contributor III
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm following this
http://imxdev.org/wiki/index.php?title=All_Board_Creating_App_MP3
http://imxdev.org/wiki/index.php?title=All_Boards_Video
But i get error when i try to run a music ou video
One element could not be created. Exiting.
(this error occurs in) decoder = gst_element_factory_make ("mad", "mp3-decoder");
I've tried to run this cmd too
gst-launch filesrc location=MP3.mp3 ! mad ! audioconvert ! audioresample ! osssink
WARNING: erroneous pipelibe: no element "mad"
Remember that i've included all gstreamer plugin, alsa-utils and libmad.
Thank you
2 Replies
‎08-15-2011
04:30 AM
868 Views

G_rio
Contributor III
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
root@freescale /home/user$ gst-inspect | grep mad
rtp: rtppcmadepay: RTP PCMA depayloader
Yes, i did enabled Ugly.
‎08-11-2011
10:33 AM
868 Views


NXP Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Did you enabled Ugly too?
What did you get with gst-inspect | grep mad ?
