[gst-devel] mpegaudioparse warnings

cristiurban cristianurban86 at gmail.com
Mon Dec 13 14:40:32 CET 2010


Hello,
I am using Phonon backend with gstreamer plugins to create an media player.
Adding some code to my phonon backend where I enabled debugging on warning
level I was able to capture the warnings thrown by "mpegaudioparse" element
and capture it in my phonon backend in GST_MESSAGE_WARNINGS on the D-bus.
The function in the element is static gboolean
head_check (GstMPEGAudioParse * mp3parse, unsigned long head) where it does
a header check of the audio file and when it finds a bad header it throws
warnings on the D-bus . My problem is that there are to many warnings over 1
million messages. If I pause the application I still get this messages from
the first detection. Nothing wrong is happining with my pipeline but my bus
message is working hard to receive this warnings. I tried to modify the
mpegaudioparse to give me a limited warnings to reduce the time consumption
of the d-bus. I was not able to succed ... any help will be welcome.

Thanks,
Cristian Urban 

-- 
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/mpegaudioparse-warnings-tp3085421p3085421.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.




More information about the gstreamer-devel mailing list