Results 1 to 1 of 1
Is there any alternative decoder which can be used instead of "mad".
What are names of other decoders ??
How can i use those in program??
I used a line ...
- 10-07-2004 #1Just Joined!
- Join Date
- Oct 2004
- Posts
- 1
gstreamer, decoder "mad" to decode mp3
Is there any alternative decoder which can be used instead of "mad".
What are names of other decoders ??
How can i use those in program??
I used a line in my code as:
decoder=gst_element_factory_make("mad","decoder");
if(decoder==NULL)
{
g_print(" Decoder not found\n"); //This message i always see
exit(EXIT_FAILURE);
}
What are the possible reasons???
What are the requirement to get a decoder of type "mad"?


Reply With Quote
